---
title: "GET /payouts/{payout_id}"
method: GET
path: "/payouts/{payout_id}"
tags: ["Выплаты"]
---

# GET /payouts/{payout_id}

`GET /payouts/{payout_id}`

Информация о выплате

## Path parameters

- `payout_id` string, required

## Response `200`

The request has succeeded.

- Payout
  - `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
  - `status` 'pending' | 'succeeded' | 'canceled', required
  - `payout_destination` union, required — Данные о назначении выплаты.
    - PayoutToCardDestination
      - `type` 'bank_card' | 'yoo_money' | 'sbp', required
    - PayoutToYooMoneyDestination
      - `type` 'bank_card' | 'yoo_money' | 'sbp', required
    - PayoutToSbpDestination
      - `type` 'bank_card' | 'yoo_money' | 'sbp', required
  - `description` string
  - `created_at` string, date-time, required — Время создания выплаты.
  - `succeeded_at` string, date-time — Время проведения выплаты.
  - `deal` PayoutDealInfo
    - `id` string, required
  - `self_employed` PayoutSelfEmployedInfo
    - `id` string, required
  - `receipt` IncomeReceipt
    - `service_name` string, required
    - `npd_receipt_id` string
    - `url` string
    - `amount` MonetaryAmount
      - `value` string, required — Сумма в выбранной валюте. Выражается в виде строки и пишется через точку, например 10.00.
      - `currency` 'RUB' | 'EUR' | 'USD' | 'KZT' | 'BYN' | 'UAH' | 'UZS' | 'TRY' | 'INR' | 'MDL' | 'AZN' | 'AMD', required
  - `cancellation_details` PayoutCancellationDetails
    - `party` string, required
    - `reason` string, required
  - `metadata` Metadata — Любые дополнительные данные, которые нужны вам для работы (например, номер заказа). Передаются в виде набора пар «ключ-значение» и возвращаются в ответе от ЮKassa. Ограничения: максимум 16 ключей, имя ключа не больше 32 символов, значение ключа не больше 512 символов, тип данных — строка в формате UTF-8.
  - `test` boolean, required — Признак тестовой операции.

## 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.
- `429` — Client error
- `500` — Server error

## Changes

- **2026-02-14** `fe24d3dfadad` — 16 breaking, 3 warning, 42 info
  - the `deal/allOf[#/components/schemas/PayoutDealInfo]/id` response property's maxLength was unset from `50` for the response status `200`
  - the `description/allOf[#/components/schemas/Description]/` response property's maxLength was unset from `128` for the response status `200`
  - the `id` response property's maxLength was unset from `50` for the response status `200`
  - the `self_employed/allOf[#/components/schemas/PayoutSelfEmployedInfo]/id` response property's maxLength was unset from `50` for the response status `200`
  - …57 more

[Change history](https://skmtc.dev/hexlet/apis/api-kassa/changes/payouts/:payout_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)
