#Honeydewd-update-subscription
1 messages · Page 1 of 1 (latest)
Hello! Before diving in, have you read through these docs yet: https://stripe.com/docs/billing/subscriptions/upgrade-downgrade#changing
yes i have
Currency and interval fields must match across all plans on this subscription. Found mismatch in interval field.
this is the error i receive
Can you share the request ID that's failling?
You're getting this error because you're creating an ADDITIONAL subscription item to add to the subscription. You need to use the existing Subscription ID and update the price it already has (like the sample from the doc does)
so what if the subscription has 2 subscription items
and i only want to update one of them
you'd do it the same way, you'd update each Subscription Item and update it with new Prices
so it doesn't matter if the subscription items have different recurring intervals?
so say both items have recurring intervals of monthly but i want to just change one of them to yearly
will that work?
no that won't work
I meant "you can change all Subscription Items from one recurring interval to another"
i see, so in a subscription ALL the subscription items have to be the same recurring interval?
yes
so what i can do in this case is create 2 separate subscriptions and then handle them differently right?