#nikhiljhs-subscriptions
1 messages · Page 1 of 1 (latest)
@slow moth it's not possible unfortunately, those settings are global across your account.
The only thing you could do is disable it, and then build your own logic(receiving webhooks and generating/sending your own emails) that you use for some customers and not others.
is stripe provide any api for sending or receiving email like renewal before 5 day on someting?
well we can send you a webhook about the upcoming renewal(https://stripe.com/docs/api/events/types#event_types-invoice.upcoming) , so your server could handle that webhook and send an email, potentially.