#energetic_swan_85077

1 messages · Page 1 of 1 (latest)

acoustic sundialBOT
sand vortex
clear atlas
#

Hi, I'm sorry, I don't understand it very well after reading it, can you talk about my example in detail?

sand vortex
#

Thanks for waiting! Discord is busy now

#

Subscription schedule uses phases to change the subscription in the future timeline

#
  1. Since you have an existing subscription, a subscription schedule should be created on top of it with: https://stripe.com/docs/billing/subscriptions/subscription-schedules/use-cases#existing-subscription
  2. After creating the subscription schedule, retrieve and update the subscription schedule in Step 1 with Update Subscription Schedule API (https://stripe.com/docs/api/subscription_schedules/update)
  • In phase[0] - the existing ongoing subscription cycle, you will set the phases.iterations to 1 that the current cycle with yearly price will keep going until the cycle ends
  • In phase[1] - the next cycle will start after the phase[0] end and the phases.items.price here should be set to monthly price
clear atlas
#

Thanks a lot, I'll try it out!

sand vortex
#

No problem! Happy to help 😄