Skip to main content
PUT
cURL

Authorizations

Authorization
string
header
required

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
billPayNumber
string
required

The BillPay reference number to update

Example:

"55042914871931"

status
enum<string>
required

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"

Response

Successfully updated BillPay reference status

billPayNumber
string

The BillPay reference number that was updated

Example:

"55042914871931"

status
enum<string>

The updated status of the BillPay reference

Available options:
ACTIVE,
INACTIVE
Example:

"INACTIVE"