#gabba-subscription
1 messages · Page 1 of 1 (latest)
You don't need to explicitly call sstripe.subscriptionItems.del/ you can update the subscription items by directly updating the subscription : https://stripe.com/docs/api/subscriptions/update#update_subscription-items
Have you taken a look at this guide maybe? https://stripe.com/docs/billing/subscriptions/upgrade-downgrade
Ok i ll try that, i first tried to update the subscription with a new array of price but without specifying the item id i wanted to replace. Thank you 🙏