This endpoint is used for retrieving the balance left in account.
Request Parameters
Parameter | Type | Required | Description |
---|---|---|---|
CLIENT_ID |
String | Yes | Partner identifier provided by EpinTower |
SIGNATURE |
String | Yes | Params clientID.secretKey See security section |
Response Parameters
Parameter | Type | Description |
---|---|---|
CURRENT_BALANCE |
String | Partners balance |
RESPONSE_CODE |
Integer | Returned value of “0” implies transaction is successfully completed. If the code is not "0", it means an error. See error codes section. |
RESPONSE_MESSAGE |
String | Response message for requested transaction |
SIGNATURE |
String | Params clientID.secretKey See security section |