jbanking icon indicating copy to clipboard operation
jbanking copied to clipboard

Credit card validation

Open marcwrobel opened this issue 10 years ago • 5 comments

Add credit card validation support.

marcwrobel avatar May 29 '14 05:05 marcwrobel

See https://howtodoinjava.com/regex/java-regex-validate-credit-card-numbers/ for some details on how to validate credit cards.

marcwrobel avatar May 29 '14 05:05 marcwrobel

It would be better to include this feature in another library. In a pure SEPA processing platform, we does not need to deal with Credit Card number.

jycr avatar Apr 28 '20 23:04 jycr

@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.

marcwrobel avatar Apr 30 '20 09:04 marcwrobel

If you add an other functionnal domain (for example: "credit card"), have you planned to split this new domain into dedicated Maven module? It would be great because we can import only needed modules in our application.

Indeed, we place great importance on minimizing the attack surface in our applications.

jycr avatar Apr 30 '20 15:04 jycr

@jycr, I do not plan to split jbanking in multiple modules for the time being because the library is still very small.

Fyi I planned to work mainly on #34 for the next few releases.

marcwrobel avatar May 10 '20 13:05 marcwrobel