#thekents_api
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/1305859472907960361
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
hi! yeah that feature is US-only (https://docs.stripe.com/payments/checkout/promotional-emails-consent)
a possible solution might be building your own logic where you send the customer an email(if you collect their email outside of Checkout first) if the CheckoutSession you create for them has not been paid (you didn't receieve a webhook) after a certain period of time
I don't collect the emails outside of checkout, is there a possible hook to get the email input and attach it as metadata for session so i can send the email myself?
no there is not
Seems dumb to ask for a email and then redirect to checkout after that
Are my only options that i switch to Stripe Elements or completely switch out Stripe to something else????
I suppose the options are
1- workaround like I mentioned
2- use a more bespoke integration like Elements where you can more directly control the flow and collect info and detect abandonment
3- write to support to express interest in that feature being made available in your country (I'll also capture the demand on my side)
๐ taking over for my colleague. Let me know if there's any follow-up Qs I can answer!