#pqvst
1 messages · Page 1 of 1 (latest)
Hi. Let me help you with this.
You can configure a webhook event X days before an Invoice is created: https://dashboard.stripe.com/settings/billing/automatic
Then you can check if the Subscription is in trialing state and send a reminder to the customer.
right. but since the trial is only one day, that wouldn't work
i'd like to send a reminder around 1-2 hours before the trial ends
That's not possible unfortunately. You can listen to invoice.created and you will have about an hour before it's finalized.