#evan_docs

1 messages ยท Page 1 of 1 (latest)

tiny fieldBOT
#

๐Ÿ‘‹ 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.

lapis auroraBOT
alpine idol
#

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?

ionic olive
#

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!

alpine idol
#

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.

ionic olive
#

Okay, thanks for the help! I'll reach out to support if the reciept_email property doesn't work