Purchase Data

This endpoint allows you to purchase data bundles

Purchase Data

POST https://sagecloud.ng/api/v2/internet/data

Providers include MTN, AIRTEL, GLO, 9MOBILE Service types include MTNDATA, AIRTELDATA, GLODATA, 9MOBILEDATA

Headers

NameTypeDescription

Authorization

string

Check the Headers page

Request Body

NameTypeDescription

reference

string

A unique key generated by you

type

string

Service type as stated above

network

string

Network provider of the recipient (e.g MTN)

phone

string

Phone number of the recipient

provider

string

Network provider of the recipient ( e.g AIRTEL)

code

string

Data bundle code

{    
    "success" : true,
    "status": "success",
    "message" : "GLODATA data subscription successful"
}

Last updated