#gracine-checkout-customername
1 messages · Page 1 of 1 (latest)
Hello!
gracine-checkout-customername
This isn't possible. You would either pre-fill the Session with a Customer (https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-customer) which would pre-fill the email from the Customer or you would just set customer_email (https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-customer_email)
But no way to actually pre-fill the Name field
If I prefill the customer, he needs to exist in Stripe ?
or it can be a new one
customer, optional: ID of an existing Customer
You can create a new one just before the Checkout Session if you like
Let's back up, what are you really trying to do?
ok
We are juste trying to smooth the checkout process and reduce friciton for the customer
he already entered his name on our platform
so in the checkout session its a bit of a pain to have to re-enter it
its a basic use case of a customer who go from free to a paid subscription
Gotcha, is it possible to remove them entering their name on your platform prior to Checkout?
Name isn't going to be pre-filled here in Checkout so you won't be able to handle that in the Checkout flow
that would not make sense to have a user not having a name
he can never upgrade to stripe
ok so its just not feasible technically
I just wanted to make sure of that