3

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!!

user1573187
  • 51
  • 1
  • 6

2 Answers2

1

Take a look at the Paypal API.

Lior
  • 5,841
  • 9
  • 32
  • 46
1

for paypal you need to Set up a business account with PayPal and read the documentation for their Express Checkout integration.

for visa and mastercard please check this answer

Community
  • 1
  • 1
NullPoiиteя
  • 56,591
  • 22
  • 125
  • 143