# Managing withdrawals

1. Set the maximum amount for withdrawal of funds by the client without the approval of the merchant or [merchant's manager](/quick-start/create-a-manager-role.md)

**Menu Merchant\API\General settings**

<figure><img src="/files/0OM41ccxvSSTsYxmuvN9" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
If it's set to "0", merchant or merchant's managers should confirm all client's withdrawals. If you want to accept any amount, you can set any big number for this limit
{% endhint %}

2. If you withdraw via API endpoint and amount is higher than max limit in merchant's settings (Merchant\API\General settings) you need to confirm it or reject it.&#x20;

Merchants can confirm or reject withdrawals above the limit in the **Confirmations\Withdrawal** or with the help of the withdrawal [manager account](/quick-start/create-a-manager-role.md).<br>

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


---

# Agent Instructions: 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:

```
GET https://docs.0xprocessing.com/quick-start/managing-withdrawals.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
