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.
Query parameters
The current status of the dispute.
Possible values: draft, submitted, closed, won, chargeback, secondPresentment.
The unique identifier of the payment instrument.
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.
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.
The number of items that you want to skip.
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.
Changes
Changed in 5 of the 13 revisions of this API.4826
- ▲
the
items/response's property type/format changed fromobject/toarray/for status200response-property-type-changed
- ▲
removed the required property
items/transactionIdfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
items/typefrom the response with the200statusresponse-required-property-removed
- ●
removed the optional property
items/arnfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
items/descriptionfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
items/disputedAmountfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
items/duplicateInfofrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
items/fraudInfofrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
items/idfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
items/notDeliveredInfofrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
items/statusfrom the response with the200statusresponse-optional-property-removed
- ○
added the non-success response with the status
401response-non-success-status-added
- ○
added the non-success response with the status
403response-non-success-status-added
- ○
added the non-success response with the status
422response-non-success-status-added
- ▲
- ○
added the optional property
items/notDeliveredInfo/agreedDeliveryLocationto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/notDeliveredInfo/deliveredToWrongLocationto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/notDeliveredInfo/didCardholderReturnto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/notDeliveredInfo/isDeliveryLateto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/notDeliveredInfo/isMerchantBankruptto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/notDeliveredInfo/isNonFiatOrNftto the response with the200statusresponse-optional-property-added
- ○
- ○
added the optional property
items/duplicateInfoto the response with the200statusresponse-optional-property-added
- ○
- ○
api tag
Raise Disputesaddedapi-tag-added
- ○
api tag
RaiseDisputeResourceremovedapi-tag-removed
- ○
- ▲
the
items/response's property type/format changed fromarray/toobject/for status200response-property-type-changed
- ○
api tag
RaiseDisputeResourceaddedapi-tag-added
- ○
api tag
Raise Disputesremovedapi-tag-removed
- ○
removed the non-success response with the status
401response-non-success-status-removed
- ○
removed the non-success response with the status
403response-non-success-status-removed
- ○
removed the non-success response with the status
422response-non-success-status-removed
- ○
added the optional property
items/arnto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/descriptionto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/disputedAmountto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/fraudInfoto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/idto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/notDeliveredInfoto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/statusto the response with the200statusresponse-optional-property-added
- ○
added the required property
items/transactionIdto the response with the200statusresponse-required-property-added
- ○
added the required property
items/typeto the response with the200statusresponse-required-property-added
This revision also has 10 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲