#vishwjeet-singh_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/1313460497017995285
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hello Team, Do we support to manage multiple emails for billing receipt email?
Like we want to facilitate user with multiple email support in billing management.
๐
Each Stripe Customer object has only one emial.
I'm not sure if you can achieve what you want actually.
But let's see if we can see a workaround...
Can you share a concrete example of what you want to achieve exactly ?
For example : User who purchased the subscription on my product UI with stripe payment integration want to send the receipt to multiple organizational user via email
Ah I see
This seems to be possible actually, but only via Stripe Dashboard:
https://docs.stripe.com/invoicing/send-email#additional-email-recipients
You can't achieve this using API.
Is there any option, so that we can handle this from our product UI.
No not via API.
As a workaround, you can send email receipts via your integration
and share the receipt url with the other email contacts
You can let Stripe send a receipt for one contact
and your integration send emails for the others contacts with the receipt_url
Okay let me get it discussed with my engineering team, then i'll revert back the feedback.
But this will be the good feature stripe need to support the api for the same.
Agreed!