Purchase Airtime

Purchase Airtime

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

This endpoint allows you to purchase Data Bundles.

Headers

Key
Type
Value

x-api-key*

String

3434-4243-ffef-2323

Request Body

Key
Type
Value

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.

{
  "isSuccessful": true,
  "message": "string",
  "code": "string",
  "data": {
    "amount": 0,
    "statusCode": "string",
    "transactionStatus": "string",
    "transactionMessage": "string",
    "transactionReference": "string",
    "isSuccessful": true
  }
}

Last updated