Skip to main content

ElectricityProductResponse

Electricity is variable-amount: there is no fixed price. You pass amountKobo at purchase; the markup fields describe the fee we add.

planIduuid
billerstring
Example: Ikeja Electric
namestring
Example: Ikeja Prepaid
amountModestring

Possible values: [Variable]

Example: Variable
markupBpsintegernullable

Markup in basis points (500 = 5%).

Example: 500
minFeeKoboint64nullable
maxFeeKoboint64nullable
ElectricityProductResponse
{
"planId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"biller": "Ikeja Electric",
"name": "Ikeja Prepaid",
"amountMode": "Variable",
"markupBps": 500,
"minFeeKobo": 0,
"maxFeeKobo": 0
}