Update BillPay Reference
Partially updates a BillPay reference. Use to update amount, description, payment mode, collection ceiling, or status without recreating the reference.
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...
Path Parameters
BillPay number to update
Body
Status of the BillPay reference
ACTIVE, INACTIVE Target/expected bill payment amount (positive, max 2 decimal places)
x >= 0.01New max total that can be collected. Remaining is recalculated from what was already paid. Only with ALLOW_PARTIAL_AND_OVER_PAYMENT.
Description of the bill
500Payment mode. Switching to EXACT removes the collection limit.
ALLOW_PARTIAL_AND_OVER_PAYMENT, EXACT Response
Successfully updated BillPay reference
The BillPay reference number that was updated
"55042914871931"
The updated status of the BillPay reference
ACTIVE, INACTIVE Target/expected bill payment amount
Max total this control number can collect
How much can still be collected
Description of the bill
Payment mode
ALLOW_PARTIAL_AND_OVER_PAYMENT, EXACT 
