Relative Content

Tag Archive for javascriptpythonflaskstripe-payments

Trying to pass information from form into Stripe embedded Checkout

I have a route that the user selects the product they want, then on submit this pulls up a stripe checkout. To do this it uses JS to attach the id through a jsonify object and open checkout in a different route. I can not figure out how to pass to the checkout what price plan to charge for.