Modify Paper Biller

Use /billpay/modifyPaperBiller to modify an existing paper (check) biller linked to an account. You can update the payment frequency, scheduled dates, default amount, and address details.

Body Params

POST /v1/billpay/modifyPaperBiller Request body

string

The session key for the user. Created via Create ZTM Session and used for ZTM checks if your program is configured for ZTM.

boolean

Indicates whether to bypass the ZTM checks if your program is configured for ZTM.

string
required

The account ID

string
required

The biller ID

string
enum

The payment frequency type

Allowed:

The next payment date in YYYY-MM-DD format; must be null when frequencyType is ONE_TIME

The end date for recurring payments in YYYY-MM-DD format; must be null when frequencyType is ONE_TIME

double
≤ 1.7976931348623157e+308

The default payment amount

string

A user-friendly nickname for the biller

string

The biller address line 1

string

The biller address line 2

string

The biller city

string

The biller state (US only)

string

The biller zip code

Responses

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json