#sqarf-renew-cancel-sub
1 messages · Page 1 of 1 (latest)
Hey, you can't no. canceled is a terminal state:
Canceling subscriptions disables creating new invoices for the subscription, and stops automatic collection of all invoices from the subscription by setting auto_advance to false. It also deletes the subscription. If your customer wants to resubscribe, you need to collect new payment information from them and create a new subscription.
https://stripe.com/docs/billing/subscriptions/overview#subscription-lifecycle
Ah, I see, thanks