#vic3king
1 messages · Page 1 of 1 (latest)
Hello 👋
Using Subscription Schedule would allow you to schedule a downgrade
I'd recommend going over these docs as they cover the concept of Subscription Schedules
https://stripe.com/docs/billing/subscriptions/subscription-schedules
https://stripe.com/docs/billing/subscriptions/subscription-schedules/use-cases#downgrading-subscriptions
Thanks @midnight tartan . I've gone through those and it adds ontop of an existing subscription when I use the customer route.
So the user ends up with two subscriptions
How can I just update the existing subscription
Ah, I'd recommend creating the schedule from existing subscription.
https://stripe.com/docs/billing/subscriptions/subscription-schedules/use-cases#existing-subscription
That should allow you to avoid creating two subscriptions
Thanks. This would trigger the subscription.updated webhook. Is there a way to prevent this from happening as could lead to duplicates on our system