Purchase Airtime

This endpoint allows you to purchase airtime.

Purchase Airtime

POST https://sagecloud.ng/api/v2/airtime

Network codes include MTN, AIRTEL, GLO, 9MOBILE. Service codes include MTNVTU, AIRTELVTU, GLOVTU, 9MOBILEVTU.

Headers

Name
Type
Description

Authorization

string

Check the Headers page

Request Body

Name
Type
Description

reference

string

A unique key generated by you

network

string

The network code

service

string

The service code

phone

string

Phone number of the recipient

amount

string

Amount to be purchased

{    
"success" : true, 
"status": "success",
"message" : "AIRTIME purchase successful"
}

Last updated

Was this helpful?