Skip to main content
Buy an internet data plan through the Reeple API. The amount is disbursed directly from your available balance.

Endpoint

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

Request body

FieldTypeDescription
serviceCategoryIdStringRequired. The ID of the selected provider.
phoneNumberStringRequired. Phone number to load data onto.
bundleCodeStringRequired. Identifier of the selected data plan — see List data plans.
{
  "serviceCategoryId": "string",
  "phoneNumber": "string",
  "bundleCode": "bundle code selected"
}