Update BillPay Reference
Partially updates a BillPay reference. Use to update amount, description, payment mode, or status without recreating the reference.
Documentation Index
Fetch the complete documentation index at: https://docs.clickpesa.com/llms.txt
Use this file to discover all available pages before exploring further.
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 Amount of the bill (positive, max 2 decimal places)
x >= 0.01Description of the bill
500Payment mode
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 Amount of the bill
Description of the bill
Payment mode
ALLOW_PARTIAL_AND_OVER_PAYMENT, EXACT 
