-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Validate branch codes for NewZealand PseudoIBANs
The [Bank Branch Register](https://www.paymentsnz.co.nz/resources/industry-registers/bank-branch-register/) provided by `paymentsnz` can be used to validate the existence of a specified bank branch in New Zealand. This check can be carried out as part of the `branch_code_check` in Ibandit's configured modulus checker. As modulus checks are only carried out on IBANs, this commit extends the country-specific validation checks for NewZealand pseudoIBANs to cover the validation of branch codes (if a configured modulus checker exists).
- Loading branch information
Sanni Abdulmusawwir
committed
Aug 30, 2018
1 parent
7172b95
commit 5d23528
Showing
2 changed files
with
110 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters