#dancamdev
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- dancamdev, 15 minutes ago, 43 messages
Hello again! We close idle threads, as we're focused on realtime help here. If you have a new question I'd be happy to help!
Great, related to the previous one, it does work as expected, but whenever I update the subscription with the new price, the old one does not get removed and I'm billed for both. How should I go about fixing this?
It sounds like your update request is adding a new line item to the Subscription instead of updating the existing line item. Make sure you include the ID of the existing line item when making the update: https://stripe.com/docs/api/subscriptions/update#update_subscription-items-id
Ok, let me try that