Rate limits and enumeration prevention
Token & Endpoints | Limit |
---|---|
A JWT token with the embed scope used with the following endpoints.POST /gift-cards/balances POST /gift-cards POST /transactions | This limits tokens for use with Embed or other frontend integrations from iterating over scheme and gift card numbers. Server-to-server calls are not affected. |
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. |