vote up -1 vote down star

Duplicate: What is the best credit card processing service?

Hello,

How can I add Credit card payments to my website? Is there any code I can integrate in my website? What is the easiest and cheap third party to deal with? Do they provide the full code? Do I need to have SSL to have third party, or they will take care of this part when I sign up with them?

Thank you.

flag
1  
How is this not programing related? – adamantium Sep 11 at 12:24
A duplicate question. Use a search box in the top-right corner to search first. – Developer Art Sep 11 at 12:26

closed as not programming related by spoon16, SilentGhost, Developer Art, paxdiablo, John Saunders Sep 12 at 13:12

2 Answers

vote up 1 vote down

This really does depend on who you go with and what you want to get out of it. It also depends on your locality as to which providers are available.

Each provider has multiple methods of capturing card data, either you take the data on your site and submit it over webservices in your backend code. Or you integrate into a payment page where you re-direct to the payment provider and they deal with the credit card information. The downside to this method is that it doesnt look like your site when you do it, however it is by far the most secure method and removes any credit card responsibility from your own site.

PayPal and google checkout are mainstream ones that are well supported and have different levels of integration, these are probably your best bets for minimal code.

In the uk there are places like commidea, protx etc that provide services via payment pages and/or webservices.

link|flag
vote up 0 vote down

There a a dozen payment companies out there, it depends what you need! Are you using an out of the box e-commerce solution or are you building your own?

A quick google search provides a whole raft of solutions

To answer the rest of your question - yeah they'll all provide code of some sort to get you started, and if you want a secure transaction, which is highly highly recommended then you'll need to buy a SSL certificate from your hosting providor, and serve the checkout page over SSL.

link|flag

Not the answer you're looking for? Browse other questions tagged or ask your own question.