#Aarti

1 messages · Page 1 of 1 (latest)

oblique jewelBOT
wicked iron
#

Hi there! Can you share the subscription ID for the subscription you're trying to cancel?

forest fossil
#

sub_1NXrmdIp6MB4p4mqgXJyvrIO

wicked iron
#

Thanks! I see the request to cancel the subscription essentially canceled the subscription immediately/now, so it's expected that cancel_at_period_end is false

#

If you want to keep a subscription active and have it cancel at the end of the billing period, you'll want to update the subscription instead and pass cancel_at_period_end: true

forest fossil
#

Ah okay, I see. So there is no way to cancel a subscription using the cancel API and let it run through the end of the billing period, right?

wicked iron
#

That's right. To do that, you'll need to update the subscription. A cancel call will always cancel a subscription immediately

forest fossil
#

Gotcha! Thanks so much, this was super helpful.