cURL
BILLPAY
Update BillPay Number Status
deprecated
Deprecated. Use PATCH /billpay/ with body instead. Updates the status of a BillPay reference. Inactive references will be rejected during verification and confirmation.
PUT
cURL
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...
Body
application/json
The BillPay reference number to update
Example:
"55042914871931"
The status to set for the BillPay reference. ACTIVE allows payments to be processed, INACTIVE prevents payments from being processed.
Available options:
ACTIVE, INACTIVE Example:
"INACTIVE"

