v1

latestOpenAPI 3.1.02026-07-245361280.3 KB

Simulate chargeback (Sandbox only)

Simulate a chargeback in sandbox.

post/sandbox-tools/chargebacks

Request body

payment_idstring required

ID of the payment that is being chargebacked.

statusstring

The status of the chargeback.

Response

200

idstring
statusstring

Example response

{
  "id": "CBK-4-3990-e3ce9e15-3b95-473a-9122-c50e51595bbd",
  "status": "PENDING"
}