📄️ Intro
The Allawee Issuing API includes account issuing. You can use the API to create different kinds of bank accounts for businesses and individuals.
📄️ Create an account
You can use the create account endpoint to create an account for a business or individual. The types of accounts you can create include “main”, “sub”, and “virtual” accounts. An important difference is that virtual accounts cannot hold value, and any payment made to a virtual account usually ends up in a main account. This makes virtual accounts ideal when you want to create different payment channels that end up in a single collection account where you can access the funds. These accounts can only receive NIP transfers.
📄️ Get Accounts
You can get accounts you have created, get a particular account through the ID, get an account’s logs, get the logs as a CSV, and get an account’s balance.
📄️ Account Deposit Channels
You can add deposit channels for accounts you create and update the account names of the deposit channels you create for those accounts. Adding a deposit channel means an account’s balance can be credited through that channel. Only bank account payments are currently supported as a deposit channel for an account.