VAS

Purchase airtime

post/api/v1/airtime/buy

Request body

productstring required

Product name from catalog. Hyphens and underscores are treated as spaces (e.g. MTN-Airtime, MTN_Airtime, MTN Airtime).

phonestring required
amountnumber required
customerRefstring

Example request

{
  "product": "MTN Airtime",
  "phone": "080*******"
}

Response

OK

Changes