# Подписки

После подключения рекуррентных платежей (подписок) по [API](/payments/recurring-payments/create-subscription.md) вам станет доступен раздел подписок.

<figure><img src="/files/aTWl2xp7zpCBoGsu1X4T" alt=""><figcaption></figcaption></figure>

Доступны следующие данные:

* ID подписки
* Описание
* Статус: создана, активна, закрыта
* Дата создания подписки
* Количество успешных платежей
* Количество неуспешных платежей
* Дата последнего платежа
* Доход по подписке

<figure><img src="/files/JthkFG7mzEP2XRlO974Y" alt=""><figcaption></figcaption></figure>

Для управлением подписками используйте [API](/payments/recurring-payments.md).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.unitpay.ru/unitpay-management/instrukciya-po-interfeisu/podpiski.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
