tekcap Posted February 6, 2007 Share Posted February 6, 2007 Hello, this my second post regarding the mp3 shop im trying to set up. My question is about registration information. During the sign up for my site should I be asking the information for credit card transactions.. Adress,Phone#,credit card. OR do the customers enter that information on a special form created by the bank who handles the transactions? Can anyone recommend some articles or transaction handlers that would be good in my situation? Thank You. Quote Link to comment https://forums.phpfreaks.com/topic/37374-credit-card-shop/ Share on other sites More sharing options...
chronister Posted February 7, 2007 Share Posted February 7, 2007 It will depend on how you have your payment processing set up. I am not tooo familiar with them, but I believe that if your taking the order, then simply redirecting to the payment processing portal, I assume that they handle the credit card information. Quote Link to comment https://forums.phpfreaks.com/topic/37374-credit-card-shop/#findComment-178697 Share on other sites More sharing options...
jcbarr Posted February 7, 2007 Share Posted February 7, 2007 You might want to look in to just integrating a shopping cart system in to the site. They has worked for me in the past. Try OsCommerce, great open source piece of software. Quote Link to comment https://forums.phpfreaks.com/topic/37374-credit-card-shop/#findComment-178723 Share on other sites More sharing options...
stu10576 Posted February 7, 2007 Share Posted February 7, 2007 check on www.paypal.com Quote Link to comment https://forums.phpfreaks.com/topic/37374-credit-card-shop/#findComment-179090 Share on other sites More sharing options...
SharkBait Posted February 7, 2007 Share Posted February 7, 2007 I've done a couple online shopping forms and the current one I am working with is with Moneris. They have you create the form and pass the creditcard information via a PHP class using cURL to their servers that gets processed etc. You would probably have to do the customer's contact information validation, but Moneris and other companies will probably do the validation of the card. There are also classes out there that check to see if the creditcard number is valid via a partiular log algorithim. Quote Link to comment https://forums.phpfreaks.com/topic/37374-credit-card-shop/#findComment-179092 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.