Settlement

List disputes

Use this method to return a paginated list of disputes.

Use query parameters to filter the list of results that we return, for example, to search for disputes linked to a specific merchant.

Important: You must provide a value for the date query parameter.

Our gateway returns the following information about each dispute in the list:

  • Its status, type, and description.
  • Transaction that the dispute is linked to, including the transaction date, merchant who ran the transaction, and the payment method that the cardholder used.
get/disputes

Query parameters

beforestring

Return the previous page of results before the value that you specify.

You can’t send the before parameter in the same request as the after parameter.

afterstring

Return the next page of results after the value that you specify.

You can’t send the after parameter in the same request as the before parameter.

limitinteger

Limit the maximum number of results that we return for each page.

datestring date required

Filter results by the date that the dispute was submitted.

merchantIdstring

Filter results by the unique identifier that the processor assigned to the merchant.

Headers

Authorizationstring required

Bearer authentication

Response

Successful request. Returns a paginated list of disputes.

limitinteger

Maximum number of results that we return for each page.

countinteger

Number of results we returned on this page.

Note: This might not be the total number of results that match your query.

hasMoreboolean

Indicates whether there is another page of results available.

Changes

No recorded changes to this endpoint across all 1 revision of this API.