Airtime VTU, Share & Sell
Data Gifting, SME, Transfer, Corporate
Data PIN
Transaction
Webhooks
Betting
post
/validate/betting
Validate Betting customer ID
Body
{
"customer_id": "Customer ID",
"product_id": "Product ID/CODE"
}
Parameters
customer_id | Customer ID |
product_id | Product ID/CODE gotten from Category List here |
Sample Response
{
"status": "ok",
"message": "Verified",
"data": {
"is_valid": true,
"customer_name": "Obi Jonathan [obi]"
}
}
{
"status": "error",
"message": "We couldn't locate the customer ID.",
"data": {
"is_valid": false,
"customer_name": " []"
}
}