Refunds
Retrieve a refund
This endpoint allows you to retrieve the details of a specific refund.
GET
Retrieves the details of a refund using its unique ID.
Path Parameters
string
required
The unique refund ID
Response
number
The unique refund ID
string
The current status of the refund. Possible values:
created, pending, pending_manual, successful, failedstring
The original transfer ID that is being refunded
number
The refund amount (same as original transfer)
string
The currency of the refund (e.g.,
XOF, USD)string
The reason for the refund
string
The payment method used for the refund. Possible values:
mobile_money, bank_transferboolean
Whether fallback methods are allowed for this refund
boolean
Whether a fallback method was used for this refund
object
Additional metadata associated with the refund
string
The Zendesk ticket ID associated with the refund
string
The date and time when the refund was created
string
The date and time when the refund was last updated
