> For the complete documentation index, see [llms.txt](https://help.unitpay.ru/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.unitpay.ru/payments.md).

# Платежи

- [Создание платежа (форма оплаты)](https://help.unitpay.ru/payments/create-payment-easy.md)
- [Создание платежа (редирект)](https://help.unitpay.ru/payments/create-payment.md)
- [Создание платежа (виджет)](https://help.unitpay.ru/payments/create-payment-widget.md)
- [Создание ссылок на оплату в личном кабинете](https://help.unitpay.ru/payments/payment-links.md)
- [Обработчик платежа](https://help.unitpay.ru/payments/payment-handler.md)
- [Информация о платеже](https://help.unitpay.ru/payments/payment-info.md)
- [Возврат платежа](https://help.unitpay.ru/payments/payment-refund.md)
- [Двухэтапные платежи (преавторизация)](https://help.unitpay.ru/payments/pre-authorization-payments.md)
- [Подписки API](https://help.unitpay.ru/payments/recurring-payments.md)
- [Создание подписки](https://help.unitpay.ru/payments/recurring-payments/create-subscription.md)
- [Получение списка активных подписок](https://help.unitpay.ru/payments/recurring-payments/subscription-list.md)
- [Получение информации о подписке](https://help.unitpay.ru/payments/recurring-payments/subscription-info.md)
- [Закрытие подписки](https://help.unitpay.ru/payments/recurring-payments/close-subscription.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/payments.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.
