> For the complete documentation index, see [llms.txt](https://tembo.gitbook.io/tembo/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tembo.gitbook.io/tembo/merchant-accounts-api.md).

# Merchant Accounts API

- [Introduction](https://tembo.gitbook.io/tembo/merchant-accounts-api/introduction.md)
- [API Reference](https://tembo.gitbook.io/tembo/merchant-accounts-api/api-reference.md): Explore the endpoints for Merchant Accounts API
- [Allocate Account](https://tembo.gitbook.io/tembo/merchant-accounts-api/api-reference/allocate-account.md): Creates a new merchant collection account that can receive customer payments. Each account is uniquely assigned to your merchant and comes with a dedicated bank account number.
- [Get Account Balance](https://tembo.gitbook.io/tembo/merchant-accounts-api/api-reference/get-account-balance.md): Retrieves the current balance of a specific merchant collection account. Returns both available and booked balances, along with basic account details for monitoring your incoming collections.
- [Get Account Statement](https://tembo.gitbook.io/tembo/merchant-accounts-api/api-reference/get-account-statement.md): Retrieves the transaction history for a specific merchant collection account over a given date range. The statement includes both credit and debit transactions with detailed metadata.
- [Webhook Notification](https://tembo.gitbook.io/tembo/merchant-accounts-api/api-reference/webhook-notification.md): TemboPlus delivers webhook notifications once transactions are reflected in your collection accounts, via HTTP POST requests to your configured webhook URL.
