views:

51

answers:

3

I am writing a e-commercial site which allow user check out using the credit card, how can I accept customers' credit card to do transaction??

+1  A: 

Various methods. Paypal is a quick and easy option, or you can go with a service like Authorize.net which will cost a bit, but will also provide a quick and commonly-used payment-gateway.

Depending on the ecommerce solution you're using, there are likely several creditcard-modules already developed by the community of users.

Jonathan Sampson
+1  A: 

Two of the most easy ways are PayPal and Google Checkout. many others also exist. Depends on what exactly you want. Also, depending on your website, several ready-made solutions for shopping carts are available (ZenCart?).

Kornel Kisielewicz
A: 

As others have said PayPal is good tool amongst others to use. Having successfully done an integration with PayPal, I found the integration to be very straight forward and painless. Here is the link to the developer site, where you can find documentation, code samples and sandbox access to simulate Credit Card Transactions. I hope this helps.

James