Check Balance
Check your account balance using the Balance API with the bearerAuth token
Summary
Using the JWT token received from the Connect API call, call the Balance API.
Use the following authorization header for the Balance API
Authorization: Bearer <token>
You may add a UUID trackid parameter in the body to track your request
e.g.
{
"trackid": "d290f1ee-6c54-4b01-90e6-d701748f0851"
}
This request, if successful, will return balance information on the account to be used for topup requests. If the balance is 0, make a deposit through iSmart before performing a topup.
Note:
Use the same approach to test the Statement API after you have completed some topups.
Done!