429 Too Many Requests responses. The following limits apply:
- Organization rate limit: Up to 100 requests per second for each organization across the Fintoc API.
- Widget connection rate limit: Up to 100 requests per 130-second window for each organization across Widget connections.
Handle rate limiting
Watch for429 Too Many Requests responses. Retry each rate-limited request with exponential backoff. Start with a 1-second delay, then double the delay after each attempt: 1, 2, 4, 8, and 16 seconds. Retry up to 5 times. Add a random delay of up to 1 second to each retry to prevent clients from synchronizing their requests.