Balance
This method is used to fetch available wallet balance in the API.
Service URL (REST) to be used:
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 |
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 |