Pay
POST {{BASE_URL}}/bills/item/pay
The endpoint for bill payment
Fields | Data Type | Description | Required |
---|---|---|---|
billerId | string | This is returned from the bill List as `billerid` | Yes |
amount | int | The amount to pay (in Kobo) | Yes |
productId | string | This is returned from the bill List as `productId` | Yes |
paymentItem | string | This is returned from the bill List as `paymentCode` | yes |
category | string | Bill Category | Yes |
billId | string | electricity meter number, phone number, TV cable id | yes |
division | string | This is returned from the bill list as `division` | yes |
Request Body
{"division"=>"C", "paymentItem"=>"airng", "billerId"=>"airng", "productId"=>"423", "amount"=>50000, "billId"=>"08027382738", "category"=>"AIRTIME"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
api-key | string | ||
public-key | string | ||
reference-id | string |