#pcrobinz
1 messages · Page 1 of 1 (latest)
Hi there
Hi mate
You can change the upcoming renewal invoice events in your Dahboard here: https://dashboard.stripe.com/settings/billing/automatic
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
but is it not possible to change the trigger days for the webhook?
but what i need to do is, rely on the webhook to check if the trial will end in X days, then i will send an email to the customer in my app
Ah okay I see the confusion
The customer.subscription.trial_will_end Event is not customizable
That will always be 3 days before the trial ends.
However, if you want, you can instead rely on the invoice.upcoming event
Which is customizable
And when you receive that event you check whether the Sub is on trial
And then send your email based on that
Yeah that crossed my mind, but i just want to confirm the trial_will_end hook.
Thanks for the confirmation mate.