> 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/list-of-service-api.md).

# List Of Service API

URL Dev: **<https://sendme-sandbox.faspay.co.id>**

URL Prod: **<https://sendme.faspay.co.id>**

<table><thead><tr><th width="121.33333333333331">Method</th><th width="346">Endpoint URL</th><th>Service Name</th></tr></thead><tbody><tr><td><strong>GET</strong></td><td>/account/api/tokens</td><td> <strong>Get access token</strong></td></tr><tr><td><strong>POST</strong></td><td>/account/api/register</td><td> <strong>Registration account</strong></td></tr><tr><td><strong>POST</strong></td><td>/account/api/register/confirm</td><td> <strong>Confirm registration account</strong></td></tr><tr><td><strong>POST</strong></td><td>/account/api/transfer</td><td> <strong>Transfer account to account</strong></td></tr><tr><td><strong>GET</strong></td><td>/account/api/inquiry_name/&#x3C; va_partner >/&#x3C; va_number ></td><td> <strong>Inquiry name</strong></td></tr><tr><td><strong>GET</strong></td><td>/account/api/balance_inquiry/&#x3C; va_partner ></td><td> <strong>Inquiry balance</strong></td></tr><tr><td><strong>GET</strong></td><td>/account/api/account_mutasi/&#x3C; va_partner >/&#x3C; start_date >/&#x3C; end_date ></td><td> <strong>Mutasi account</strong></td></tr><tr><td><strong>GET</strong></td><td>/account/api/inquiry_status/&#x3C; virtual_account >/&#x3C; trx_no >/&#x3C; trx_id ></td><td> <strong>Inquiry status transaction</strong></td></tr><tr><td></td><td>*trx id optional, if inquiry without trx_id :</td><td></td></tr><tr><td><strong>GET</strong></td><td>/account/api/inquiry_status/&#x3C; virtual_account >/&#x3C; trx_no ></td><td> <strong>Inquiry status transaction</strong></td></tr></tbody></table>


---

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

```
GET https://docs.faspay.co.id/getting-started/faspay-sendme/list-of-service-api.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.
