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)?

link|improve this question
feedback

3 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/

link|improve this answer
feedback

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.

link|improve this answer
link is busted, can someone fix it please? – Kurt Jan 18 '09 at 8:49
Link is working for me... but here it is again anyway: cms.paypal.com/us/cgi-bin/… – Daniel Sellers Sep 2 '10 at 19:05
feedback

Here's a link containing information about using PayPal IPN from AppEngine using Django.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.