Virtual Accounts API
Use this API to create virtual accounts, manage them, create financial transations, create transaction channels (payment provider).
215 subscribers
0.1/10 popularity
2 ms avg latency
12 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
Virtual Accounts API endpoints
| Method | Endpoint | Description |
|---|---|---|
| accounts | ||
| POST |
AddNewAccount /api/v1/accountsrvc/virtualaccounts/accounts/new |
To create a new virtual account |
| GET |
GetAllAccounts /api/v1/accountsrvc/virtualaccounts/accounts/all |
To get all virtual accounts in your organisation. |
| GET |
GetAccountById /api/v1/accountsrvc/virtualaccounts/accounts/{id} |
To get a single virtual account. |
| GET |
GetByAccountNumber /api/v1/accountsrvc/virtualaccounts/accounts/getByAccountNumber/{accountNumber} |
To get a virtual account by account number. |
| channels | ||
| POST |
AddChannel /api/v{version}/accountsrvc/virtualaccounts/channels/new |
To add new channel. |
| GET |
GetChannelById /api/v1/accountsrvc/virtualaccounts/channels/{id} |
To get a channel. |
| GET |
GetAllChannels /api/v1accountsrvc/virtualaccounts/channels/all |
Get all channels |
| transactions | ||
| POST |
AddTransaction /api/v1/accountsrvc/virtualaccounts/transactions/new |
To create new transaction. |
| GET |
GetTransactionById /api/v1/accountsrvc/virtualaccounts/transactions/{id} |
To get transaction by unique id. |
| GET |
GetAllTransactions /api/v1/accountsrvc/virtualaccounts/transactions/all |
To get all transactions in organisation. |
| GET |
GetTransactionsByAccount /api/v1/accountsrvc/virtualaccounts/transactions/account/{id}/all |
To get transactions by account. |
| currencies | ||
| GET |
GetAllCurrencies /api/v1/accountsrvc/virtualaccounts/currencies/all |
To get all currencies. It's needed for the create virtual account endpoint. |
Virtual Accounts API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 5 / second |
|
| PRO | $20 / month | 5 / second |
|
| ULTRA | $49 / month | 5 / second |
|
| MEGA | Free | — |
|