---
title: "Purchase airtime"
method: POST
path: "/api/v1/airtime/buy"
tags: ["VAS"]
---

# Purchase airtime

`POST /api/v1/airtime/buy`

## Request body

- object
  - `product` string, required — Product name from catalog. Hyphens and underscores are treated as spaces (e.g. MTN-Airtime, MTN_Airtime, MTN Airtime).
  - `phone` string, required
  - `amount` number, required
  - `customerRef` string

## Response `200`

OK

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `500` — Internal server error

## Changes

- **2026-05-31** `99437f87d687` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/msorg-developers/apis/dancity-api/changes/api/v1/airtime/buy/post.md)

---

[API](https://skmtc.dev/msorg-developers/apis/dancity-api.md) · [All operations](https://skmtc.dev/msorg-developers/apis/dancity-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/msorg-developers/dancity-api/revisions/99437f87d687/schema)
