> For the complete documentation index, see [llms.txt](https://topseller.gitbook.io/help/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://topseller.gitbook.io/help/instruction/ts-connect/tariffs/lite-and-standard.md).

# Оплата TS Connect в МойСклад

### Пополнение баланса в МоемСкладе <a href="#oplata-prilozheniya" id="oplata-prilozheniya"></a>

Чтобы установить платное приложение, необходимо пополнить счет в МоемСкладе на сумму, достаточную для оплаты. При установке платного приложения взимается оплата за месяц или год в зависимости от выбора периода подписки.

1. Зайдите в свой аккаунт МойСклад
2. Нажмите на название аккаунта в правом верхнем углу
3. В выпадающем меню нажмите на пункт **Подписка**
4. В открывшимся окне нажмите **Пополнить счет**

<figure><img src="/files/1dHc3wuoSnq6wZAUxcT1" alt=""><figcaption></figcaption></figure>

5. В окне оплаты:

* Выберите регион, откуда производится оплата — из России или из других стран.
* Укажите сумму к оплате.
* Выберите способ оплаты. Отметьте **Запомнить карту, чтобы подписка продлевалась автоматически** — с выбранной карты раз в месяц, в день оплаты, будет списываться сумма подписки.

<figure><img src="/files/8rXpkOmeraUuDXQ7eQyo" alt=""><figcaption></figcaption></figure>

6. При оплате из России скачайте закрывающие документы — Квитанцию на оплату для физических лиц или Счет для юридических лиц. Файл в формате PDF будет сохранен на вашем компьютере. При оплате из других стран закрывающие документы не формируются.
7. На странице оплаты укажите реквизиты банковской карты и нажмите на кнопку подтверждения оплаты.

Платеж через банк поступит на счет в течение 2–3 рабочих дней. Если необходимо ускорить зачисление средств на счет, отправьте скан документа об оплате в службу поддержки МоегоСклада.

{% hint style="danger" %}
**Важно!**

* Каждый маркетплейс оплачивается отдельно. Стоимость одного маркетплейса — 8 000 рублей в месяц. Также есть другие тарифы, подробнее [здесь](/help/instruction/ts-connect/tariffs.md).
* При приостановки подписки, интеграция полностью прекращает работать. Синхронизация остатков и заказов так же приостановится.
  {% endhint %}


---

# 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://topseller.gitbook.io/help/instruction/ts-connect/tariffs/lite-and-standard.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.
