Pay Bill
Pay electricity or cableTv bills
Body Parameters
Property
Data Type
Description
Example
Required
type
string
The label of the bill category you get from List Bill Categories endpoint.
"cable"
Yes
amount
number
The airtime amount you want to buy
2000
Yes
phoneNumber
string
The recipient 11-digit phone number.
"08137031202"
Yes
phoneCode
string
The recipient phone number country call code.
"+234"
Yes
itemId
string or number
The bill item id from the List Bill Sub-Categories endpoint
1465
Yes
customerId
string
The customer id for the specific bill category. Use cable: 7032691481
for testing purposes
"7032691481"
Yes
billerId
string
The biller id you get from List Bill Sub-Categories endpoint
"1456"
Yes
pin
string
Your 4-digit transaction PIN
"0000"
Yes
reference
string
Your preferred transaction reference
"txref_0937638BCC"
No
Last updated