Airtime Purchase

Purchase Airtime

Airtime

POST {{base_url}}/airtime

Network ID - MTN = 2, GLO = 1, AIRTEL = 3, 9MOBILE = 4

Headers

Name
Type
Description

authorization*

SECRET KEY

Set value to Bearer SECRET_KEY

Request Body

Name
Type
Description

phoneno*

String

network_id*

String

Network id for each network as shown above

amount*

String

{
    "status": true,
    "message": "Success",
    "txref": "API665023309a400",
    "charged": 4900.5,
    "newbal": 570004.3
}

Take a look at how you might do this:

Sample Response

Last updated

Was this helpful?