Skip to main content
GET
List disputes

Autorizaciones

Authorization
string
header
requerido

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

Encabezados

X-Request-Id
string

A unique identifier for tracing the request across services.

Parámetros de consulta

limit
integer
predeterminado:20

The maximum number of items to include in the response.

Rango requerido: 1 <= x <= 200
cursor
string

The cursor value for retrieving the next page of results.

state
enum<string>

Filter by dispute state

Opciones disponibles:
DRAFT,
OPEN,
PENDING_EVIDENCE,
WON,
LOST
category
enum<string>

Filter by dispute category

Opciones disponibles:
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)

Respuesta

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

Ejemplo:

20

hasMore
boolean

Whether more results are available