---
title: "Получить статус диспута"
method: GET
path: "/status"
tags: ["disputes"]
---

# Получить статус диспута

`GET /status`

## Query parameters

- `disputeId` string, required — Идентификатор диспута

## Response `200`

Получен статус диспута

- object
  - `status` 'pending' | 'succeeded' | 'failed', required — Статус диспута
  - `reason` GeneralError
    - `message` string, required — Человекочитаемое описание ошибки
  - `changedAmount` integer — Измененная сумма платежа в минорных единицах

## Other responses

- `400` — Invalid request data
- `401` — Authorization error
- `404` — Target resource not found

## Changes

- **2025-03-04** `c8f8968366c6` — 1 warning
  - deleted the `header` request parameter `X-Request-ID`
- **2024-10-08** `c2edf8de577b` — 2 warning
  - deleted the `query` request parameter `invoiceId`
  - deleted the `query` request parameter `paymentId`
- **2024-08-27** `cac78134f427` — 2 breaking
  - removed the media type `application/json` for the response with the status `404`
  - removed the required property `code` from the response with the `400` status
- **2024-08-22** `a9135cd8c49b` — 2 breaking, 1 warning
  - the `changedAmount` response's property type/format changed from `object`/`` to `integer`/`int64` for status `200`
  - removed the required property `changedAmount/amount` from the response with the `200` status
  - removed the optional property `changedAmount/currency` from the response with the `200` status
- **2024-08-19** `1ba67796828f` — 1 breaking
  - removed the required property `reason/code` from the response with the `200` status

[Change history](https://skmtc.dev/valitydev/apis/vality-disputes/changes/status/get.md)

---

[API](https://skmtc.dev/valitydev/apis/vality-disputes.md) · [All operations](https://skmtc.dev/valitydev/apis/vality-disputes/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/valitydev/vality-disputes/revisions/c8f8968366c6/schema)
