v1

latestOpenAPI 3.0.22026-07-2667277423.4 KB
Chargebacks

Chargeback: Defend

Submits a defense against a chargeback, including supporting documentation.

A chargeback can only be defended while its status is pending. If the due date has passed, the request returns an error. Defending an already-defended chargeback returns 204 (idempotent). Only one defense can be created per chargeback request.

The document.document_base64 payload must be 15 MB or less. Supported types are PDF, JPG/JPEG, PNG, and GIF; the type is inferred from the file's bytes, not the filename.

post/chargeback_requests/{id}/defend

Path parameters

idstring required

A unique 25-character alphanumeric resource identifier.

The chargeback request UUID.

Request body

descriptionstring required

Explanation of your defense.

product_namestring

Name of the product or service.

Response

204 response