Internet Data & Airtime Top-Up API

Integrate our powerful API to provide your users with seamless data and airtime top-up services. Unlock new revenue streams and enhance your platform's capabilities.

API Endpoints

Explore the available API endpoints to power your data and airtime top-up services.

Create

Use the following endpoint to create a new resource.

Endpoint

POST /api/v1/recharge

Request Payload

{
    "sender": 123456789,
    "receiver": 123456789,
    "bundleId": "1PfPcBsPSMxotPhv5dfQf"
}

Response Payload

{
  "message": "Transaction created successfully. The request is being processed in the background."
}

Status Codes

  • 201 Created - The resource was created successfully.
  • 400 Bad Request- The request payload is invalid.
  • 401 Unauthorized - The request was not authorized.
  • 403 Forbidden - The request was forbidden.
  • 500 Internal Server Error - The server encountered an error.