Wallet: Get E-wallet Balance
RSP can use this method to check e-wallet balance.
Definition:
GET v1/payments/wallet/balance
Sample Request:
curl -v http://staging-gloremit.tranglo.com:2014/v1/payments/wallet/balance \
-H "Authorization: GLOREMIT <UID>:<PWD> :"
Request Description
Parameter Name | Required | Min/Max Length | Type | Remark |
UID | M | 5/50 | Alphanumeric | Username for validation. |
PWD | M | 5/50 | Alphanumeric | Password for validation |
Sample Response:
{ "LastBal":88196588.82 }
Response Description
Parameter Name | Required | Type | Remark |
LastBal | M | Numeric | The latest balance of RSP e-wallet |