Retrieve a chargeback status
get/chargebacks/{chargeback_id}/status
Path parameters
chargeback_idstring required
The chargeback ID.
Response
200
Example response
{
"id": "CHAR42342",
"status": "COMPLETED",
"status_code": "200",
"status_detail": "The chargeback was executed."
}Changes
No recorded changes to this endpoint across all 1 revision of this API.