#bhavi-subscription-canceled

1 messages · Page 1 of 1 (latest)

sullen blazeBOT
solemn bramble
#

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

near flume
#

Hi Koopajah!

#

Is there any alternative way that I don't want to create new subscriptions?

#

like temp cancel ?

solemn bramble
#

no

near flume
#

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?

solemn bramble
#

yes