v51

OpenAPI 3.1.0Apache 2.0raw.githubusercontent.com2026-07-092154381.1 MB
Chargeback

List chargeback requests

List chargeback requests.

get/v1/disputes

Query parameters

status'ARBITRATION' | 'CASE_CLOSED' | 'CASE_WON' | 'NEW' | 'PENDING_CUSTOMER' | 'PREARBITRATION' | 'REPRESENTMENT' | 'SUBMITTED'

Filter by status.

transaction_tokensstring[]

Transaction tokens to filter by.

beginstring date-time

Date string in RFC 3339 format. Only entries created after the specified time will be included. UTC time zone.

endstring date-time

Date string in RFC 3339 format. Only entries created before the specified time will be included. UTC time zone.

ending_beforestring

A cursor representing an item's token before which a page of results should end. Used to retrieve the previous page of results before this item.

page_sizeinteger

Page size (for pagination).

starting_afterstring

A cursor representing an item's token after which a page of results should begin. Used to retrieve the next page of results after this item.

Response

OK

has_moreboolean required

More data exists.