v66

latestOpenAPI 3.1.0Apache 2.0raw.githubusercontent.com2026-08-042174421.1 MB
Managed Disputes

List disputes

Returns a paginated list of disputes.

get/v2/disputes

Query parameters

beginstring date-time

RFC 3339 timestamp for filtering by created date, inclusive.

endstring date-time

RFC 3339 timestamp for filtering by created date, inclusive.

page_sizeinteger

Number of items to return.

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.

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.

disputed_transaction_tokenstring uuid

Filter by the token of the transaction being disputed. Corresponds with transaction_series.related_transaction_token in the Dispute.

card_tokenstring uuid

Filter by card token.

account_tokenstring uuid

Filter by account token.

Response

OK

has_moreboolean required

Whether there are more results available

Example response

{
  "data": [
    {
      "currency": "USD",
      "merchant": {
        "acceptor_id": "333301802529120",
        "acquiring_institution_id": "191231",
        "city": "NEW YORK",
        "country": "USA",
        "descriptor": "COFFEE SHOP",
        "mcc": "5812",
        "state": "NY"
      }
    }
  ]
}