#madhavi_23060
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.
- madhavi-subscription-pause, 3 hours ago, 8 messages
- madhavi_23060, 3 hours ago, 18 messages
- madhavi_23060, 7 hours ago, 4 messages
Hi, let me help you with this.
Thank you
No, I don't think you can get the total, unfortunately.
I asked a question here #dev-help message
What Toby suggested makes sense but how do I update all the failed user requests
Could you summarise the context of that discussion for me please?
I have an active subscription with a price that is inactive now. The docs says https://stripe.com/docs/products-prices/manage-prices#archive-price that any existing subscriptions that use the price remain active until they’re cancelled and any existing payment links that use the product are deactivated.
However when I add a new user to existing subscription with an inactive price, it fails with an error that price is inactive
Toby suggested that try to update quantity without sending price and that will work for all the new requests
My question is how do I update all the past failed requests?
What do you mean by "add a new user to existing subscription" exactly?
You mean you want to update the Subscriptions for which updates failed previously?
yes
Update Subscription quantity
I guess you can just go through all the Subscriptions and see where the quantity doesn't match he desired one and update it.