Airtime Purchase

Use this endpoint to purchase airtime for MTN, GLO, 9M0BILE, AIRTEL

Endpoint

     METHOD POST
     https://www.gosmat.com/portal/api/airtime/

Headers

     'Content-Type: application/json'
     "Authorization: API KEY"

Request Body

     {
     "network": NetworkId,
     "amount": amount,
     "mobile_number": phone,
     "Ported_number": true,
     "request-id": refNumber,
     "airtime_type": "VTU"
     }

Response

    {"status": "success", "Status": "successful"}