#Eranga-subscription
1 messages · Page 1 of 1 (latest)
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
Yes you can still update the quantity, the subscription is still active even if cancel_at_period_end=true
Great. How about the price?
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.
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?
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