v1

latestOpenAPI 3.0.1MIT2026-07-26294473.4 KB

Partially updates a BillPay reference. Use to update amount, description, payment mode, or status without recreating the reference.

patch/billpay/{billPayNumber}

Path parameters

billPayNumberstring required

BillPay number to update

Request body

billStatus'ACTIVE' | 'INACTIVE'

Status of the BillPay reference

billAmountnumber

Amount of the bill (positive, max 2 decimal places)

billDescriptionstring

Description of the bill

billPaymentMode'ALLOW_PARTIAL_AND_OVER_PAYMENT' | 'EXACT'

Payment mode

Response

Successfully updated BillPay reference

billPayNumberstring

The BillPay reference number that was updated

billStatus'ACTIVE' | 'INACTIVE'

The updated status of the BillPay reference

billAmountnumber

Amount of the bill

billDescriptionstring

Description of the bill

billPaymentMode'ALLOW_PARTIAL_AND_OVER_PAYMENT' | 'EXACT'

Payment mode

Example response

{
  "billPayNumber": "55042914871931"
}