954,568 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Credit card validation

Hello,
Is there a way to verify the validity of a credit card when user submits in his/her credit card number? Many thanks in advance.

ryy705
Junior Poster
171 posts since Jul 2006
Reputation Points: 10
Solved Threads: 0
 

you can get an idea how this works if you look at this article http://www.dmxzone.com/showDetail.asp?TypeId=2&NewsId=3992&LinkFile=page1.htm
on page 3 it talks about doing this with php/mysql.

ProfessorPC
Posting Whiz in Training
270 posts since Dec 2007
Reputation Points: 31
Solved Threads: 29
 

Thanks for the reply. However, the tutorial doesn't really validate the credit card. I could just follow the algorithm and make up my own credit card number. How can I verify that its an authentic credit card number and it belongs to the person filling the form(how can I match name on the credit card and the name saved in the database)? There has to me a way to do this. Thanks again.

ryy705
Junior Poster
171 posts since Jul 2006
Reputation Points: 10
Solved Threads: 0
 

ok so your wanting to not only verify that the card number is legit but you want to verify the card name is legit and that the user in your db and the name on card match?

ProfessorPC
Posting Whiz in Training
270 posts since Dec 2007
Reputation Points: 31
Solved Threads: 29
 

Yes. Is there a way to do this?

ryy705
Junior Poster
171 posts since Jul 2006
Reputation Points: 10
Solved Threads: 0
 

with the cc needing to validate card name to number i cant think of anything except a credit card processing system. but you can validate the name on card to site user if they have entered their info. but depending on what your selling im not sure that would be the best idea. alot of users use spouse cards, company cards and such.
but its your site and your security so you will know more about it then i would.
sorry couldnt help more.

ProfessorPC
Posting Whiz in Training
270 posts since Dec 2007
Reputation Points: 31
Solved Threads: 29
 

I plan on having a "name as it appears on the card" field just for extra security.

ryy705
Junior Poster
171 posts since Jul 2006
Reputation Points: 10
Solved Threads: 0
 

hi...

its venkat here.

i'm unable to create a CREDIT CARD VALIDATOR in an asp.net web application which i am doing in C#.

can u please help me out in doing it step by step and run it successfully.

so, please help me out in 2 things :

1. how to add i.e. detail steps to add the .dll file of CREDIT CARD VALIDATOR to my web application on asp.net.

2. steps and code to create the CREDIT CARD VALIDATOR then n there in the application itself.

please do the needful.

regards,
Venkat.

VENKAT.RAM
Newbie Poster
1 post since Feb 2010
Reputation Points: 10
Solved Threads: 0
 

hi... its venkat here.

i'm unable to create a CREDIT CARD VALIDATOR in an asp.net web application which i am doing in C#. can u please help me out in doing it step by step and run it successfully. so, please help me out in 2 things : 1. how to add i.e. detail steps to add the .dll file of CREDIT CARD VALIDATOR to my web application on asp.net. 2. steps and code to create the CREDIT CARD VALIDATOR then n there in the application itself. please do the needful. regards, Venkat.

You're in the wrong area. You need to be here: DaniWeb C# Forum

Wraithmanilian
Junior Poster
196 posts since Dec 2009
Reputation Points: 17
Solved Threads: 42
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You