PawelDecowski / jquery-creditcardvalidator

jQuery credit card validation and detection plugin
jquerycreditcardvalidator.com
MIT License
1.05k stars 275 forks source link

Is there a way to define this card is debit or credit card #112

Closed abdelrahmanahmed closed 5 years ago

abdelrahmanahmed commented 6 years ago

How can you tell if any card entered is debit or credit card ?

PawelDecowski commented 6 years ago

Don’t think you can, based on the card number alone.

abdelrahmanahmed commented 6 years ago

then how did they identify card type here based on number only?

PawelDecowski commented 6 years ago

That looks super cool but, unfortunately, they don’t say anything about the source for their data so I can’t say how reliable it is.

I’m yet to find a reliable source for IINs that includes granular data such as whether it’s a debit or credit card.

Even they say on that page:

Although this service is very accurate, don't expect it to be perfect.

I wish they had anything to support their statement about it being very accurate.

The bottom line is, IIN list is not public so nobody has access to the full list except for financial institutions. The IIN lists that are out there are probably compilations based on debit and credit card numbers found “in the wild” so they’re far from accurate.