# Создание подписки через бота (рекуррентные платежи) старое

В этой инструкции мы создадим систему рекуррентных платежей (подписки) через бота.

Бот будет...

* [x] ...принимать первую оплату за подписку;
* [x] ...предупреждать за 2 дня об окончании подписки;
* [x] ...продлевать на новый срок подписку за день до окончания подписки;
* [x] ...пытаться списать деньги, если платежа не будет, в течение дня, через каждые 3 часа - 5 раз;
* [x] ...удалять пользователя из канала/группы в случае неуплаты.

Для того чтобы перейти на следующий этап, нажмите на ➡️ ниже.


---

# 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://docs.leadconverter.su/new_page/materialy/sozdanie-podpiski-cherez-bota-rekurrentnye-platezhi-staroe.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.
