> For the complete documentation index, see [llms.txt](https://docs.faspay.co.id/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.faspay.co.id/merchant-page-reference/faspay-sendme/withdrawal.md).

# Withdrawal

Withdrawal enables you to withdraw fund from your SendMe balance to your bank account. It can be done as follows:

1. On **Disbursement/Withdrawal** menu, or you can click **Withdraw** button that appear in certain menus.

<figure><img src="/files/l0RMMT6IqgxtiyErSKAO" alt="" width="143"><figcaption></figcaption></figure>

2. Input the nominal, then click **Withdraw.**

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

**Detail Header Withdrawal Page**

<table><thead><tr><th width="201">Field</th><th>Description</th></tr></thead><tbody><tr><td>Source Account</td><td>Source account (SendMe Virtual Account number)</td></tr><tr><td>Account Balance</td><td>SendMe balance</td></tr><tr><td>Top Up</td><td>Click to see the payment method for top up. The details about top up can be seen <a href="/pages/DGoTyT80OdNvthtVbPsE">here</a>. </td></tr></tbody></table>

**Guide Form Withdrawal**

<table><thead><tr><th width="216">Field</th><th>Description</th></tr></thead><tbody><tr><td>Bank Detail</td><td>Detail Bank<br>(automatically filled by system based on partner account)</td></tr><tr><td>Account Number</td><td><p>Bank account number</p><p>(automatically filled by system based on partner account)</p></td></tr><tr><td>Amount*</td><td>Withdraw nominal amount<br>*required field</td></tr><tr><td>Description</td><td>Withdraw description</td></tr></tbody></table>

3. Ensure the data that you've been inputted is correct, then click **Confirm.**

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

4. Withdrawal has been successfully procceed.

<figure><img src="/files/dZTG0BKLAw8zCsSFNJmS" alt="" width="375"><figcaption></figcaption></figure>


---

# 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://docs.faspay.co.id/merchant-page-reference/faspay-sendme/withdrawal.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.
