Get_Balance
RSP can use this method to check e-wallet balance.
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, 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 Name | Required | Type | Remark |
Balance Value | M | Numeric | The latest balance of RSP e-wallet. |
M= Mandatory, C= Conditional, O= Optional