#daydream - add email
1 messages · Page 1 of 1 (latest)
HI 👋
Do you mean you want to pre-fill the email in the checkout screen with the customer's email (that you already have)?
Correct.
Authenticated user clicks checkout link to "upgrade" something.
You can pass a customer_email parameter when you create the checkout session
https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-customer_email
I'm sending people to a payment link actually. Like this: https://buy.stripe.com/4gwcNKd1ddmZ5gccMM
Payment links are not customer specific so you cannot pass any parameter that links the Payment Link to a single customer
Dang. It would be awesome to be able to do https://buy.stripe.com/4gwcNKd1ddmZ5gccMM/?customer_email=bob@gmail.com
I can see that. I can make that feature request from your feedback.