Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can I custmor card type? #218

Closed
kaneli8759 opened this issue Sep 16, 2020 · 3 comments
Closed

Can I custmor card type? #218

kaneli8759 opened this issue Sep 16, 2020 · 3 comments

Comments

@kaneli8759
Copy link

Can I custmor card type?
like this...
123456 000000 999999

@awushensky
Copy link
Contributor

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.

@awushensky
Copy link
Contributor

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.

@kaneli8759
Copy link
Author

嗨,@ kaneli8759,您好,我們使用Luhn檢查來驗證掃描的準確性,因此,如果不進行某種形式的檢查,我們將無法僅掃描數字。

ok. thank you very much for reply

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants