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 "AuthorizationGLOREMIT <UID>:<PWD>:<rspSign>"

Request description

Parameter NameRequiredMin/Max LengthTypeRemark
UIDM5/50AlphanumericUsername for validation.
PWDM5/50AlphanumericPassword for validation, 3DES encrypted.

Sample response:

{
    "LastBal":88196588.82
}

Response description

Parameter NameRequiredTypeRemark
LastBalMNumericThe latest balance of RSP e-wallet.

M= Mandatory, C= Conditional, O= Optional