Skip to main content
GET
Get Refund Details

Headers

X-BUSINESS-API-KEY
string
required
Example:

"b286daabf9921b5a01a4621f026c111e046f8911feba212996c92159b98427d"

Path Parameters

refund_id
string<uuid>
required

The refund id

Response

200 - application/json

200

id
string<uuid>
Example:

"a1feb98d-f31d-4378-9382-1a373853f7eb"

refunded_by
string | null
Example:

null

payment_id
string<uuid>
Example:

"a1feb5cb-fff3-4cd7-a5a1-a4e91307353d"

amount_refunded
number
Example:

10

total_amount
number
Example:

110

currency
string
Example:

"sgd"

status
string
Example:

"succeeded"

payment_method
string
Example:

"card"

provider_fee
number | null
Example:

null

provider_fee_currency
string | null
Example:

null

refunded_at
string<date-time>
Example:

"2026-06-11T05:01:08.000000Z"

created_at
string<date-time>
Example:

"2026-06-11T05:01:08.000000Z"

Last modified on June 11, 2026