Skip to main content
Buy airtime through the Reeple API. The amount is disbursed directly from your available balance.

Endpoint

POST https://api-v3.reeple.ai/bill-payment/airtime/pay

Request body

FieldTypeDescription
serviceCategoryIdStringRequired. The serviceCategoryId of the selected provider — see Airtime services.
amountNumber >= 1Required. Amount to load onto the target number.
phoneNumberStringRequired. 11-digit target phone number.
referenceStringOptional identifier you can attach to the transaction.
{
  "serviceCategoryId": "string",
  "amount": 200,
  "phoneNumber": "080xxxxxxxx"
}