New Chargeflow docs. Everything for merchants, platforms, and the API in one place.
Legacy (2024-03-18)Merchants APIDisputes

Upload Evidence

POST
/public/2024-03-18/disputes/{disputeId}/evidence
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?