#midnightcrow
1 messages · Page 1 of 1 (latest)
👋 I don't think the API response reflects this info, you'd want to compare timestamps of the API requests you've made which involve the same object
Can you help me find the list of requests on stripe? If i go to logs I am not seeing the error
https://support.stripe.com/questions/finding-the-id-for-an-api-request
You'd want to clear out the filters, specifically the "method"
It doesn't include GET requests by default
If I filter by the resource I still can't see the error, would you know what call was made at a similar time?
Or how do I filter to find all calls made in reference to this account? I tried to paste the Id in the filter by resource search
Checking..
Looks like there were requests made to pay the invoices for this specific customer at the same time which held the lock
For example,
https://dashboard.stripe.com/logs/req_2cCAegYdlyCxxl
request made on the invoice and on the customer should not conflict, they are seperate objects right
They are but the invoice belongs to this customer. So the customer object is frozen to make sure nothing gets updated while the invoice is being handled.
There are some fields that are retrieved from the customer objects for the invoice.
ok ty for that info