Introduction to Customer and Account Infrastructure
This module provides the ability to validate the alternate and pay-out account numbers for deposits as per the Payments New Zealand (PNZ) guidelines.
Account Validation Number
All New Zealand bank accounts have to conform to the Payments New Zealand (PNZ) bank account numbering convention or standard which is subject to two modulus check 11a and 11c.
This functionality allows banks to validate the pay-in or pay-out account number during the arrangement creation based on the PNZ (Payments New Zealand) format.
The pay-out number will be validated against the parameters defined the NZBASE.PARAMETER application.
A new routine NZBASE.NONT24.ACCT.VALIDATE is created to validate the pay-in or pay-out account number in the PNZ account number format. The number has to pass one of the two modulus check either the 11a module check for customer account or the 11c module check for office account.
The settlement accounts are stored in the external property class instead of the settlement property class as it is captured for informational purposes
Click here to understand the terms and abbreviations used in this functionality.
In this topic