Bank card number validation
The calculator checks a bank card number using Luhn algorithm, it also determines the card issuer according to Issuers handbook.
This content is licensed under Creative Commons Attribution/Share-Alike License 3.0 (Unported). That means you may freely redistribute or modify this content under the same license conditions and must attribute the original author by placing a hyperlink from your site to this work https://planetcalc.com/2465/. Also, please do not modify any references to the original work (if any) contained in this content.
Typical bank card number, also known as primary account number (PAN), consists of:
- 6 digits of issuer identification number - IIN also referred to as BIN (Bank identification number )
- up to 12 digits individual account number
- and single validation digit, calculated by Luhn algorithm
The following calculator determines the card issuer using Credit card issuers handbook or Major Industry Identifier (MII) for non-bank cards using Major industry identifiers (MII) and validates the whole number using Luhn algorithm
Comments