BuyElectricityRequest
clientReferencestringrequired
Example:
power-4001productIdstring<uuid>required
meterNumberstringrequired
Example:
04123456789amountKobointeger<int64>required
Amount to vend, in kobo (electricity is variable). Minimum ₦100 (10000 kobo). Our markup is added to compute the charge.
Example:
500000meterTypestring
Optional meter class; defaults to prepaid. Pass postpaid to pay a postpaid (account-billed) meter. Postpaid coverage is disco-dependent; a postpaid request routed to a provider that cannot vend postpaid is rejected before any charge.
Possible values: [prepaid, postpaid]
Example:
prepaidBuyElectricityRequest
{
"clientReference": "power-4001",
"productId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"meterNumber": "04123456789",
"amountKobo": 500000,
"meterType": "prepaid"
}