#vishwjeet-singh_api

1 messages ยท Page 1 of 1 (latest)

daring jayBOT
#

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

slow venture
#

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.

delicate heath
#

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

slow venture
#

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

delicate heath
#

Ah I see

#

You can't achieve this using API.

slow venture
#

Is there any option, so that we can handle this from our product UI.

delicate heath
#

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

slow venture
#

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.

delicate heath
#

Agreed!