View disputes
Returns summary information for one or more disputed chargebacks.
<!-- theme: warning --><div style="display:none;">⚠️ Try It
To use the Try It feature for this endpoint, you must use the credentials for your Sandbox API user.
Request parameters
- limit
- offset
Response parameters
- count
- rows
- rows.id
- rows.merchantId
- rows.chargebackId
- rows.createdAt
- rows.updatedAt
- limit
Query parameters
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.
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
Changes
No recorded changes to this endpoint across all 1 revision of this API.