#gr_dev
1 messages · Page 1 of 1 (latest)
👋 happy to help
Yes, But there is no option to add iteration.
I want auto cancel subscription after 3 payments.
you first need to create the subscription schedule from the subscription
then you update it
Sorry, Can't understand
using phase length https://stripe.com/docs/billing/subscriptions/subscription-schedules#phase-length
How can i changes my existing subscription using subscription schedule?
Please share with step
first you create a subscription schedule from your existing subscription as described here https://stripe.com/docs/billing/subscriptions/subscription-schedules#managing:~:text=You can also create subscription schedules by passing a subscription ID%3A
then you update the subscription schedule and choose the phase-length (iterations: 3) as described here using phase length https://stripe.com/docs/billing/subscriptions/subscription-schedules#phase-length