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 Parameter | Type | Description |
---|---|---|
amount required | number | amount of airtime |
destination required | array | number(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'
Updated almost 2 years ago