Authorizations
Authorization header containing the JWT access token returned from the generate token endpoint. The token already includes the Bearer prefix. Example: Authorization: Bearer eyJhbGciOi...
Body
Name of the customer
Email address of the customer (required if customerPhone is not provided)
Phone number of the customer (required if customerEmail is not provided), starting with country code and without the plus sign, e.g., 255712345678
Description of the bill
"Water Bill - July 2024"
Payment mode for the bill. Applied only when billAmount is set
ALLOW_PARTIAL_AND_OVER_PAYMENT
, EXACT
Amount of the bill
90900
Custom bill reference. If not provided, the system auto-generates one
Response
Successfully generated Customer BillPay Control Number
BillPay number
"55042914871931"
Description of the bill
"Generic Bamboo Chees"
Name of the customer - for customer billpay numbers
"Mr. Freddie Walker-Graham"
Amount of the bill
90900
Payment mode for the bill. Applied only when billAmount is set
"EXACT"