v7

latestOpenAPI 3.1.0raw.githubusercontent.com2026-05-31249122.2 KB
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

All 25 operations