#Rajshree - email customization
1 messages · Page 1 of 1 (latest)
Hi there. Let me grab some resources for you. One moment
There's some limited customization options available here: https://dashboard.stripe.com/settings/emails
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
I saw them, but what if we want to change the url for plan update to our webapp and not Stripe portal?
Hello! I'm hopping in since @slate carbon has to head out soon - which of Stripe's emails specifically are you hoping to change?
payment failure or credit card expiring in 30 days
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
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
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
So can I specify the link as https://16bit.ai instead of dashboard/16bit?
Discovering Unseen Opportunities to Improve Healthcare
Yup!
Thanks that worked!
About the webhooks now, in live-mode do we receive all events by default>
or only ones which we have enableed
Are you referring to the CLI, or for webhook endpoints you're creating through the dashboard?
webhook via dashboard
For those webhooks we go based on the event types you have enabled (but you do have the option to enable all event types)
Got it. Thanks