v1
latestOpenAPI 3.0.32026-07-264469137.7 KBRefunds
Retrieve a refund by charge
Retrieve the refund associated with a specific payment by payment_id.
get/v1/refunds/by-charge/{payment_id}
Path parameters
payment_idstring required
The ID of the payment whose refund you want to retrieve.
Response
Success - Refund retrieved for charge
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"
}