v1
latestOpenAPI 3.0.22026-07-2667277423.4 KBChargebacks
Chargeback: Show
Retrieves the details of a single chargeback request, including its timeline, payment, customer, and defense (if one exists).
This endpoint is only available to merchants with the chargeback feature enabled; otherwise it returns 404 Not Found.
get/chargeback_requests/{id}
Path parameters
idstring required
A unique 25-character alphanumeric resource identifier.
The chargeback request UUID.
Response
200 response
Example response
{
"reason_code": "CB_Fraud",
"payment": {
"currency": "JPY"
}
}