#dharunkumar-subscription-schedule
1 messages · Page 1 of 1 (latest)
Hi, apologies for the wait. The server has been really busy. Are you still around?
Sorry @sick herald -- if you come back the best way to do this would be to use subscription schedules to modify the subscription that got created by checkout. This example shows how you can use a schedule to shift a billing anchor:
https://stripe.com/docs/billing/subscriptions/subscription-schedules/use-cases#resetting-anchor
You'd used from_subscription to create the schedule for the existing subscription:
https://stripe.com/docs/billing/subscriptions/subscription-schedules/use-cases#existing-subscription
sorry for the late reply, so if I shift the billing_cycle_anchor, will it prorate the current month's charges? Let's say the subscription costs $50 and a customer subscribes by 15th of October, they should be charged $25 for Oct and $50 for November
You choose how to handle prorations. There's more specific info about that here: https://stripe.com/docs/billing/subscriptions/billing-cycle#new-subscriptions
got it, let me try this way, Thanks!