Add Electronic Biller

Use /billpay/addElectronicBiller to add an electronic (RPPS) biller to an account. The rppsBillerId must be obtained from the Search Biller Directory endpoint. The account must be active to add a biller.

Body Params

POST /v1/billpay/addElectronicBiller 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
^\d{10}$

The RPPS biller ID (10 digits)

string
required

The biller account number

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

Responses

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