Link to home
Start Free TrialLog in
Avatar of Coates
Coates

asked on

Credit Card Validation

I want to validate a credit card number from a Web page form. Does anyone know how this is achieved and what hardware etc is required??
ASKER CERTIFIED SOLUTION
Avatar of WDB
WDB

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Coates
Coates

ASKER

How do i use this OLE DLL from a web page??
What kind of validation is needed?  Do you want to process the information as well or just check to see if the number and exp date are valid?  IF you want the latter, it is very simple to create a script to do that for you.. When you want to process the information and (make/check the charge) then it becomes a little more involved...

Avatar of Coates

ASKER

I want also to process the information, Validating it is quite easy using VB Script.
YOu would need to go through a "credit gateway" such as cybercash or another company that offers that ... I have no idea how to do it standalone.