Wallet Balance API

Integrate using a secure HTTPS GET API. Responses are returned in JSON.

GET HTTPS JSON
Your Credentials
UserID
APIKey
********************************
Endpoints
Check Wallet Balance
APIWalletBalanceV1.asp
https://www.nellobytesystems.com/APIWalletBalanceV1.asp?UserID=your_userid&APIKey=your_apikey
Try It (Quick Test)

Build a request URL and test quickly. (Uses browser fetch; CORS depends on server settings.)

Idle
Request URL
-
Response
-
Request Parameters
Parameter Description
UserIDYour account UserID.
APIKeyYour API key used to authenticate requests.
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_CREDENTIALSThe UserID and API key combination is not correct.
MISSING_CREDENTIALSThe URL format is not valid.
MISSING_USERIDUserID field is empty.
MISSING_APIKEYAPI Key field is empty.
Since we use a GET API, responses are returned in JSON.
Style Switcher
Theme Colors
Theme Skins

Layout Styles

Theme Types and Versions