---
title: "View disputes"
method: GET
path: "/chargeback/v3/dispute"
tags: ["Chargebacks"]
---

# View disputes

`GET /chargeback/v3/dispute`

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](https://docs.nexiopay.com/docs/sandbox-environments).


<div style="display:none;">

## Request parameters
- limit
- offset

## Response parameters
- count
- rows
- rows.id
- rows.merchantId
- rows.chargebackId
- rows.createdAt
- rows.updatedAt
- limit

</div>

## Query parameters

- `limit` integer
- `offset` integer

## Response `200`

Success

- object
  - `count` integer — The total number of chargebacks in the list.
  - `rows` Schema[] — An array of disputes. — unresolved $ref
  - `limit` integer — The limit on the number of rows.

## Other responses

- `401` — Unauthorized. For help with this error and other error codes, see [Common errors](https://docs.nexiopay.com/docs/common-errors) in the Guides area.

---

[API](https://skmtc.dev/nexiopay/apis/payments-api-reference.md) · [All operations](https://skmtc.dev/nexiopay/apis/payments-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/nexiopay/payments-api-reference/revisions/b414b73979e5/schema)
