#jackk - Reactivate Subscription
1 messages · Page 1 of 1 (latest)
Hello!
is there a way for me to reactivate their subscription?
Yep, we have a section about reactivating canceled Subscriptions here: https://stripe.com/docs/billing/subscriptions/cancel#reactivating-canceled-subscriptions
well the cancel_at_period_end was set to true 😦
I mean I've already checked / tried it but didn't work because of that
You would need to create new Subscriptions to replace the old ones then.
yes I've just tried that and set the new one's trial end period to the same date as the end date of the canceled.
do you think that would work?
That could work - you could also use billing_cycle_anchor with proration_behavior: none to get the same effect (https://stripe.com/docs/billing/subscriptions/billing-cycle#new-subscriptions)