BuyAirtimeRequest
networkIduuidrequired
The network to top up. Network IDs are listed alongside plans in List data plans.
amountint64required
Airtime value in whole naira (e.g. 100 = ₦100).
Example:
100phonestringrequired
Recipient phone number, 11 digits.
Example:
08030000000clientReferencestringrequired
Your unique idempotency key for this purchase.
Example:
airtime-2001portedboolean
Set true if the number has been ported to another network.
Default value:
falseBuyAirtimeRequest
{
"networkId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"amount": 100,
"phone": "08030000000",
"clientReference": "airtime-2001",
"ported": false
}