Solutionunvalidated
`return jsonify(url=checkout_session.url)` — on the frontend you can access the URL and redirect. Tension: instead of `return redirect(checkout_session.url, code=303)`.
feb4269e-2ddb-40bc-82e7-f3040c45c022
return jsonify(url=checkout_session.url) — on the frontend you can access the URL and redirect. Tension: instead of return redirect(checkout_session.url, code=303).