v1

latestOpenAPI 3.0.02026-08-04620256.0 KB
Disputes

List disputes

Retrieve a paginated list of disputes with optional filters. By default, returns disputes not in final status or disputes that reached final status within the last 30 days.

get/disputes

Query parameters

pageinteger

The page number to retrieve in a paginated response. Used in combination with limit to specify the starting point for a subset of records. (default: 1, min: 1)

limitinteger

A limit on the number of objects to be returned. (default: 50, max: 100)

statusstring

Filter by status (comma-separated values)

cardIdstring

Filter by card ID

transactionIdstring

Filter by transaction ID

fromDatestring date-time

The start date for filtering the records, formatted as YYYY-MM-DD. Only records from this date onwards will be retrieved.

toDatestring date-time

The end date for filtering the records, formatted as YYYY-MM-DD. Only records up to this date will be retrieved.

Headers

Accept-Versionstring required

Specifies the API version to use for this request.

Response

Return disputes list