Airtime VTU, Share & Sell
Data Gifting, SME, Transfer, Corporate, Talk More
Transaction
Webhooks
Variation
post
/validate/variation
Validate a variation and get pricing details
Body
{
"variation": "Variation ID or Code"
}
Parameters
| variation | The variation ID or Code — checks if the variation exists and is added to your services |
Sample Response
{
"status": "ok",
"message": "Variation found.",
"data": {
"id": 42,
"code": "mtn-1gb",
"name": "MTN 1GB",
"amount": 300,
"user_amount": 250
}
}