<- Disputes API

Disputes API

Create dispute evidence text

POST

 /v2/disputes/{dispute_id}/evidence-text

Uploads text to use as evidence for a dispute challenge.

Permissions:DISPUTES_WRITE
Try in API Explorer
Link to section

Path parameters

Example code

Link to section

dispute_id

string

Required

The ID of the dispute for which you want to upload evidence.

Link to section

Request body

Link to section

idempotency_key

string

Required

A unique key identifying the request. For more information, see Idempotency.

Link to section

evidence_type

string

The type of evidence you are uploading.

Link to section

evidence_text

string

Required

The evidence string.

Link to section

Response fields

Link to section

errors

Any errors that occurred during the request.

Link to section

evidence

The newly uploaded dispute evidence metadata.