Upload Evidence
The Submit Additional Evidence API allows you to upload supporting documents for a dispute, strengthening your chargeback response.
Authorization
apiKey x-api-key<token>
Your Chargeflow API key, sent on every request. Generate one in the Chargeflow App, or see API keys.
In: header
Path Parameters
disputeId*string
The unique Chargeflow object identifier of the dispute.
Match
^[0-9a-fA-F]{24}$Request Body
multipart/form-data
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/public/2025-04-01/disputes/66e6ea9ecd94925a9f8060d9/evidence" \ -F file="string" \ -F evidenceUploadCategory="invoice"{ "requestId": "string", "evidenceId": "string"}Was this page helpful?