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.