v1
latestOpenAPI 3.1.02026-07-1342112262.5 KBRefunds
Fetch a refund
Fetch a refund
Required scope: business/orders:read
get/v1/refunds/{refund_id}
Path parameters
refund_idstring required
The unique identifier of the refund.
The unique identifier of the refund.
Response
Successful Response
Example response
{
"client_transaction_id": "rfd_765fde5ded7bxd",
"created_at": "2024-11-19T15:27:02+00:00",
"currency": "ZAR",
"display_name": "Refund receipt #491352",
"id": "1732188199292-2a8752ab-db45-4507-9d85-fcc6049beef3",
"note": "This is a note on this refund.",
"order_id": "1585232943682-9f7e2dbe-a09e-4fa8-aa4a-72290c513f1d",
"original_order_id": "1585232943682-9f7e2dbe-a09e-4fa8-aa4a-72290c513f1d",
"original_order_number": "10542623",
"payment_id": "1732194482873-c777dc85-035e-40de-9820-765fde5ded7b",
"payment_method": "card",
"processed_at": "2024-11-20T16:27:23+00:00",
"processing_fees": [
{
"amount": {
"amount": 27800,
"currency": "ZAR"
},
"type": "initial"
}
],
"receipt_number": "491352",
"refund_type": "auth_reversal",
"refunded_processing_fees": [
{
"amount": {
"amount": 27800,
"currency": "ZAR"
},
"type": "initial"
}
],
"staff_id": "1739522553-a7769044-ff8c-410d-b660-84e6727c70b9",
"status": "approved",
"total_amount": {
"amount": 4500,
"currency": "ZAR"
},
"updated_at": "2024-11-19T16:27:23+00:00"
}