Refunds
Retrieve Refund
Returns one refund.
get/refunds/{id}
Response
refund retrieved
Example response
{
"account_id": "biz_xxxxxxxxxxxxxx",
"amount": {
"amount": "-2.50",
"currency": "usd",
"decimals": 2,
"display_decimals": 2
},
"created_at": "2026-01-01T12:00:00.000Z",
"failure_message": "Insufficient funds on the merchant balance.",
"failure_reason": "insufficient_funds",
"id": "rf_xxxxxxxxxxxxxx",
"original_amount": {
"amount": "-2.50",
"currency": "usd",
"decimals": 2,
"display_decimals": 2
},
"payment_id": "pay_xxxxxxxxxxxxxx",
"provider": "stripe",
"provider_created_at": "2026-01-01T12:00:00.000Z",
"reason": "duplicate",
"reference_status": "available",
"reference_type": "acquirer_reference_number",
"status": "failed",
"updated_at": "2026-01-01T12:00:00.000Z"
}