#dharunkumar-subscription-schedule

1 messages · Page 1 of 1 (latest)

ocean oakBOT
upper ermine
#

Hi, apologies for the wait. The server has been really busy. Are you still around?

sinful isle
#

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

sick herald
#

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

upper ermine
sick herald
#

got it, let me try this way, Thanks!