v1
latestOpenAPI 3.1.02026-07-245361280.3 KBRetrieve a chargeback
Retrieve information about a chargeback.
get/chargebacks/{chargeback_id}
Path parameters
chargeback_idstring required
The chargeback ID.
Response
200
Example response
{
"id": "CHAR42342",
"payment_id": "PAY245235",
"amount": 100,
"currency": "USD",
"status": "COMPLETED",
"status_code": "200",
"status_detail": "The chargeback was executed.",
"created_date": "2018-02-15T15:14:52-00:00"
}