Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Credit card payments and notifications on the Google App Engine

I ported gchecky to the google app engine. you can try it here

It implements both level 1 (cart submission) and level 2 (notifications from google checkout).

Is there any other payment option that works on the google app engine (paypal for example) and supports level 2 (notifications)?

like image 606
massimo Avatar asked Nov 03 '08 18:11

massimo


2 Answers

I think you can have a look into the official toolkit from PayPal's X Platform http://code.google.com/p/paypalx-gae-toolkit/

like image 146
Benedict Avatar answered Oct 14 '22 00:10

Benedict


Paypal has a SOAP interface. You can certainly access that from within GAE--though you might run into timeout issues while waiting for the response.

like image 45
Brian Clapper Avatar answered Oct 13 '22 23:10

Brian Clapper