# Платежи

- [Создание платежа (форма оплаты)](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: 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.
