#thomas-subscription-items
1 messages · Page 1 of 1 (latest)
Can you share an example of where the request succeeded vs where it didn't?
https://support.stripe.com/questions/finding-the-id-for-an-api-request
Hard to find a specific example, would ids from test work? Can you confirm that subscriptionItem quantities should be deleted by stripe when they are 0 ? And whether this has always been the case
can you find atleast 1 request id where removing a subscription item failed due to it already being removed? that would help too
The reason I ask is because I don't think we've changed anything recently that would affect this behaviour. If you have specific examples, that would help us figure out what's going on here
req_FkK7PDoxglRDJ0
thanks looking..
It looks like your code sent the request twice which is why the other request failed
This one succeeded https://dashboard.stripe.com/test/logs/req_oHBKJD87sp8xbG
this is the one that failed
https://dashboard.stripe.com/test/logs/req_FkK7PDoxglRDJ0
let me know if that clarifies @surreal raft