Learn the basics of rate limiting for Cashfree APIs
X-RateLimit-Limit
: The maximum number of requests allowed in the current window.X-RateLimit-Remaining
: The number of requests remaining in the current window.X-RateLimit-Reset
: The time (in seconds) until the rate limit resets.429
Too Many Requests status code. Clients are advised to respect the retry-after time mentioned in the response headers before sending further requests.