| Hi, my credit card company is not listed there, yet it exists: my IIN is 6371. I'm afraid this is not completely accurate at all. There are many credit card IINs and those are just a very few and will not work with some international cards (including international visa cards). Those numbers are issued by the American Bankers Association - in accordance to ISO 7812. They are not attached to a credit card flag, but to a company and a single company can have only one IIN. What happens is that Visa is composed of many companies in many countries, that's why they have many IINs which may or may not start with the same numbers, there are no strict rules about that. The number this website calls 'prefix' is actually named IIN and it's composed of 6 characters, not 4 (nor 2 or 3). They are disposed in groups of 4 for a variety of reasons and no issuer owns whole lots of IINs. The only completely correct way to detect a credit card is to just contact ABA to obtain a list of issued IINs. This is what an issued IIN looks like, we also have many: https://drive.google.com/file/d/0B-Sa2A0cesh4eDVMY3NwQ3ZEVlZ... I also built a thing to help me parse those numbers (ruby): https://github.com/eduardordm/iso7812 |