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

# Проблемы и решения

### Выберите ситуацию

<table data-view="cards"><thead><tr><th>Статья</th><th data-card-target data-type="content-ref">Открыть</th></tr></thead><tbody><tr><td>❌ Не проходит оплата по карте</td><td><a href="/spaces/UY77UWoKcEbMPeadgw9v/pages/OmD3zmg5tpFqh6wZYunT">/spaces/UY77UWoKcEbMPeadgw9v/pages/OmD3zmg5tpFqh6wZYunT</a></td></tr><tr><td>💸 Деньги списались, но товар или подписка не получены</td><td><a href="/spaces/UY77UWoKcEbMPeadgw9v/pages/mszZxbnCO4M4tBk7vNsK">/spaces/UY77UWoKcEbMPeadgw9v/pages/mszZxbnCO4M4tBk7vNsK</a></td></tr><tr><td>🔍 Небольшие списания при привязке карты</td><td><a href="/spaces/UY77UWoKcEbMPeadgw9v/pages/TdVWitGoVGqCAI8Jx3Ia">/spaces/UY77UWoKcEbMPeadgw9v/pages/TdVWitGoVGqCAI8Jx3Ia</a></td></tr><tr><td>🔒 Карта заблокирована</td><td><a href="/spaces/UY77UWoKcEbMPeadgw9v/pages/YvO5aHZNcrKGurV41gTZ">/spaces/UY77UWoKcEbMPeadgw9v/pages/YvO5aHZNcrKGurV41gTZ</a></td></tr><tr><td>⏳ Пополнение не пришло на карту</td><td><a href="/spaces/UY77UWoKcEbMPeadgw9v/pages/NY4kxkWK33N5NT541KSI">/spaces/UY77UWoKcEbMPeadgw9v/pages/NY4kxkWK33N5NT541KSI</a></td></tr><tr><td>📱 Не работает мини-приложение в Telegram</td><td><a href="/spaces/UY77UWoKcEbMPeadgw9v/pages/xK0cryoLXQe9ZqZOioGL">/spaces/UY77UWoKcEbMPeadgw9v/pages/xK0cryoLXQe9ZqZOioGL</a></td></tr><tr><td>💬 Как написать в поддержку</td><td><a href="/spaces/UY77UWoKcEbMPeadgw9v/pages/zfXmFYRWsMbvZuHa0elM">/spaces/UY77UWoKcEbMPeadgw9v/pages/zfXmFYRWsMbvZuHa0elM</a></td></tr></tbody></table>

{% hint style="warning" %}
**Главное правило при любой проблеме с оплатой:** не повторяйте неудачную попытку много раз подряд — несколько отказов подряд приводят к автоблокировке карты системой безопасности. После 1–3 неудачных попыток остановитесь и разберитесь в причине.
{% endhint %}

Не нашли свою ситуацию? Напишите в [поддержку](https://t.me/WaymentSupBot) — она ежедневно на связи.


---

# 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://help.wayment.net/problemy-i-resheniya.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.
