#ibgoldbergs
1 messages · Page 1 of 1 (latest)
req_MPYBuSa9nbhXpR
Thanks taking a look
Looks like you have a Subscription Item update request prior to the update request that is erroring. Here is that Sub Item update request: https://dashboard.stripe.com/test/logs/req_FAPnVTK0o2p9R4. When you update a sub item that will update the Sub and as these have different intervals it is resetting the cycle as well.
I assume you actually want to make that Subscription Item update within your Subscription update request which is erroring
Instead of doing subsequent requests here
so we can do it all in one request vs two separate?
Yep
You want to pass the items param in your Sub update request
That will contain the Subscription Item ID and the new Price you want to update to
Got it. I think it makes sense. Right now we are making multiple requests and should be doing it on one request
I think I'm good here, thanks again for your help on this project (you helped me on Friday too)
Happy to help!