Documentation

WEBHOOK_ROTATION_FAILED

500api_error

The signing-secret rotation could not be persisted.

Cause

The rotation could not be resolved or written, so the signing secret is unchanged.

How to fix it

Keep verifying signatures with the current secret and retry with the SAME Idempotency-Key.

Example response

500 WEBHOOK_ROTATION_FAILED
JSON
{
  "error_code": "WEBHOOK_ROTATION_FAILED",
  "error_type": "api_error",
  "error_message": "The signing-secret rotation could not be persisted.",
  "hint": "Keep verifying signatures with the current secret and retry with the SAME Idempotency-Key.",
  "docs_url": "https://docs.billerapi.com/errors/WEBHOOK_ROTATION_FAILED",
  "request_id": "d94f5e2a-8c3b-4f1e-9a7d-6b2c1e0f8a34"
}

Related

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

Was this page helpful?