#evan_docs
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/1237418959779659786
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi there ๐ if you're testing in testmode, it may be expected to not see receipts automatically sent. How are you creating your Checkout Sessions, are they being created directly on the Connected Account via the stripeAccount header?
We are using the options param in the node sdk: { stripeAccount: <accountId> } which I'm pretty sure ends up as a header!
I found the payment_intent_data.receipt_email, so I'm pretty sure that's what we need!
Yup, so that will create the Checkout Session on the Connected Account. I believe, but am not exactly certain as email settings are something we don't know that well in this forum, that the settings of your Connected Accounts will be used, and receipts won't be sent if the Connected Account has that setting turned off.
I'd strongly recommend double checking that with our Support team:
https://support.stripe.com/?contact=true
They're typically more familiar with automatic email behavior than we are (we specialize in working our API and SDKs), and since receipts are suppressed in testmode I can't quickly run through and test for you.
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
Okay, thanks for the help! I'll reach out to support if the reciept_email property doesn't work