#midnightcrow

1 messages · Page 1 of 1 (latest)

sour garnetBOT
distant latch
#

👋 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

worldly vortex
#

Can you help me find the list of requests on stripe? If i go to logs I am not seeing the error

distant latch
#

It doesn't include GET requests by default

worldly vortex
#

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

distant latch
#

Checking..

#

Looks like there were requests made to pay the invoices for this specific customer at the same time which held the lock

worldly vortex
#

request made on the invoice and on the customer should not conflict, they are seperate objects right

distant latch
#

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.

worldly vortex
#

ok ty for that info