View disputes

Returns summary information for one or more disputed chargebacks.

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 Params
integer
Defaults to 10

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.

integer
Defaults to 0

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).

Responses

Language
Credentials
Basic
base64
:
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json