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.

Changes

Changed in 5 of the 13 revisions of this API.4826

  • v1e904b7524602383See the full diff
    • the items/ response's property type/format changed from object/ to array/ for status 200

      response-property-type-changed

    • removed the required property items/transactionId from the response with the 200 status

      response-required-property-removed

    • removed the required property items/type from the response with the 200 status

      response-required-property-removed

    • removed the optional property items/arn from the response with the 200 status

      response-optional-property-removed

    • removed the optional property items/description from the response with the 200 status

      response-optional-property-removed

    • removed the optional property items/disputedAmount from the response with the 200 status

      response-optional-property-removed

    • removed the optional property items/duplicateInfo from the response with the 200 status

      response-optional-property-removed

    • removed the optional property items/fraudInfo from the response with the 200 status

      response-optional-property-removed

    • removed the optional property items/id from the response with the 200 status

      response-optional-property-removed

    • removed the optional property items/notDeliveredInfo from the response with the 200 status

      response-optional-property-removed

    • removed the optional property items/status from the response with the 200 status

      response-optional-property-removed

    • added the non-success response with the status 401

      response-non-success-status-added

    • added the non-success response with the status 403

      response-non-success-status-added

    • added the non-success response with the status 422

      response-non-success-status-added

    • added the optional property items/notDeliveredInfo/agreedDeliveryLocation to the response with the 200 status

      response-optional-property-added

    • added the optional property items/notDeliveredInfo/deliveredToWrongLocation to the response with the 200 status

      response-optional-property-added

    • added the optional property items/notDeliveredInfo/didCardholderReturn to the response with the 200 status

      response-optional-property-added

    • added the optional property items/notDeliveredInfo/isDeliveryLate to the response with the 200 status

      response-optional-property-added

    • added the optional property items/notDeliveredInfo/isMerchantBankrupt to the response with the 200 status

      response-optional-property-added

    • added the optional property items/notDeliveredInfo/isNonFiatOrNft to the response with the 200 status

      response-optional-property-added

    • added the optional property items/duplicateInfo to the response with the 200 status

      response-optional-property-added

    • api tag Raise Disputes added

      api-tag-added

    • api tag RaiseDisputeResource removed

      api-tag-removed

  • v1b2203488943d114See the full diff
    • the items/ response's property type/format changed from array/ to object/ for status 200

      response-property-type-changed

    • api tag RaiseDisputeResource added

      api-tag-added

    • api tag Raise Disputes removed

      api-tag-removed

    • removed the non-success response with the status 401

      response-non-success-status-removed

    • removed the non-success response with the status 403

      response-non-success-status-removed

    • removed the non-success response with the status 422

      response-non-success-status-removed

    • added the optional property items/arn to the response with the 200 status

      response-optional-property-added

    • added the optional property items/description to the response with the 200 status

      response-optional-property-added

    • added the optional property items/disputedAmount to the response with the 200 status

      response-optional-property-added

    • added the optional property items/fraudInfo to the response with the 200 status

      response-optional-property-added

    • added the optional property items/id to the response with the 200 status

      response-optional-property-added

    • added the optional property items/notDeliveredInfo to the response with the 200 status

      response-optional-property-added

    • added the optional property items/status to the response with the 200 status

      response-optional-property-added

    • added the required property items/transactionId to the response with the 200 status

      response-required-property-added

    • added the required property items/type to the response with the 200 status

      response-required-property-added

    This revision also has 10 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog