#Eranga-subscription
1 messages · Page 1 of 1 (latest)
Hi @icy crag 👋
Yes this is a terminal state that cannot change as mentioned here https://stripe.com/docs/api/subscriptions/object#subscription_object-status
If the first invoice is not paid within 23 hours, the subscription transitions to incomplete_expired. This is a terminal state, the open invoice will be voided and no further invoices will be generated.
Yeah, the document says no further invoices will be generated for this subscription. I just want to make sure that this is the last customer.subscription.updated event for this kind of subscription
Nothing else will cause the subscription object to be updated later, right?
Yes that's my understanding. And if you try to update the subscription on your end, you will get an error message:
cannot update a subscription that is
canceledorincomplete_expired.
Nice. Thank you @icy crag for the insight