WEBHOOK_ROTATION_OUTCOME_UNKNOWN
500api_errorThe rotation may have committed without a confirmed result.
Cause
The result could not be read back, so which signing secret is live is uncertain right now.
How to fix it
Accept signatures from both secrets until it resolves, and retry with the SAME Idempotency-Key.
Example response
500 WEBHOOK_ROTATION_OUTCOME_UNKNOWN
JSON
{
"error_code": "WEBHOOK_ROTATION_OUTCOME_UNKNOWN",
"error_type": "api_error",
"error_message": "The rotation may have committed without a confirmed result.",
"hint": "Accept signatures from both secrets until it resolves, and retry with the SAME Idempotency-Key.",
"docs_url": "https://docs.billerapi.com/errors/WEBHOOK_ROTATION_OUTCOME_UNKNOWN",
"request_id": "d94f5e2a-8c3b-4f1e-9a7d-6b2c1e0f8a34"
}Related
- Error handling — the error envelope shape and how to parse it
- Error code reference — every stable error code
Canonical docs URL: https://docs.billerapi.com/errors/WEBHOOK_ROTATION_OUTCOME_UNKNOWN
Was this page helpful?