#fenwicks_silent_assassin
1 messages · Page 1 of 1 (latest)
There's no way currently to add multiple recipients for email receipts via the API: https://stripe.com/docs/invoicing/send-email#additional-email-recipients
It has to be done via the Stripe Dashboard
Hi, stepping in
There is not a way to send receipts to multiple email addresses. Updating the email via the Payment Intent just updates the receipt_email on that Payment Intent, it won't do what you're trying to do.
so it wont send another receipt to the new updated email address?
I'm confirming this on my end
Yeah, confirming that it won't send another email receipt. The only option is what two-shoes shared above.
Ok thanks for checking!
Actually, I was wrong -- it would work.
You can update the Payment Intent after the payment succeeds, https://stripe.com/docs/api/payment_intents/update and pass receipt_email: to force a receipt for that specific payment
yeah cool, glad to hear
I was reading how it behaved and did not read all the way through, sorry about that
i would've tested myself but emails dont send in test mode