#yurtdweller_docs
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/1398326726840418486
📝 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.
- yurtdweller_customer-portal-sessions, 1 day ago, 99 messages
Hi, to confirm we're on the same page. You're asking if you can add multiple branding on the settings depending on the products right?
No, I'm asking which events are triggered to generate the Stripe-supplied emails; so that we can listen to those events independently and create our own mail service around those events using webhooks.
(So that we can do multiple brands on our own)
Thank you for the clarification
Since you're building your own customer emails, you can listen to the following:
Payment confirmation notifications - I suspect you're referring to succeeded payments here. In this case, it would be https://docs.stripe.com/api/events/types?api-version=2025-04-30.preview#event_types-payment_intent.succeeded
Failed payment notifications - https://docs.stripe.com/api/events/types?api-version=2025-04-30.preview#event_types-payment_intent.payment_failed
Renewal reminders - https://docs.stripe.com/api/events/types?api-version=2025-04-30.preview#event_types-invoice.upcoming
As for the last one, we have https://stripe.com/gb/resources/more/what-is-a-card-account-updater-what-businesses-need-to-know so if you use this, it would not matter as much as the card will be updated
does payment_intent.payment_failed work for ACH/Bank failure? I see that Stripe has this email
If you're not, you can then track this on your end when you create teh payment methods.
Yeah, that would work.
Is ther something on the subscription that is similar to payment_intent.succeeded and payment_intent.failed?
Hi hi! I’m going to be taking over for my colleague here. There is. https://docs.stripe.com/billing/subscriptions/webhooks#payment-failures