Buy Airtime

With this endpoint, your end users can easily buy Airtime across all mobile network

To Purchase Airtime

{{baseUrl}}/api/v1/purchase/airtime

Buy airtime across all mobile networks

POST ParameterTypeDescription
amount requirednumberamount of airtime
destination requiredarraynumber(s) to receive the airtime
{
    "entity": {
        "status": "Sent",
        "mobile": "+2348102152847",
        "amount": "NGN 200.0000"
    }
}
curl -L -X POST '{{baseUrl}}/}api/v1/purchase/airtime' \
-H 'Content-Type: application/json' \
-H 'Authorization: SECRET_KEY'
-H 'AppId: APP_ID'