To Purchase Airtime

[POST]
{{baseUrl}}/api/v1/purchase/airtime

Buy airtime across all mobile networks

KeyTypeDescription
amount requirednumberamount of airtime
destination requiredarraynumber(s) to receive the airtime
Response
{
    "entity": {
        "status": "Sent",
        "mobile": "+2348102152847",
        "amount": "NGN 200.0000"
    }
}