vote up 5 vote down star
4

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

flag

2 Answers

vote up 1 vote down

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|flag
link is busted, can someone fix it please? – Kurt Jan 18 at 8:49
vote up 1 vote down

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

link|flag

Your Answer

Get an OpenID
or

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