#SirFrancis
1 messages · Page 1 of 1 (latest)
hi there
Hi there
AFAIK, you can't. You can set automatic reminders for unpaid invoice but not before the invoice. You need to use advanced invoicing features
https://dashboard.stripe.com/settings/billing/automatic.
But you can implement this feature in your integration using webhooks (if you have one) by listening to invoice.upcoming
Which is sent a few days (you can configure the number of days in your dashboard) prior to the renewal of the subscription:
https://stripe.com/docs/billing/subscriptions/webhooks#events:~:text=Sent a few days prior to the renewal of the subscription
Once you recieve the event, you sent sms/email to your customer and remind them about the subscription renewal