Partially updates a BillPay reference. Use to update amount, description, payment mode, or status without recreating the reference.
Authorization header containing the JWT access token returned from the generate token endpoint. The token already includes the Bearer prefix. Example: Authorization: Bearer eyJhbGciOi...
BillPay number to update
Status of the BillPay reference
ACTIVE, INACTIVE Amount of the bill (positive, max 2 decimal places)
x >= 0.01Description of the bill
500Payment mode
ALLOW_PARTIAL_AND_OVER_PAYMENT, EXACT Successfully updated BillPay reference
The BillPay reference number that was updated
"55042914871931"
The updated status of the BillPay reference
ACTIVE, INACTIVE Amount of the bill
Description of the bill
Payment mode
ALLOW_PARTIAL_AND_OVER_PAYMENT, EXACT