Paypal integration with Google application engine-

2019-03-22 00:50发布

I have to integrate paypal with my application which is built on app engine patch with python.

I searched over the web and found some issues reported in paypal integration with google application engine like here:

http://groups.google.com/group/google-appengine/browse_thread/thread/9059b0750c45703b/b1d0611dd4b04273

There is a paypalx-gae-toolkit

http://code.google.com/p/paypalx-gae-toolkit/ but this is for java.

Is there a similar toolkit for python?

Please suggest.

Thanks in advance.

4条回答
戒情不戒烟
2楼-- · 2019-03-22 01:03

We have no problem accessing the paypal URL's FWIW...

The thread you are referencing is from 2008...

查看更多
我命由我不由天
3楼-- · 2019-03-22 01:04

Looks like an interesting post on IPN here. I haven't tried it.

查看更多
做个烂人
4楼-- · 2019-03-22 01:05

The official toolkit for Python wasn't released yet, so a promising library seems to be paypal-python. It is actively developed at least. One problem is that it requires Python 2.6 or 2.7, but maybe it would not be hard to backport it to Python 2.5.

There are also some projects on Google Code, but none seems very updated.

查看更多
相关推荐>>
5楼-- · 2019-03-22 01:15

Paypal-python works in 2.5.

查看更多
登录 后发表回答