Closed Jason-Nobles closed 1 week ago
What determines the numbers for the check digits and the BBAN for the format or is it random ?
Looks OK but I agree with previous comment about adding more details to the check digits.
The “Check Digit” which is position 3 & 4 of the IBAN code, is the first and most important factor when verifying the accuracy of the IBAN code. The check digit is a calculated number using a formula (MOD97 algorithm) that takes into account the other characters in the IBAN code, it helps to ensure the other characters are valid (BBAN, BI, and Country code) before doing any further analysis, this is called the checksum of the IBAN.
Also, the IBAN can vary in length based on different countries in terms of the Bank indentifier and account number, it can be up to 34 characters.
Calculation steps of check digit (example):
Therefore the check digit is 29: DE29100100100987654321
Description:
The IBAN_CODE is an important PII in regards to international banking. It stands for "International Bank Account Number" and is a code/system mostly adopted by European countries. This account number is used to identify an individuals bank account and financial institution within a particular country for the use of securely & quickly making/receiving international payments.
In comparison to better understand, the United States uses a similar system called SWIFT (Society for Worldwide Interbank Financial Telecommunication). Similar to the IBAN_CODE, this code represents a bank code used for identifying financial institutions and bank accounts worldwide and can be found on your bank statement.
Detection Steps:
The IBAN_CODE can be detected by verifying its format, which is displayed/detailed as the following (sample): Country Code | Check Digits | Bank Identifier | Basic Bank Account Number (BBAN) GB 10 XYZW 765432 12345678