Skip to main content

BuyElectricityRequest

clientReferencestringrequired
Example: power-4001
productIduuidrequired
meterNumberstringrequired
Example: 04123456789
amountKoboint64required

Amount to vend, in kobo (electricity is variable). Minimum ₦100 (10000 kobo). Our markup is added to compute the charge.

Example: 500000
BuyElectricityRequest
{
"clientReference": "power-4001",
"productId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"meterNumber": "04123456789",
"amountKobo": 500000
}