> 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/disbursement-account.md).

# Disbursement Account

Disbursement Account is used to manage the list of disbursement beneficiary bank account disbursement, you can also add new accounts if needed. This menu accessible on **Disbursement/Register Account Bank**, so it will show Disbursement Account page.

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

**Guide Account Table**

<table><thead><tr><th width="178">Field</th><th>Description</th></tr></thead><tbody><tr><td>Virtual Number</td><td>Virtual Account number</td></tr><tr><td>Virtual Name</td><td>Virtual Account name</td></tr><tr><td>Account</td><td>Beneficiary account number</td></tr><tr><td>Account Name</td><td>Beneficiary account name</td></tr><tr><td>Bank Code</td><td>Bank code</td></tr><tr><td>Balance</td><td>Account balance</td></tr><tr><td>Is Active</td><td><p>Account status</p><ul><li>Active</li><li>Inactive</li></ul></td></tr><tr><td>Actions</td><td>Contains actions button that can be used for see detail transaction history of account, see detail information of account, updating account data, or deleting account data.</td></tr></tbody></table>

## Register New Account

1. Click **Register Account.**

<figure><img src="/files/PgP9ZLCzMYdXVA7CXtn2" alt="" width="142"><figcaption></figcaption></figure>

2. Input the detail information of account, then click **Register.**

<figure><img src="/files/10MG441Wn7Z97ROYv039" alt="" width="563"><figcaption></figcaption></figure>

**Guide Register Account Form**

<table><thead><tr><th width="259">Field</th><th>Description</th></tr></thead><tbody><tr><td>Account*</td><td>Source of fund<br><strong>Notes:</strong> automatically filled by system based on your SendMe account</td></tr><tr><td>Recipient Account*</td><td>Beneficiary account number</td></tr><tr><td>Recipient Account Name*</td><td>Beneficiary account name</td></tr><tr><td>Recipient Name*</td><td>Recipient name </td></tr><tr><td>Bank Code*</td><td>Bank code </td></tr><tr><td>Bank Branch*</td><td>Bank branch name</td></tr><tr><td>Region*</td><td>Bank region name</td></tr><tr><td>Country</td><td>Bank country</td></tr><tr><td>Purpose</td><td>Account purposes</td></tr><tr><td>Email</td><td>Recipient email address</td></tr><tr><td>Phone</td><td>Recipient phone number</td></tr></tbody></table>

{% hint style="info" %}
**\*) required field, cannot be blank**
{% endhint %}

3. Ensure the data that filled is correct and valid, then click **Confirm.**

<figure><img src="/files/LbySfxWY48GOj1QqCVvW" alt="" width="563"><figcaption></figcaption></figure>

4. Account has been successfully registered.

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

## Transaction History Account

1. Click **list icon** on **Actions** column.

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

2. Show transaction history of account.&#x20;

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

Detail about transaction history can be seen [here.](/merchant-page-reference/faspay-sendme/transaction-history.md)

## Detail Information of Account

1. Click **eye icon** on on **Actions** column.

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

2. Show detail information of account.

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

{% hint style="info" %}
Click [**Update**](#update-account) button if you need updating the data, click [**Delete** ](#delete-account)if you want deleting the data.
{% endhint %}

## Update Account

1. Click **pen icon** on **Actions** column, or click **Update** on [detail information account page](#detail-information-of-account).

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

2. Update the data as needed, then click **Save.**

<figure><img src="/files/obYAZ0I4RgawO7Cm2MwL" alt="" width="266"><figcaption></figcaption></figure>

## Delete Account

1. Click **trash icon** on **Actions** column, or click **Delete** on [detail information account page](#detail-information-of-account).

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

2. Click **Ok** to confirm the deletion.

<figure><img src="/files/hYy7MYljXVC4k1PcWItu" alt="" width="563"><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/disbursement-account.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.
