Skip to main content
GET
List disputes

Autorizações

Authorization
string
header
obrigatório

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

Cabeçalhos

X-Request-Id
string

A unique identifier for tracing the request across services.

Parâmetros de consulta

limit
integer
padrão:20

The maximum number of items to include in the response.

Intervalo obrigatório: 1 <= x <= 200
cursor
string

The cursor value for retrieving the next page of results.

state
enum<string>

Filter by dispute state

Opções disponíveis:
DRAFT,
OPEN,
PENDING_EVIDENCE,
WON,
LOST
category
enum<string>

Filter by dispute category

Opções disponíveis:
BANK_FEE_ERROR,
UNRECOGNIZED_CHARGE,
DUPLICATE_TRANSACTION,
OTHER
date_from
string<date-time>

Start date filter (RFC 3339 format)

date_to
string<date-time>

End date filter (RFC 3339 format)

Resposta

List of disputes with cursor pagination

Paginated list of disputes

items
object[]
nextCursor
string

Cursor for the next page of results

prevCursor
string

Cursor for the previous page of results

limit
integer

Maximum items per page

Exemplo:

20

hasMore
boolean

Whether more results are available