Chargebacks

View disputes

Returns summary information for one or more disputed chargebacks.

<!-- theme: warning -->

⚠️ Try It

To use the Try It feature for this endpoint, you must use the credentials for your Sandbox API user.

<div style="display:none;">

Request parameters

  • limit
  • offset

Response parameters

  • count
  • rows
  • rows.id
  • rows.merchantId
  • rows.chargebackId
  • rows.createdAt
  • rows.updatedAt
  • limit
</div>
get/chargeback/v3/dispute

Query parameters

limitinteger
Example:12

Specifies the maximum number of disputed chargebacks to return in a single API response. For example, if you set limit=20, the API returns up to 20 disputed chargebacks starting from the position specified by the offset parameter.

offsetinteger
Example:10

Specifies the starting point within the list of disputed chargebacks. Use it in conjunction with the limit parameter to control which subset of disputed chargebacks the API returns. For example, if you set offset=10 and limit=20, the API skips the first 10 disputed chargebacks and returns the next 20 disputed chargebacks (in other words, disputed chargebacks 11 to 30).

Response

Success

countinteger

The total number of chargebacks in the list.

rowsSchema[] — unresolved $ref

An array of disputes.

limitinteger

The limit on the number of rows.

Changes

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