Documentation

COOLDOWN

429rate_limit

A 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

Canonical docs URL: https://docs.billerapi.com/errors/COOLDOWN

Was this page helpful?