Create Order Control Number
Generates a BillPay Control Number for a specific bill, transaction or invoice
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
Description of the bill
"Water Bill - July 2024"
Payment mode for the bill. Applied when billAmount is set, or when billMaxCollectionAmount is set (forced to ALLOW_PARTIAL_AND_OVER_PAYMENT)
ALLOW_PARTIAL_AND_OVER_PAYMENT, EXACT Target/expected bill payment amount
90900
Maximum total amount this control number can collect. Closes when the limit is reached. Only with ALLOW_PARTIAL_AND_OVER_PAYMENT. If billAmount is also set, this must be at least billAmount.
150000
Custom bill reference (alphanumeric). You can use your own references that already exist in your system (e.g. invoice or order IDs). If provided, this will be the number used to make payment. If not provided, the system auto-generates one
Response
Successfully generated BillPay Control Number
BillPay number - This is the number that will be used to make payment. If a custom billReference was provided in the request, this will match that value.
"55042914871931"

