COOLDOWN
429rate_limitA code was sent recently — resend is on cooldown.
Cause
The resend endpoint enforces a cooldown after each issued verification code.
How to fix it
Back off for the cooldown_seconds returned on the response, then request another code.
Example response
429 COOLDOWN
JSON
{
"error_code": "COOLDOWN",
"error_type": "rate_limit",
"error_message": "A code was sent recently — resend is on cooldown.",
"hint": "Back off for the cooldown_seconds returned on the response, then request another code.",
"docs_url": "https://docs.billerapi.com/errors/COOLDOWN",
"request_id": "d94f5e2a-8c3b-4f1e-9a7d-6b2c1e0f8a34",
"retry_after": 30
}Related
- Error handling — the error envelope shape and how to parse it
- Error code reference — every stable error code
Canonical docs URL: https://docs.billerapi.com/errors/COOLDOWN
Was this page helpful?