#musacoli
1 messages · Page 1 of 1 (latest)
Hi, you need to have an active subscription before you are able to update it, looking at the request id.
But the customer does have an active subscription.
At least in the Dashboard it shows that they do
Can I share the specific account, customer and subscription
I see the subscription.. no need. Still looking
Alright, thanks
It looks like that subscription, https://dashboard.stripe.com/test/logs/req_rXpt74jFPLI0mC has a single item and your update request, https://dashboard.stripe.com/test/logs/req_rXpt74jFPLI0mC is attempting to delete the one item. That is why you see the error code and it's recommending that you cancel: https://stripe.com/docs/api/subscriptions/cancel instead.
Ohhhh interesting, what would you suggest we change here to make sure it's updating as expected.
Don't delete the item
Instead, change the quantity etc, https://stripe.com/docs/api/subscriptions/update on the update.
But the item in this case is an entirely different product.