API Balance
This method is used to fetch available wallet balance in the API
Service URL (REST) to be used:
API Balance Request
Level |
Element |
Format |
Comments |
Mandatory |
1 |
EndUserIp |
String |
IP Address of the end user |
Mandatory |
2 |
ClientId |
String |
Client ID provided to the agency at registration |
Mandatory |
3 |
UserName |
String |
User Name provided to the agency at registration |
Mandatory |
4 |
Password |
String |
Password provided to the agency at registration |
Mandatory |
API Balance Response
Level |
Element |
Format |
Comments |
Mandatory |
1 |
Error[] |
Array |
Error |
Mandatory |
1.1 |
ErrorCode |
Integer |
Code corresponding to the Error |
Mandatory |
1.2 |
ErrorMessage |
String |
Contains error description corresponding to ErrorCode. Error Message would be blank in case ( ErrorCode=0 ). |
Mandatory |
2 |
Balance |
Decimal |
Available Balance |
Mandatory |
3 |
CreditLimit |
Decimal |
Available Credit Limit |
Mandatory |