> 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/getting-started/faspay-sendme/e-wallet.md).

# E-Wallet

## Introduction

Top-up E-Wallet is one of the features of Faspay SendMe (Disbursement) which serves to make it easier for partners to add balances to their e-wallet as a means of payment using electronic money.

## Transfer Flow

The following is an e-wallet top-up transfer flow on SendMe between Partner - Faspay – Bank.

<figure><img src="/files/MsWOfXdlvli2INYPHQSo" alt=""><figcaption><p>E-Wallet Transfer Flow</p></figcaption></figure>

**Description:**&#x20;

1. Partner sends a Transfer Request to the Faspay side. The partner hits the URL API -> `account/API/transfer.`
2. Faspay will validate the register whether the beneficiary account has registered in the Sendme account or not. If not, Faspay will automatically register the account.
3. Furthermore, Faspay will re-validate the partner on what e-wallet platform is used. (Example: OVO, GoPay, DANA, and LinkAja).
4. Then Faspay will forward the transfer request to the Bank.
5. Bank will send the response back to Faspay.
6. Faspay will continue the transfer response to the partner.

{% hint style="info" %}
For the integration step, please look forward to the section API Reference [here](https://docs.faspay.co.id/merchant-integration/api-reference-1/sendme/e-wallet-top-up)
{% 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://docs.faspay.co.id/getting-started/faspay-sendme/e-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.
