SageCloud
  • API Documentation
  • Getting Started
  • Authorization
    • Authentication
    • Headers
  • AIRTIME / EPIN
    • Purchase Airtime
    • Purchase EPIN
  • DATA
    • Fetch Data Providers
    • Fetch data bundles
    • Purchase Data
    • Spectranet Pin Lookup
    • Spectranet Pin Purchase
    • Smile Bundle Lookup
    • Smile Customer Validation
    • Smile Bundle Purchase
    • Corporate Data Lookup
    • Purchase Corporate Data
    • SME Data Lookup
    • Purchase SME Data.
  • CABLE-TV
    • Fetch Providers
    • Validate Smartcard
    • Fetch Billers For Provider
    • Purchase
    • Purchase TV Add-Ons
    • Fetch TV Add-Ons
  • ELECTRICITY
    • Fetch Billers
    • Validate Meter
    • Purchase
  • BETTING
    • Fetch Billers
    • Validate Betting
    • Fund Betting
  • FUNDS TRANSFER
    • Fetch Banks
    • Verify Bank Details
    • Transfer Funds
  • Re-query
  • Error Response
  • KYC
    • Verify BVN
    • Verify NIN
  • Education
    • WAEC Lookup
    • WAEC Purchase
    • JAMB Pin Purchase
    • JAMB Profile Validation
    • JAMB Lookup
Powered by GitBook
On this page

Was this helpful?

  1. DATA

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

Name
Type
Description

Authorization

string

Check the Headers page.

Request Body

Name
Type
Description

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": []
}

PreviousSME Data LookupNextFetch Providers

Last updated 3 years ago

Was this helpful?