Get_Balance

RSP can use this method to check e-wallet balance.

Request Description

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

Response Description

 1   <?xml version="1.0" encoding="utf-8"?>
 2   <string xmlns=http://tempuri.org/>
 3     <LastBal>Balance Value</LastBal>
 4   </string> 
Parameter NameRequiredTypeRemark
Balance ValueMNumericThe latest balance of RSP e-wallet.

M= Mandatory, C= Conditional, O= Optional