You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This library uses Regexp to validate a card number against of list of predefined values.
Unfortunately, there are much more card schemes in real word than bundled in this library
And it's just impossible to cover them all in this library (it will also blow up a bundle size significantly).
I see a solution for this issue is just allow users to add own type of cards, there is a feature request #46
UnionPay ExpressPay card, (19 digits number) doesn't pass validation. A test card from Adyen 8171 9999 0000 0000 021, that can be found here: https://docs.adyen.com/developers/test-cards/test-card-numbers#unionpaysecureplusdebitcard doesn't validate.
The text was updated successfully, but these errors were encountered: