Documentation

FEEDBACK_RATE_LIMITED

429rate_limit

Too many feedback submissions.

Cause

You exceeded the feedback submission rate.

How to fix it

Back off and retry after the window.

Example response

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

Related

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

Was this page helpful?