For those looking for how to get Stripe to work with Web2Py, follow the API from Stripe. The getting started documentation with the checkout script works. Make sure you are following the Python code section.
(https://stripe.com/docs/quickstart) Hint: Place the checkout script inside of a web2py generated form. The script will submit the form and in the form.process().accepted part of your code you can get the Stripe token. (stripeToken = form.vars.stripeToken) On Tuesday, March 21, 2017 at 11:19:21 PM UTC-4, Scott Hunter wrote: > > Has anyone been able to use Stripe's Checkout with web2py? If so, how did > you do it? I'm having trouble getting the token it generates back. > > - Scott > -- 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 web2py+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.