PHP:transaction using paypal,Master card and Visa card

PHP

I am creating a PHP website. Here a portion is customer can pay to website owner from paypal,visa and master card(debit/credit). If transaction successful customer will get a confirmation notification and website owner will also get a confirmation notification.

I did not a work like online transaction before!! What is the best and secure way to do this?

Any help or source code is highly appreciated!!

Best Answer

Take a look at the Paypal API.

Related Topic