---
title: "Get Refund Details"
method: GET
path: "/v1/refund/{refund_id}"
---

# Get Refund Details

`GET /v1/refund/{refund_id}`

Get the refund detail.

## Path parameters

- `refund_id` string, uuid, required

## Headers

- `X-BUSINESS-API-KEY` string, required

## Response `200`

200

- object
  - `id` string, uuid
  - `refunded_by` string, nullable
  - `payment_id` string, uuid
  - `amount_refunded` number
  - `total_amount` number
  - `currency` string
  - `status` string
  - `payment_method` string
  - `provider_fee` number, nullable
  - `provider_fee_currency` string, nullable
  - `refunded_at` string, date-time
  - `created_at` string, date-time

---

[API](https://skmtc.net/hitpayapp/apis/hitpay-api.md) · [All operations](https://skmtc.net/hitpayapp/apis/hitpay-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hitpayapp/hitpay-api/versions/6aae1a736990/schema)
