Documentation

MESSAGING_RATE_LIMITED

429rate_limit

Messaging rate limit exceeded.

Cause

Too many messages in the current window.

How to fix it

Back off and retry after the window.

Example response

429 MESSAGING_RATE_LIMITED
JSON
{
  "error_code": "MESSAGING_RATE_LIMITED",
  "error_type": "rate_limit",
  "error_message": "Messaging rate limit exceeded.",
  "hint": "Back off and retry after the window.",
  "docs_url": "https://docs.billerapi.com/errors/MESSAGING_RATE_LIMITED",
  "request_id": "d94f5e2a-8c3b-4f1e-9a7d-6b2c1e0f8a34",
  "retry_after": 30
}

Related

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

Was this page helpful?