#arrayappy
1 messages · Page 1 of 1 (latest)
No, but you can configure to send email before x days of renewal https://stripe.com/docs/billing/revenue-recovery/customer-emails#prevent-failed-payments-emails
What about first subscription creation time
No we don't. You can choose to send an email yourself by listening to our webhook event
Ok
Using checkout.session.completed we can create first time document in the database as it comes after user done the payment
Using customer.subscription.updated we can update the subscription record in our db if auto renewal happens or any update happened on that subscription
Am I right ??
Yep!