Credit card validation

G

Guest

I need a credit card validator. Is there reliable code already written that
anyone knows of? I have come across a few things; i.e. the Luhn-10
algorithm, but don't know if that still applies or is obsolete and
additionally, how would I incorporate it into a vb.Net app?

Does anyone have helpful links?
 
B

Ben Amada

Sandy said:
I need a credit card validator. Is there reliable code already written
that anyone knows of? I have come across a few things; i.e. the Luhn-10
algorithm, but don't know if that still applies or is obsolete and
additionally, how would I incorporate it into a vb.Net app?

Does anyone have helpful links?

Luhn formula still works. Here's a javascript implementation of Luhn:

http://www.brainjar.com/js/validation/default2.asp

You can somehow incorporate it into an ASP.NET page yourself, or you could
use a 3rd party validator that does credit card validation like this one:

http://www.peterblum.com/VAM/SpecializedValidators.aspx?ReturnUrl=Home.aspx#Specialized

Ben
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,776
Messages
2,569,603
Members
45,188
Latest member
Crypto TaxSoftware

Latest Threads

Top