#Lucas974
1 messages · Page 1 of 1 (latest)
Ah looks like you're using the client-side checkout flow
customer_creation isn't an available paramter for that
That's a legacy flow and we recommend creating checkout sessions on your server
And redirecting to the session url on your front-end
Like that
hum
I have no backend
I use react-router-dom (v6)
When user purchase, it is redirected to a thank you page, it works well as it is
but I need now to backup the name and the email in variable
possible?
Everything you can pass is here: https://stripe.com/docs/js/deprecated/redirect_to_checkout
Notice that this is a deprecated flow
Really recommend you add a backend