You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Well, the check for german BBAN relies on data published by the German Federal Bank. They publish an excel sheet per quarter. This sheet lists all banks plus an identifier for the check digit algorithm. It is publicly available.
It's like the SWIFT update in the BbanStructure.java but a bigger amount of data. Changes takes place occasionally.
Add support to check the BBAN. Even if the IBAN is valid the BBAN might not (invalid bank code, invalid account number check digit, ...)
I have the data for Germany and could implement the necessary checks.
The text was updated successfully, but these errors were encountered: