Skip to main content
GET
List disputes

Authorizations

Authorization
string
header
required

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

Headers

X-Request-Id
string

A unique identifier for tracing the request across services.

Query Parameters

limit
integer
default:20

The maximum number of items to include in the response.

Required range: 1 <= x <= 200
cursor
string

The cursor value for retrieving the next page of results.

state
enum<string>

Filter by dispute state

Available options:
DRAFT,
OPEN,
PENDING_EVIDENCE,
WON,
LOST
category
enum<string>

Filter by dispute category

Available options:
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)

Response

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

Example:

20

hasMore
boolean

Whether more results are available