get
https://ssl.hot.co.zw/api/v3/account/balance/
Available Account Types
There are 4 Stock Accounts that work like wallets. A balance is required to be able to recharge. For example, the ZWG balance cannot be used to perform a Zesa Token recharge. This is because of ZIMRA requirements. The office can do a Trade-In between accounts if you need balance in the other account of the same Currency.
| Account Type Id | Account Name |
|---|---|
| 1 | ZWG |
| 2 | ZWG Non-VAT (Utilitiies) |
| 3 | USD |
| 4 | USD Non-VAT (Utilitiies) |
Balance Model
| Field | Type | Description |
|---|---|---|
| AccountTypeId | Int | The Account Type Id for the type of the account |
| Name | string | Name of the type of account e.g., ZWG Non-VAT |
| Balance | decimal | Balance for the type of account queried |
Parameter: AccountTypeId
The Account type parameter below is listed as required but is it optional on the API. When the API returns a list of all account balances when AccountTypeId is not provided in the path.
