> 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/general-questions/topping-up-the-card-balance-from-the-internal-wallet..md).

# Topping up the card balance from the internal wallet.

Virtual cards with the Smart and Pro plans can be topped up from the internal wallet of your Wanttopay account. This feature was created to ensure greater security of your funds in case of technical issues and does not require contacting customer support.

To top up a card you already have, simply open the [@WanttopayBot](https://t.me/WantToPayBot) chat bot. Below is a detailed guide on how to top up your balance.

{% hint style="info" %}
We recommend not using the cards to store funds. Instead, transfer only the amount you need from your wallet to the card when necessary.
{% endhint %}

#### Top Up Balance from the internal wallet

* Select a card from the existing cards list.
* Click top up.
* Choose the payment method “Internal Wallet”.
* Enter the desired top-up amount, not exceeding your wallet balance.
* Click pay.
* You will receive a notification confirming the deposit, and the top-up will also appear in your card transactions.

<div data-full-width="false"><figure><img src="/files/eLiWTl57O5wYvPp0lvoU" alt="" width="563"><figcaption></figcaption></figure> <figure><img src="/files/fFLK4XnumHfSE7Kc5JlX" alt=""><figcaption></figcaption></figure> <figure><img src="/files/4C803To64b2ZeXW2hx0O" alt=""><figcaption></figcaption></figure> <figure><img src="/files/Zm2HGMlP8Fjtv43lnv2w" alt=""><figcaption></figcaption></figure></div>

<div><figure><img src="/files/aZ0JZWTjDajwVwfOjJGX" alt=""><figcaption></figcaption></figure> <figure><img src="/files/GvuihlOk0z4Ol4Uz37XN" alt="" width="563"><figcaption></figcaption></figure> <figure><img src="/files/dLVXGEvZctcCJrh1gSPO" alt="" width="563"><figcaption></figcaption></figure></div>

{% hint style="info" %}
The top-up limit for Smart and Pro cards from the internal wallet balance is $5,000 per day.\
The minimum top-up amount is $2.
{% 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://faq.wanttopay.net/wanttopay-app/english/general-questions/topping-up-the-card-balance-from-the-internal-wallet..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.
