Hi,
I want know how to code secure &professionla code to process
credit card like visa,discover,AMEX,mastercard in php .
Is there any good book /site avaliable ?
Please help. Thanks.
| SitePoint Sponsor |

Hi,
I want know how to code secure &professionla code to process
credit card like visa,discover,AMEX,mastercard in php .
Is there any good book /site avaliable ?
Please help. Thanks.


You need to get a merchant account and payment gateway first. You don't talk directly to any credit card issuers or banks, your code will talk to the payment gateway you're set up with, and each has its own API. You'll need to code to their documentation.
Try Improvely, your online marketing dashboard.
→ Conversion tracking, click fraud detection, A/B testing and more

Thanks for the reply . Can you give some example of popular
payment gateway ?




Paypal, Worldpay


http://www.authorize.net
http://www.linkpoint.com
https://www.paypal.com/cgi-bin/websc...erview-outside
You don't always get a choice of gateways. It depends who you get your merchant account through (you can't use a gateway without one) and what options they give you.
Try Improvely, your online marketing dashboard.
→ Conversion tracking, click fraud detection, A/B testing and more
Here is a good article that will help you integrate the Authorize.net Payment Gateway into your site using PHP if that is the gateway you choose.
-- Jelena --
Bookmarks