> For the complete documentation index, see [llms.txt](https://doc.nextbot.ru/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.nextbot.ru/functional/partnerskii-kabinet/kabinet-partnera/klienty/kak-oplatit-podpisku-klienta.md).

# Как оплатить подписку клиента

#### Шаг 1. В разделе «Клиенты» отметьте одного или нескольких клиентов, которым нужно оплатить подписку.

<figure><img src="/files/4WGI9lijS7GiMIFsJux4" alt=""><figcaption></figcaption></figure>

В выпадающем списке «Выберите действие» выберите, что именно хотите оплатить клиенту.

#### Шаг 3. После выбора появится кнопка «Оплатить» — нажмите на неё.

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

#### Шаг 4. В открывшемся окне выберите один из доступных тарифов. У каждого тарифа указаны стоимость без учета скидки. Нажмите «Далее» и следуйте дальнейшим инструкциям.

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

#### Шаг 5. Выбранный товар добавится в корзину. Можно добавить в корзину несколько товаров для одного или нескольких клиентов. Проверьте состав заказа, итоговую сумму и скидку.

{% hint style="info" %}
Оплата подписок и услуг всегда идёт с баланса партнёрского кабинета. Если вы оплачиваете впервые или на балансе недостаточно средств, корзина покажет сообщение «Недостаточно средств».
{% endhint %}

#### Шаг 6. Нажмите кнопку «Пополнить баланс» — нажмите её.

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

{% hint style="warning" %}
Пополняйте баланс ровно на сумму, указанную в корзине в строке «Итого» — то есть уже с учётом скидки партнера. Если пополнить баланс на полную стоимость тарифа без скидки, после оплаты на балансе останется неизрасходованная разница. Остаток будет доступен для будущих оплат подписок, BotCoin и других услуг через партнёрский кабинет.
{% endhint %}

#### Шаг 7. В разделе «Пополнение баланса» укажите сумму для пополнения, равную сумме оплаты с учетом вашей партнерской скидки. Нажмите «Пополнить».

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

#### Шаг 8. Вернитесь в раздел «Клиенты», снова откройте корзину.

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

#### Шаг 9. Товары сохранятся в корзине. Нажмите «Оплатить».

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


---

# 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, and the optional `goal` query parameter:

```
GET https://doc.nextbot.ru/functional/partnerskii-kabinet/kabinet-partnera/klienty/kak-oplatit-podpisku-klienta.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
