#gab-gab_api

1 messages · Page 1 of 1 (latest)

wheat girderBOT
#

👋 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/1407777467040665730

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

pulsar flare
#

Hi, can you share a bit more about your use case here? Why would not we use the customer's email address?

reef oyster
#

We do some user association with the stripe customer email in our system. We would like to let the user customize another email as well as billing detail that will be used by the subscription without interfering with the main customer email

#

Should we maintain an internal billing detail object and update the default payment method of the subscription each time the payment method change ? It seems overkill process

pulsar flare
#

How are you integating with Stripe?

reef oyster
#

only with the subscriptions api

pulsar flare
#

The email address on the customer is where these emails will be sent

#

However, that would send the emails to both

#

There is not a way to customize the billing email to recieve these emails like you imagined.

reef oyster
#

So if I maintain an uptodate email address in the payment method (inside billing_details) that belong to my subscription. The user would receveive emails in both emails (the customer one + the one from the payment method) ?

pulsar flare
#

Stripe API doesn’t currently support adding recipients to Billing emails but you can manually add that via the Dashboard.

#

Othewrside, what you said is correct

reef oyster
#

When we modify via the dashboard, in which objects is it stored, is it then retrievable by any api ?Or is is stored in object we do not have access?

pulsar flare
#

It should be under the payment method object as that is the billing details for that payment method

#

I highly recommend that you test this end to end