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

Name
Type
Description

Authorization

string

Check the Headers page

Request Body

Name
Type
Description

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

Was this helpful?