#Lucas974

1 messages · Page 1 of 1 (latest)

shut meadowBOT
rapid kelp
#

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

minor imp
#

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?

rapid kelp
#

Notice that this is a deprecated flow

#

Really recommend you add a backend

minor imp
#

ok

#

I know mysql

#

When you say add a backend, you mean add express.js, create an api?

#

I'm sorry, i'm not an expert in dev

rapid kelp
#

You can use express if you'd like

#

Any api