---
title: "GET /refunds/{refund_id}"
method: GET
path: "/refunds/{refund_id}"
tags: ["Возвраты"]
---

# GET /refunds/{refund_id}

`GET /refunds/{refund_id}`

Информация о возврате

## Path parameters

- `refund_id` string, required

## Response `200`

The request has succeeded.

- Refund
  - `id` string, required
  - `payment_id` string, required
  - `status` 'pending' | 'succeeded' | 'canceled', required
  - `cancellation_details` RefundCancellationDetails
    - `party` string, required
    - `reason` string, required
  - `receipt_registration` 'pending' | 'succeeded' | 'canceled'
  - `created_at` string, date-time, required — Время создания возврата.
  - `amount` MonetaryAmount, required
    - `value` string, required — Сумма в выбранной валюте. Выражается в виде строки и пишется через точку, например 10.00.
    - `currency` 'RUB' | 'EUR' | 'USD' | 'KZT' | 'BYN' | 'UAH' | 'UZS' | 'TRY' | 'INR' | 'MDL' | 'AZN' | 'AMD', required
  - `description` string
  - `sources` RefundSourcesData[] — Источники средств для возврата.
    - `account_id` string, required
    - `amount` MonetaryAmount, required
      - `value` string, required — Сумма в выбранной валюте. Выражается в виде строки и пишется через точку, например 10.00.
      - `currency` 'RUB' | 'EUR' | 'USD' | 'KZT' | 'BYN' | 'UAH' | 'UZS' | 'TRY' | 'INR' | 'MDL' | 'AZN' | 'AMD', required
    - `platform_fee_amount` MonetaryAmount
      - `value` string, required — Сумма в выбранной валюте. Выражается в виде строки и пишется через точку, например 10.00.
      - `currency` 'RUB' | 'EUR' | 'USD' | 'KZT' | 'BYN' | 'UAH' | 'UZS' | 'TRY' | 'INR' | 'MDL' | 'AZN' | 'AMD', required
  - `deal` RefundDealInfo
    - `id` string, required
    - `refund_settlements` SettlementRefundItem[], required — Данные о распределении денег.
      - `type` 'payout', required
      - `amount` MonetaryAmount, required
        - `value` string, required — Сумма в выбранной валюте. Выражается в виде строки и пишется через точку, например 10.00.
        - `currency` 'RUB' | 'EUR' | 'USD' | 'KZT' | 'BYN' | 'UAH' | 'UZS' | 'TRY' | 'INR' | 'MDL' | 'AZN' | 'AMD', required
  - `refund_method` union — Способ возврата.
    - SbpRefundMethod
      - `type` 'sbp' | 'electronic_certificate', required
    - ElectronicCertificateRefundMethod
      - `type` 'sbp' | 'electronic_certificate', required
  - `refund_authorization_details` RefundAuthorizationDetails
    - `rrn` string
  - `metadata` Metadata — Любые дополнительные данные, которые нужны вам для работы (например, номер заказа). Передаются в виде набора пар «ключ-значение» и возвращаются в ответе от ЮKassa. Ограничения: максимум 16 ключей, имя ключа не больше 32 символов, значение ключа не больше 512 символов, тип данных — строка в формате UTF-8.

## Other responses

- `400` — The server could not understand the request due to invalid syntax.
- `401` — Access is unauthorized.
- `403` — Access is forbidden.
- `404` — The server cannot find the requested resource.
- `500` — Server error

## Changes

- **2026-02-14** `fe24d3dfadad` — 19 breaking, 1 warning, 69 info
  - the `description` response property's maxLength was unset from `250` for the response status `200`
  - the `id` response property's maxLength was unset from `36` for the response status `200`
  - the `payment_id` response property's maxLength was unset from `36` for the response status `200`
  - the `id` response property's minLength was decreased from `36` to `0` for the response status `200`
  - …85 more

[Change history](https://skmtc.dev/hexlet/apis/api-kassa/changes/refunds/:refund_id/get.md)

---

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