v1
latestOpenAPI 3.0.32026-07-264469137.7 KBRefunds
Retrieve a refund
Retrieve a single refund by its ID.
get/v1/refunds/{refund_id}
Path parameters
refund_idstring required
The unique identifier for the refund.
Response
Success - Refund retrieved
Example response
{
"refund_id": "ref_1a2b3c4d5e",
"charge_id": "chr_1a2b3c4d5e6f",
"reference": "refund_9876",
"status": "processing",
"requested_amount": "29.00",
"refund_fee_amount": "0.00",
"fee_bearer": "merchant",
"reason": "Customer requested cancellation",
"created_at": "2026-04-27T12:00:00Z",
"updated_at": "2026-04-27T12:00:00Z"
}