v1

latestOpenAPI 3.1.02026-07-245361280.3 KB

Retrieve a chargeback status

get/chargebacks/{chargeback_id}/status

Path parameters

chargeback_idstring required

The chargeback ID.

Response

200

idstring
statusstring
status_codestring
status_detailstring

Example response

{
  "id": "CHAR42342",
  "status": "COMPLETED",
  "status_code": "200",
  "status_detail": "The chargeback was executed."
}