The Wallet Model
A wallet is an account that stores cash, it has a bank account number, and money paid into this bank account number comes to the wallet directly. Wallets have currencies attached to them, making it possible to provide a user with a USD wallet or NGN wallet, or other currencies. The currencies you can assign to your users will be dependent on what has been enabled for you on the Embed API..
Note
Wallets are not created by default on the production environment. After creating and verifying an account you’ll need to make an API call to create the user’s wallet.
To create a wallet for a user, please make a request to this endpoint
Attributes
wallet_idstring |
unique identifier of wallet |
account_idstring |
unique identifier of wallet owner's account |
namestring |
user specified wallet name |
product_codestring |
auto generated product code |
currencystring |
the currency code which follows ISO-4217 standard |
balancestring |
wallet balance |
account_numberstring |
wallet account number |
account_namestring |
name of wallet account number |
bank_namestring |
bank name of wallet account number |
created_onstring |
wallet creation date |