#Rajshree - email customization

1 messages · Page 1 of 1 (latest)

slate carbon
#

Hi there. Let me grab some resources for you. One moment

slow bronze
#

I saw them, but what if we want to change the url for plan update to our webapp and not Stripe portal?

night wing
#

Hello! I'm hopping in since @slate carbon has to head out soon - which of Stripe's emails specifically are you hoping to change?

slow bronze
#

payment failure or credit card expiring in 30 days

night wing
#

You should be able to configure those emails through the dashboard - so for example, if you click the "eye" symbol next to "Send emails about expiring cards" (at https://dashboard.stripe.com/settings/billing/automatic) you can see there's a section where you can specify which link to direct users to

#

Also copying your question here:
Hi, The webhook in test mode (with Stripe CLI) sends all the events. For live-mode, would webhook endpoint be receiving only the events which are enabled or other ones as well like in test mode?

#

If you're testing through the CLI then you can get all events - when you create your webhook event through the dashboard, we also offer the optoin to receive all events

slow bronze
night wing
#

Yup!

slow bronze
#

Thanks that worked!

#

About the webhooks now, in live-mode do we receive all events by default>

#

or only ones which we have enableed

night wing
#

Are you referring to the CLI, or for webhook endpoints you're creating through the dashboard?

slow bronze
#

webhook via dashboard

night wing
#

For those webhooks we go based on the event types you have enabled (but you do have the option to enable all event types)

slow bronze
#

Got it. Thanks