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
Hi @kaneli8759 , you can add support for any regional cards by calling CreditCardUtils.prefixesRegional += ["123456"]. This will support scanning cards that begin with 123456 and pass the luhn check.
Hi @kaneli8759 , unfortunately we use the Luhn check to verify the accuracy of the scan, so we are not able to just scan digits without some form of check.
Can I custmor card type?
like this...
123456 000000 999999
The text was updated successfully, but these errors were encountered: