v1

latestOpenAPI 3.1.02026-07-2082245.5 KB
Raise Disputes

Get a list of raised disputes

Returns a list of raised disputes that match the query parameters.

This endpoint supports cursor-based pagination. The response returns the first page of results, and returns links to the next page when applicable. You can use the links to page through the results. The response also returns links to the previous page when applicable.

get/disputes

Query parameters

statusstring

The current status of the dispute.

Possible values: draft, submitted, closed, won, chargeback, secondPresentment.

paymentInstrumentstring

The unique identifier of the payment instrument.

createdSincestring

Only include disputes that have been created on or after this point in time. The value must be in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601\) format. For example, 2021-05-30T15:07:40Z.

createdUntilstring

Only include disputes that have been created on or before this point in time. The value must be in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601\) format. For example, 2021-05-30T15:07:40Z.

offsetstring

The number of items that you want to skip.

limitstring

The number of items returned per page, maximum of 500 items. By default, the response returns 100 items per page.

Response

OK - the request has succeeded.

All 8 operations