#jasontheadams-Customer-failed-invoice
1 messages · Page 1 of 1 (latest)
Hi there!
We describe this here: https://stripe.com/docs/billing/subscriptions/overview#unpaid-subscriptions
Basically the status of the Subscription relates to the most recent invoice (before its due_date)
So if the most recent invoice is paid then the Subscription will become active again
Got it! Thank you!