#ariod
1 messages · Page 1 of 1 (latest)
Hi there!
Can you share the ID (req_xxx) of the failing API request?
https://support.stripe.com/questions/finding-the-id-for-an-api-request
For example: req_7ACYN1tXJPN8q1
or req_ZtUBc9JlHKfUGM
It looks like you have concurrency issues in your app while updating the secret.
You need to debug you integration and make sure you don't do some update simultaneously.
👋 taking over for my colleague. Let me know if there's any follow-up Qs I can answer!
Is the concurrency limit applied per secret key or per secret writes? How granular is it?
you can read about rate limits here https://stripe.com/docs/rate-limits
Hi! I'm taking over my colleague. Please, let me know if you have any other questions.