-
Notifications
You must be signed in to change notification settings - Fork 56
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
Credit card validation #12
Comments
See https://howtodoinjava.com/regex/java-regex-validate-credit-card-numbers/ for some details on how to validate credit cards. |
It would be better to include this feature in another library. |
@jycr, thank you for your feedback. JBanking is meant to address general banking concerns, it is not only a library for SEPA. So I still think this feature can have its place in this library. |
If you add an other functionnal domain (for example: "credit card"), have you planned to split this new domain into dedicated Maven module? Indeed, we place great importance on minimizing the attack surface in our applications. |
Add credit card validation support.
The text was updated successfully, but these errors were encountered: