#Ravg

1 messages ยท Page 1 of 1 (latest)

royal vaporBOT
rose gale
#

Hi there. You would create the schedule from the existing subscription: https://stripe.com/docs/billing/subscriptions/subscription-schedules/use-cases#existing-subscription. Then, you would add a new phase corresponding to the scheduled update, where you would pass all subscription items except for the one you want removed: https://stripe.com/docs/api/subscription_schedules/update#update_subscription_schedule-phases-items

Learn how to use subscription schedules.

quasi orbit
#

Oh I see. So any existing subscription items will be removed if they are not present in the new subscription schedule's phase?

rose gale
#

Correct. Since it's a new phase, you will need to specify everything you want included in that phase

#

I recommend trying this out in test mode

quasi orbit
#

It's clearer for me now ๐Ÿ™‚
I will also check the test clocks and how to use them
Thanks a lot!