Deprecated. 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"
}