v1
latestOpenAPI 3.0.1MIT2026-07-26294473.4 KBDeprecated. Use PATCH /billpay/{billPayNumber} with body { billStatus } instead. Updates the status of a BillPay reference. Inactive references will be rejected during verification and confirmation.
put/billpay/update-status
Request body
Example request
{
"billPayNumber": "55042914871931",
"status": "INACTIVE"
}Response
Successfully updated BillPay reference status
Example response
{
"billPayNumber": "55042914871931",
"status": "INACTIVE"
}