---
title: "GET /personal_data/{personal_data_id}"
method: GET
path: "/personal_data/{personal_data_id}"
tags: ["Персональные данные"]
---

# GET /personal_data/{personal_data_id}

`GET /personal_data/{personal_data_id}`

Информация о персональных данных

## Path parameters

- `personal_data_id` string, required

## Response `200`

The request has succeeded.

- PersonalData
  - `id` string, required
  - `type` 'payout_statement_recipient' | 'sbp_payout_recipient', required
  - `status` string, required — Статус хранения персональных данных.
  - `cancellation_details` PersonalDataCancellationDetails
    - `party` string, required
    - `reason` string, required
  - `created_at` string, date-time, required — Время создания персональных данных.
  - `expires_at` string, date-time — Срок жизни персональных данных.
  - `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.
- `429` — Client error
- `500` — Server error

## Changes

- **2026-02-14** `fe24d3dfadad` — 7 breaking, 22 info
  - the `id` response property's maxLength was unset from `50` for the response status `200`
  - the `id` response property's minLength was decreased from `36` to `0` for the response status `200`
  - the `cancellation_details` response's property type/format changed from `object`/`` to ``/`` for status `200`
  - the `id` response's property type/format changed from `string`/`` to ``/`` for status `200`
  - …25 more

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