#maarten-sd_code

1 messages · Page 1 of 1 (latest)

cerulean stirrupBOT
#

👋 Welcome to your new thread!

⏲️ We'll be here soon! We typically respond in a few minutes, but in some cases we might need a bit more time (e.g., server's busy, you've got a complex question, etc.).

⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can 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/1247675517469986888

📝 Have more to share? Add details, code, screenshots, videos, etc. below.

left trench
#

Hi there!

#

Are you creating Checkout Sessions and creating a brand-new customer object or are you also passing a value for customer? If you have a request ID for a Checkout Session you recently created, that would be helpful too

verbal crypt
left trench
verbal crypt
#

Clear. So if I understand correct: if the customer is already known (has a customer id), then the details are used from the previous checkout.
For new customers, they have to enter the info in stripe checkout again.

left trench
#

then the details are used from the previous checkout
Potentially, yes. Depends on the mode, whether or not saved_payment_method_options.payment_method_save was used when they first saved a payment method, and whether the customer actually opted to save their payment details for future use

verbal crypt
#

Clear. I can continue from here. Thank you!