Skip to main content

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: 100
phonestringrequired

Recipient phone number, 11 digits.

Example: 08030000000
clientReferencestringrequired

Your unique idempotency key for this purchase.

Example: airtime-2001
portedboolean

Set true if the number has been ported to another network.

Default value: false
BuyAirtimeRequest
{
"networkId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"amount": 100,
"phone": "08030000000",
"clientReference": "airtime-2001",
"ported": false
}