Skip to main content
POST
Upload an evidence file to a dispute

Autorizações

Authorization
string
header
obrigatório

Bearer token authentication (format: "Bearer {token}")

Cabeçalhos

Content-Type
string

Evidence media type: application/pdf, image/png, image/jpeg, or text/csv

Exemplo:

"application/pdf"

Parâmetros de caminho

disputeId
string<uuid>
obrigatório

Dispute ID (UUID)

Exemplo:

"550e8400-e29b-41d4-a716-446655440001"

Parâmetros de consulta

comment
string

Comment describing the uploaded evidence

Required string length: 1 - 1000
Exemplo:

"Bank statement showing correct amount"

Corpo

application/octet-stream

The body is of type file.

Resposta

Created

Dispute details

category
enum<string>

Category of the dispute

Opções disponíveis:
BANK_FEE_ERROR,
UNRECOGNIZED_CHARGE,
DUPLICATE_TRANSACTION,
OTHER
Exemplo:

"BANK_FEE_ERROR"

createdAt
string

Creation timestamp in RFC3339 format

Exemplo:

"2025-01-15T10:30:00.000Z"

description
string

Description of the dispute

Exemplo:

"Transaction amount differs from expected"

evidence
object[]

Evidence submitted for this dispute

exceptionId
string

Exception ID this dispute is for

Exemplo:

"019c96a0-10d2-7134-ba5f-664142ee7052"

id
string

Unique identifier for the dispute

Exemplo:

"019c96a0-10d2-7193-8841-0d7347efd09a"

openedBy
string

User who opened the dispute

Exemplo:

"user@example.com"

reopenReason
string

Reason for reopening if reopened

Exemplo:

"New evidence discovered"

resolution
string

Resolution description when closed

Exemplo:

"Counterparty confirmed error"

state
enum<string>

Current state

Opções disponíveis:
DRAFT,
OPEN,
PENDING_EVIDENCE,
WON,
LOST
Exemplo:

"OPEN"

updatedAt
string

Last update timestamp in RFC3339 format

Exemplo:

"2025-01-15T10:30:00.000Z"