---
title: "View a dispute"
method: GET
path: "/chargeback/v3/dispute/{id}"
tags: ["Chargebacks"]
---

# View a dispute

`GET /chargeback/v3/dispute/{id}`

Returns information about a disputed chargeback.

If you don't know the dispute ID, use the [View disputes](https://docs.nexiopay.com/reference/viewdisputes) endpoint.

<!-- 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).<br/><br/>Include the chargeback ID as a path parameter for the request.

<div style="display:none;">

## Request parameters
- id

## Response parameters
- id
- merchantId
- chargebackId
- createdAt
- updatedAt

</div>

## Path parameters

- `id` integer, required

## Response `200`

Success

- object — Information about a chargeback dispute.
  - `id` integer — The dispute ID.
  - `merchantId` string — The merchant ID.
  - `chargebackId` integer — The Nexio Chargeback ID.
  - `createdAt` string, date-time — The date and time at which the dispute was created.
  - `updatedAt` string, date-time — The date and time at which the dispute was last updated.

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