#keithm-subscription
1 messages · Page 1 of 1 (latest)
Hi! To change the price of the subscription, you need to pass the ID of the item in the request, as shown here: https://stripe.com/docs/billing/subscriptions/upgrade-downgrade#changing
Hi Soma, thanks for your response, this makes sense but what if I have some subscriptions with 2/3 etc.. items and now just want to go down to 1 item?
i.e. there's some items I want to be deleted when updating the price
You can delete a subscription item by passing the deleted:true in the items: https://stripe.com/docs/api/subscriptions/update#update_subscription-items-deleted