Enumeration prevention
In order to prevent enumeration attacks, the following limits are applied.Token & Endpoints | Limit |
---|---|
A Checkout Session ID used with the following endpoint.POST /checkout/sessions/:id/fields | This endpoint is used by Secure Fields for storing scheme card details and prevents the over-use of the session ID to store and validate card details. |
Rate limitThe current rate limit for these endpoints is set to approximately 50 requests per minute across all endpoints, per token. This value may be adjusted downward in time to adjust for enumeration attacks.We recommend generating a new checkout session ID or JWT token for every checkout, to prevent a user from being rate-limited.