braintree / credit-card-type

A library for determining credit card type
MIT License
980 stars 154 forks source link

Adding the Visa Electron card type #42

Closed mjhammond closed 7 years ago

crookedneighbor commented 7 years ago

Can you provide documentation about the regexes you used?

mjhammond commented 7 years ago

I haven't been able to find any really concrete documentation for Electron prefixes yet, but I will keep looking.

skunkworks commented 7 years ago

We are closing this issue for now, but please bump this issue to let us know if you find any documentation.

mapb1990 commented 7 years ago

http://stevemorse.org/ssn/List_of_Bank_Identification_Numbers.html

Visa Electron | 4026, 417500, 4405, 4508, 4844, 4913, 4917

crookedneighbor commented 6 years ago

v6.2.0 allows you to add custom card brands. See https://github.com/braintree/credit-card-type#adding-card-types for documentation.