Purchase SME Data.

This endpoint allows you to purchase sme data bundles.

Purchase SME Data

POST https://sagecloud.ng/api/v2/sme-data/purchase

This endpoint allows you to purchase Corporate data. Service types include : sme_data_500mb, sme_data_1gb, sme_data_2gb, sme_data_3gb, sme_data_5gb, sme_data_10gb, sme_data_20gb, sme_data_40gb, corporate_data_40gb, sme_data_75gb, sme_data_100gb. Another option is to get it from the Corporate Data Lookup Section

Headers

NameTypeDescription

Authorization

string

Check the Headers page.

Request Body

NameTypeDescription

service*

string

Service Code of the SME Data to purchase

phone*

string

Phone number of the receipient.

reference*

String

A unique key generated by you

{
    "success": true,
    "status": "success",
    "message": "Data recharge of SME DATA 500MB to 08123456789 is successful.",
    "data": []
}

Last updated