Sending Airtime

Your application sends Airtime by making a HTTP POST request to the airtime API. For each request sent from your application, we respond with a notification back indicating Success or Failed

Airtime

POST https://renthero.co.ke/phpsap/developer/payments/airtime.php

This endpoint allows you to send airtime.

Request Body

{
    "status": true,
    "response": {
    "Receiver":"+2547xxxxxxxx",
    "Cost":"100",
    "apiStatus":"Success"
    }
}

Last updated