---
title: "Get dispute details"
method: GET
path: "/disputes/{id}"
tags: ["Disputes"]
---

# Get dispute details

`GET /disputes/{id}`

Retrieve detailed information about a single dispute by its ID.

## Path parameters

- `id` string, uuid, required

## Headers

- `Accept-Version` string, required — Specifies the API version to use for this request.

## Response `200`

Return dispute details

- object
  - `id` string, uuid, required — The unique identifier of the dispute
  - `transactionId` string, required — The transaction ID
  - `disputeAmount` number, float, required — The disputed amount
  - `disputeCurrency` '344' | '840', required — The ISO 4217 numeric currency code
  - `disputeReason` string, required — The dispute reason
  - `status` 'PENDING' | 'RECEIVED' | 'REVIEWING' | 'SUBMITTED' | 'REQUIRE_ACTION' | 'WON' | 'REFUNDED' | 'LOST' | 'DECLINED' | 'CANCELED', required — Current status of the dispute
  - `cardId` string, required — The card ID associated with the dispute
  - `cardholderName` string, required — The cardholder full name
  - `cardholderEmail` string, email, required — The cardholder email
  - `contactEmail` string, email, required — Email address to be informed of the dispute outcome
  - `createdAt` string, date-time, required — Date the dispute was created
  - `updatedAt` string, date-time, required — Date the dispute was last updated

## Other responses

- `404` — Dispute not found

---

[API](https://skmtc.net/reap-global/apis/reap-api.md) · [All operations](https://skmtc.net/reap-global/apis/reap-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/reap-global/reap-api/revisions/525072733e02/schema)
