gple Posted November 7, 2007 Share Posted November 7, 2007 I have created a shopping cart on my website but I want to know what is the best and most secure way to go through the checkout and process the payment. Is there a service that does all this. I wrote the code for the shopping cart, I just want to be able to click on checkout and have some service take care of this. Is there anything that I can use. Quote Link to comment Share on other sites More sharing options...
revraz Posted November 7, 2007 Share Posted November 7, 2007 Paypal? Quote Link to comment Share on other sites More sharing options...
gple Posted November 7, 2007 Author Share Posted November 7, 2007 Something that looks more professional. I tried using the paypal payments pro but nothing works properly. is there something else I can use. Any ideas? Quote Link to comment Share on other sites More sharing options...
revraz Posted November 7, 2007 Share Posted November 7, 2007 Have you looked at something like this? http://paypal.sourceforge.net/ Quote Link to comment Share on other sites More sharing options...
PHP_PhREEEk Posted November 7, 2007 Share Posted November 7, 2007 All the usual ways of getting payment exist for everyone... Do you have a banking relationship setup and can handle credit cards? If not, afraid PP is really your only option. PP's API only kicks in for the actual transaction, so the customer stays on your site up until that point, why care how 'professional' it looks while they're paying? A customer wants to know their information is secure, not how pretty the page looks. In fact, the prettier the page, the more I might hesitate to enter my information... I think when it comes down to your customer whipping out his credit card, you should be more focused on this customer's warm-fuzzy about the transaction, not the look of the transaction page. Take a poll... Look and Feel, or Security? It'll be a landslide. PhREEEk Quote Link to comment Share on other sites More sharing options...
gple Posted November 7, 2007 Author Share Posted November 7, 2007 has anyone every used the paypal payments pro with an existing shopping cart before?\ Quote Link to comment 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.