v1
latestOpenAPI 3.1.02026-07-2656258207.2 KBChargebacks
Create a chargeback
post/chargebacks
Headers
X-Trace-Idstring
A unique identifier to track this operation. It must be between 12 and 255 characters in length.
X-Idempotency-Keystring
A unique identifier to prevent duplicate requests. It must be between 12 and 255 characters in length.
Request body
Example request
{
"charge_id": "chg_eahdhfThdHsgaSra",
"amount": 12.34,
"stage": "new",
"status": "pending",
"type": "international",
"uploaded_proof": "https://example.com/proofs/proof_123.pdf",
"comment": "Customer claims the charge was unauthorized.",
"provider": "Visa",
"arn": "1243453453434234534443423",
"initiator": "customer",
"expiry": 72
}Response
OK
Example response
{
"data": {
"charge_id": "chg_eahdhfThdHsgaSra",
"amount": 12.34,
"stage": "new",
"status": "new",
"type": "local",
"due_datetime": "2025-05-30T23:59:59Z",
"created_datetime": "2025-06-01T23:59:59Z",
"updated_datetime": "2025-06-01T23:59:59Z",
"settlement_id": "SETTLEMENT-XYZ-12345",
"uploaded_proof": "https://example.com/proofs/chargeback-ABC-67890.pdf",
"comment": "Customer claims service not rendered. Attached signed delivery confirmation.",
"provider": "Visa",
"arn": "70010000000000000000001",
"initiator": "Cardholder"
}
}