#dlindqu3
1 messages ยท Page 1 of 1 (latest)
Hello ๐
What field are you using to pass the user email when you create the checkout session?
Is it customer_email?
Ah that might be why the customers are being asked to provide an email
If you already have a customer and you pass them in then the field becomes un-editable
so in session data, just add customer_email = theEmail?
yup
Similarly if you have a customer object created on Stripe then you can pass their ID to the customer field which also sets the email for you
NP! ๐ Happy to help
Right, but only email or customer id , not both, right?
yup just one of them is enough
Awesome, glad I could help ๐
Good luck