> For the complete documentation index, see [llms.txt](https://faq.wanttopay.net/wanttopay-app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://faq.wanttopay.net/wanttopay-app/english/oshibki-i-resheniya/oshibki-pri-popolnenii.md).

# Top-up Errors

<details>

<summary>Partial payment for invoice (Error code: #P003)</summary>

**Reasons for occurrence**

The error occurs if an amount smaller than required was credited to the invoice. For example, you chose a payment method for a certain amount, but actually transferred less.

The system records the incomplete payment and the funds are not credited to the card.

**What should I do?**

Check the amount you sent and compare it with the amount specified in the invoice.

If you have any difficulties, contact support via [@WantToPaySupportBot](https://telegram.me/WantToPaySupportBot) — we will tell you how to add the missing amount.

</details>

<details>

<summary>Cryptocurrency payment confirmation (Error code: #P004)</summary>

**Reasons for occurrence**

The crypto payment was sent, but it requires confirmation on the payment service side. In such cases, the funds are not credited automatically, and the transaction remains in the status of “unfinished.”

This is a standard situation in which the payment temporarily “hangs” until it is confirmed manually.

**What should I do?**

If you received this notification, contact the payment service to confirm the transfer.

For payments via Cryptomus, contact [@cryptomus\_support\_bot](https://telegram.me/cryptomus_support_bot).

{% hint style="info" %}
If you still have questions or the payment is taking a long time to confirm, write to our support: [@WantToPaySupportBot](https://telegram.me/WantToPaySupportBot), we will help you figure it out.
{% endhint %}

</details>

<details>

<summary>Payment is being processed (Error code: #P005)</summary>

If you top up your balance by more than $2000, your payment may be subject to an additional review. In this case, you will receive a notification:

> ⏳ *Payment is being processed.* Error code: #P005

This is not an error, but a temporary delay related to the review of a large top-up. As soon as the review is complete, the funds will be credited to the card.

We recommend waiting a while after the top-up. If the money has not arrived, write to support [@WantToPaySupportBot](https://telegram.me/WantToPaySupportBot)

</details>


---

# 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://faq.wanttopay.net/wanttopay-app/english/oshibki-i-resheniya/oshibki-pri-popolnenii.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.
