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

Endpoint

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

Request body

FieldTypeDescription
serviceCategoryIdStringRequired. The ID of the selected electricity provider.
amountStringRequired. Cost of the package.
meterNumberStringRequired. Meter number for the electricity account.
vendTypeEnum PREPAID | POSTPAIDThe type of utility service being paid for.
referenceStringOptional information you can attach to the transaction.
{
  "serviceCategoryId": "string",
  "amount": 5000,
  "vendType": "PREPAID",
  "meterNumber": "Unique code associated with your electricity account"
}