I know your post is a long time ago, but since I have just been dealing with the same issue ...
Initially, I followed the implementation described in the web2py manual, using /gluon/contrib/stripe.py. This worked locally but not on my (free) test account at PA. I re-implemented, following the API documentation on stripe.com. This uses the stripe module in Python. This version works fine on PA. Hopefully, you long since solved your problem. On Tuesday, March 28, 2017 at 12:00:02 PM UTC-4, Happy Rob wrote: > > Looking a little deeper (thanks google) it seems that the free version of > python anywhere is unable to send the JSON thing through some proxy. > To be honest I'm not entirely sure what that means, but the solution seems > to be to get the app working locally, then later upgrade to a paid plan > when ready to go live. > > So no free solution for python anywhere (yet!), so I'll try getting the > local one working. > -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

