#Sam R
1 messages · Page 1 of 1 (latest)
It depends on Managed failed payments section in the subscription setting in https://dashboard.stripe.com/settings/billing/automatic
If you set the subscription status to cancel after all retries failed, customer.subscription.deleted will be sent after last retry
You may receive multiple invoice.payment_failed events if there are retry failures
So the subscription will remain active even after the payment due date until the point of the last retry?