Upload Evidence
Authorization
apiKey x-api-key<token>
Your Chargeflow API key. Generate it in the Developer Hub under Settings.
In: header
Path Parameters
disputeId*string
The Chargeflow dispute id
Match
^[0-9a-fA-F]{24}$Request Body
multipart/form-data
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X POST "https://example.com/public/2024-03-18/disputes/string/evidence" \ -F file="string" \ -F evidenceUploadCategory="tracking_information"{ "requestId": "string", "evidenceId": "string"}Was this page helpful?