Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How create pay Chrome app with PayPal?

I see that you can make a pay packaged app with the Google Wallet API (for in the Chrome Web Store). https://developers.google.com/chrome/web-store/docs/index#charging And also it is possible to create a custom pay service. So I want create an app that use PayPal as payment solution.

Any sample how to do this? A basic sample sample will be great.

like image 492
user1731468 Avatar asked Jun 06 '13 07:06

user1731468


2 Answers

You could try to use the PayPal IPN system with PHP, the IPN system stores data into an SQL server.. Here's a good sample

like image 183
IamGretar Avatar answered Nov 18 '22 10:11

IamGretar


There's a PayPal API you can use and here's an express checkout example app (with code).

like image 1
user2448027 Avatar answered Nov 18 '22 12:11

user2448027