#Eranga-subscription

1 messages · Page 1 of 1 (latest)

hasty jasper
#

Hi Eranga, are you updating the subscription with cancel_at_period_end : true ?

limpid latch
#

Yes, correct

#

I set the subscription to end at the billing cycle by updating cancel_at_period_end=true

#

Then I want to know, whether I can still change the quantity, or billing cycle

#

Billing cycle means the price

#

I have one price for monthly, and one for yearly

hasty jasper
#

Yes you can still update the quantity, the subscription is still active even if cancel_at_period_end=true

limpid latch
#

Great. How about the price?

hasty jasper
#

Yes, you can change the price as well. Just be aware that the customer will still likely receive a invoice for payment (or credit balance) at the end of the subscription if proration is applied.

limpid latch
#

Yes, I am doing always_prorate so I guess every change will make an invoice

#

Just another question, when will the subscription be canceled if the user changes the billing cycle? Is it at the end of the new billing period?

hasty jasper
#

if you change the billing cycle, upon changing the subscription, the customer will receive an immediate invoice and the new subscription starts from the day of change

limpid latch
#

Yeah, since I have set the cancel_at_period_end=true will the subscription end after the new billing period?

#

Or that flag will be reset?

hasty jasper
#

That is an interesting one :), I never tried that, let me a few mins to test it out

#

So I just changed a monthly subscription to an annual subscription, and the new Subscription will cancel automatically on 8 Dec 2022.