curl --location 'https://api.bleeprs.com/api/purchaseAirtime' \ --header 'Content-Type: application/json' \ --header 'Authorization: Bearer YOUR_API_KEY' \ --data '[ { "amount": 50, "phoneNumber": "08107176819", "network": "mtn" } ]'
{ "gatewayStatus": "<string>", "gatewayMessage": "<string>", "requestReference": "<string>", "data": "<string>" }
Purchase airtime for a phone number
{ "gatewayStatus": "00", "gatewayMessage": "Sucessfully Processed", "requestReference": "JJqI1HCxemtGpMOWOESU", "data": "Airtime purchased processing" }
Was this page helpful?