Cydene Bills API
  • Cydene Agents API Documentation
  • Authentication
    • API Authentication requirements
  • INTEGRATION FLOW
    • Requests
    • Response
  • AIRTIME
    • Airtime recharge providers
    • Purchase Airtime
  • DATA BUNDLES SERVICES
    • Bundle recharge providers
    • Bundle from a provider
    • Purchase Data Bundle
  • SMILE
    • Get Smile Bundle Options
    • Validate Smile Account
    • Purchase Smile Data Bundle
  • SPECTRANET
    • Get Spectranet Data Bundle Options
    • Purchase Spectranet Data Bundle
  • Power
    • Electricity Service Providers
    • Validate
    • Purchase Power
  • Cable Tv
    • Validate
    • Bouquets
    • Addons
    • Renewal
    • Update
  • Betting
    • Get Betting Providers
    • Validate Account
    • Fund Account
  • DSTV SHOWMAX
    • Get plans
    • Subscribe to a showtime plan
  • GAS
    • Create Order
    • Get Available Dispatchers
    • Complete Order
    • Cancel Order
    • Order Status
    • Get Order
  • Transactions
    • GetStatus
    • Get Balance
  • CONTACT US
    • Contact us
  • SMS
    • Send SMS
    • Get Delivery Status
Powered by GitBook
On this page
  1. DATA BUNDLES SERVICES

Purchase Data Bundle

Purchase Data Bundle

POST {{BASE_URL}}/api/biller/data/purchase

This endpoint allows you to purchase data bundles for any of the network types. Service Types: (can be mtn, airtel, 9mobile, glo) 1. mtn - MTN Nigeria 2. airtel - Airtel Nigeria 3. glo - Global Comm. 4. 9mobile - 9 Mobile

Headers

Name
Type
Description

x-api-key*

String

3434-4243-ffef-2323

Request Body

Name
Type
Description

serviceType*

String

amount*

number

This is the amount you want to recharge ton your phone.

phone*

String

11 digit mobile phone number that you want to recharge. e.g 07035361770

agentReference*

String

This is a unique key generated by the integrator (you) to identify the transaction. This has to be unique per transaction.

datacode*

String

{
  "isSuccessful": true,
  "message": "string",
  "code": "string",
  "data": {
    "amount": 0,
    "statusCode": "string",
    "transactionStatus": "string",
    "transactionMessage": "string",
    "transactionReference": "string",
    "isSuccessful": true
  }
}
PreviousBundle from a providerNextGet Smile Bundle Options

Last updated 1 year ago