Examples
Sample: Check wallet balance
Replace credentials with yours
https://www.nellobytesystems.com/APIWalletBalanceV1.asp?UserID=CK123&APIKey=456
JSON response
{
"date": "15th-Oct-2017",
"id": "CK123",
"phoneno": "08136227637",
"balance": "3500"
}
Status Codes
Common errors and statuses are listed below.
| STATUS |
DESCRIPTION |
INVALID_CREDENTIALS | The UserID and API key combination is not correct. |
MISSING_CREDENTIALS | The URL format is not valid. |
MISSING_USERID | UserID field is empty. |
MISSING_APIKEY | API Key field is empty. |
Since we use a GET API, responses are returned in JSON.