Documentation

SECRET_ROTATION_FAILED

500api_error

The secret rotation could not be completed.

Cause

A server-side fault interrupted the rotation. The previous secret is still the active one, so your integration keeps working.

How to fix it

Retry the rotation. If it persists, contact support with the request_id.

Example response

500 SECRET_ROTATION_FAILED
JSON
{
  "error_code": "SECRET_ROTATION_FAILED",
  "error_type": "api_error",
  "error_message": "The secret rotation could not be completed.",
  "hint": "Retry the rotation. If it persists, contact support with the request_id.",
  "docs_url": "https://docs.billerapi.com/errors/SECRET_ROTATION_FAILED",
  "request_id": "d94f5e2a-8c3b-4f1e-9a7d-6b2c1e0f8a34"
}

Related

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

Was this page helpful?