cancel
Showing results for 
Search instead for 
Did you mean: 

creditcard validations in java

Former Member
0 Kudos

Hi,

I have requirement to validate creditcard after giving order in shopping card applications and we have to make transaction to our account.

Regards

Rama

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Guruvulu,

For credit card validations you have to do two things,

1. Basic Validation in application.

2. Credit card number validation and processing at the credit card solution provider.

Refer to the following links for more help,

http://www.analysisandsolutions.com/software/ccvs/

http://jakarta.apache.org/commons/validator/apidocs/org/apache/commons/validator/CreditCardValidator...

http://www.paypal.com/

http://products.dmmw.com/products.html

Hope these helps you,

Guru.

Former Member
0 Kudos

I guess you would need to procure a third party application if you plan to mark transactions against the credit card. check the websites of PayWare,PayPal

Number valiation code routines are available free and are plenty in number. A google search with correct keywords should help you.

-- Amol