@forest estuary pressed the 📡 API button in https://discord.com/channels/841573134531821608/842637025524842496 to ask a question:
Question
Should invoice preview return invalid request error when request contains `subscription_details.items[x].Price` that is an inactive Price but is the current Price on the subscription
Related Request ID(s)
req_C9XVj6QJSE1N4y
What have you already attempted?
We're able to workaround this by omitting `Price` from the request body but it feels like an unnecessary meander. Stripe should know if the `Price` is effectively changing or not based on the subscription (which we also provide in the request). And if the price is effectively not changing but `Price` included in the request, it should not be an error case I think.
What are you working on?
Building a checkout system that must manage subscriptions with existing customer with inactive prices (haven't been moved to a newer price yet) and active prices.
