#bhavi-subscription-canceled
1 messages · Page 1 of 1 (latest)
bhavi-subscription-canceled
Hey @near flume ! If a Subscription has been fully canceled, it's impossible to reactivate it. You would create a brand new one instead
Hi Koopajah!
Is there any alternative way that I don't want to create new subscriptions?
like temp cancel ?
no
if I use the API
await stripe.subscriptions.update(subscription.id, { cancel_at_period_end: true });
then on that date will it canceled automatically?
I mean will the status change from active > Cancelled automatically?
yes