Skip to main content
GET
List Disputes

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Query Parameters

date_from
string<date>

Start date for filtering (applied to Dispute updated_at field)

date_to
string<date>

End date for filtering (applied to Dispute updated_at field)

statuses
enum<string>[]

Comma-separated filter for specific Dispute statuses. Example: statuses=PROCESSING,UNDEFENDED. Refer to the Dispute statuses schema

Available options:
UNKNOWN,
UNDEFENDED,
ACTION_REQUIRED,
PROCESSING,
ACCEPTED,
LOST,
WON
offset
integer
default:0

Pagination offset (default: 0)

limit
integer
default:500

Maximum number of records per page (default: 500, max: 1000)

Required range: 1 <= x <= 1000

Response

Success

disputes
object[]
required

List of Disputes objects that satisfy the filters in the request. Refer to the Dispute object schema

total_disputes
integer
required

Total number of Dispute records available for the selected filtering criteria (can be used to inform pagination requests)