#Kido-invoices
1 messages · Page 1 of 1 (latest)
@north tinsel I think for that use case I would probably keep the Subscription on Stripe's side active, but switch it to a $0 pricing plan(it generates invoices but they don't get charged/sent to the customer).
If they reactivate, switch the plan back to a paid one.
There's no way to have the subscription in a state where it's expired/cancelled and not generating invoices but also be able to be re-activated, so swapping to a free plan seems to be the way to go
(or add a 100% off forever coupon and then remove it if the customer resumes service, instead of a $0 plan, both work)
hmm i see thats a good alternative way though