Airtime VTU, Share & Sell
Data Gifting, SME, Transfer, Corporate
Data PIN
Transaction
Webhooks
Internet
post
/validate/internet
Validate smart number
Body
{
"smart_number": "Smart Number",
"product_id": "Product ID/CODE"
}
Parameters
smart_number | Smart Number |
product_id | Product ID/CODE gotten from Category List here |
Sample Response
{
"status": "ok",
"message": "Verified",
"data": {
"is_valid": true,
"customer_name": "Verified"
}
}
{
"status": "error",
"message": "Unable to verify",
"data": {
"is_valid": false,
"customer_name": "Unverified"
}
}