HTTP_TOO_MANY_REQUESTS

const val HTTP_TOO_MANY_REQUESTS: Int = 429

If the SDK receives a "Too Many Requests" (429) status code from Stripe, it will automatically retry the request using exponential backoff.

See https://stripe.com/docs/rate-limits for more information.