cURL
curl --request POST \ --url https://api.dojah.io/api/v1/purchase/airtime \ --header 'AppId: <appid>' \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data '{ "amount": "<string>", "destination": "<string>" }'
{ "entity": { "status": "Sent", "mobile": "+2348109152844", "amount": "NGN 200.0000" } }
An end point that allows your end users to purchase airtime for all mobile network
Show properties