# Virtual Accounts

- [Get Available Banks](https://docs.1app.online/virtual-accounts/get-available-banks.md): Get the list of available bank(s) you can generate virtual account.
- [Setup Preferred Bank](https://docs.1app.online/virtual-accounts/setup-preferred-bank.md): To generate virtual account, can set a default preferred bank you would like your customers to generate. This will be the default bank your customer can generate.
- [Generate Account](https://docs.1app.online/virtual-accounts/generate-account.md): This endpoint allows you to generate virtual account for a specified bank as setup in the preferred bank endpoint above
- [Virtual Account List](https://docs.1app.online/virtual-accounts/virtual-account-list.md): This endpoint helps retrieve the list of your dedicated/virtual account number created.
- [Account Transactions](https://docs.1app.online/virtual-accounts/vaccount-trans.md): This endpoint allows you to retrieve transactions of a specific virtual account created
- [Detach Account](https://docs.1app.online/virtual-accounts/detach-account.md): This endpoint allows you to decommission a virtual account using the virtual account tracking ID or the account number
- [Virtual Account Webhook](https://docs.1app.online/virtual-accounts/virtual-account-webhook.md): Webhooks allow you to set up a notification system that can be used to receive updates on certain requests made to the 1app APIs.
- [Notifications history](https://docs.1app.online/virtual-accounts/virtual-account-webhook/vaccount-trans.md): This endpoint allows you to fetch all webhook event history


---

# 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.1app.online/virtual-accounts.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.
