https://mobilenig.com/API/bills/waec?username=****&api_key=****&product_code=****&price=****&trans_id=****
//Replace **** with your username, api_key...
For Api test use https://mobilenig.com/API/bills/waec_test?username=****&api_key=****&product_code=WRCONE&price=1700&trans_id=12823327203
Api Example: https://mobilenig.com/API/bills/waec?username=PAUL&api_key=64125agshaii168sdhd4b6bdb5&product_code=WRCONE&price=1700&trans_id=12823327203
//where username is PAUL and api_key is 64125agshaii168sdhd4b6bdb5, product_code is WRCONE, price is 1700 and trans_id is 12823327203.
Response:
If successful: A response will be desplayed in JSON format e.g {"trans_id":"1282211217008803","details":{"service":"WAEC","package":"One piece of waec result checker","pins":[{"serial_number":"WRC11102189209","pin":"1274927349283"}],"price":"1700","status":"SUCCESSFUL","balance":"13816"}}
Else, one of the responses below will be displayed in this format {"code": "ERR101", "description": "Invalid username or api_key"}