#noah_code
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
๐ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1392618873790136513
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi! So you want to save customers' payment details without actually charging them until later, ya?
Hey!
yea thats correct - just wanna charge them day of booking
Cool cool. The process for doing that is described here: https://docs.stripe.com/payments/save-and-reuse
yep, been going over that
so the bit im stuck at is that when creating the setupintent
we need to pass a customer, however the customer would have not inputted their email yet in order for the form to be rendered, howerver i see other companies do this process of saving and reusing without needing email until the form is rendered
wondering if i am doing somethign wrong here
You don't need an email to create a Customer: https://docs.stripe.com/payments/save-and-reuse#create-customer
๐ญ no way, so i can update the customer later when i have the email?
thanks so much timebox btw
yes i can, just checked docs
thanks so much for the quick support - you guys are amazing