CREDENTIAL_NOT_ROTATABLE
409invalid_requestThe credential cannot be rotated now.
Cause
It is revoked, or its rotation policy is disabled.
How to fix it
Inspect its status before rotating.
Example response
409 CREDENTIAL_NOT_ROTATABLE
JSON
{
"error_code": "CREDENTIAL_NOT_ROTATABLE",
"error_type": "invalid_request",
"error_message": "The credential cannot be rotated now.",
"hint": "Inspect its status before rotating.",
"docs_url": "https://docs.billerapi.com/errors/CREDENTIAL_NOT_ROTATABLE",
"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/CREDENTIAL_NOT_ROTATABLE
Was this page helpful?