> For the complete documentation index, see [llms.txt](https://legacy-docs.usesmileid.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://legacy-docs.usesmileid.com/getting-started/fund-your-wallet.md).

# Fund Your Wallet

Each action or job you run deducts a certain amount from your wallet based on product and ID Type. To keep running actions through our system, your wallet should be sufficiently funded.

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

To add funds to your wallet, follow the steps below:

1. Log in to your portal
2. Click on "[Billing](https://portal.usesmileid.com/partner/billing)" in the sidebar menu
3. Click on “[Add Funds](https://portal.usesmileid.com/partner/billing/payment)”
4. Fill in your amount
5. Click "Proceed to Payment", then Make Payment
6. You will be presented with a page with different payment options (Card, US Bank Account, Cash App)
7. Input the required details and follow the prompts on the page
8. Your Smile ID wallet will be credited as soon as payment is completed

## **Payment Options**

We currently support the following payment methods.

* Debit/Credit card
* Contact <support@usesmileid.com> to pay with bank transfer

### Others

{% hint style="warning" %}
If you can't use any of the supported payment options listed above, please contact us at <support@usesmileid.com>
{% 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://legacy-docs.usesmileid.com/getting-started/fund-your-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.
