Documentation

CREDENTIAL_ENCRYPTION_FAILED

500api_error

The credential could not be encrypted or decrypted.

Cause

The KMS envelope operation failed — KMS access, or a malformed stored envelope.

How to fix it

This is a server-side fault (KMS access or a malformed stored envelope), safe to retry with backoff.

Example response

500 CREDENTIAL_ENCRYPTION_FAILED
JSON
{
  "error_code": "CREDENTIAL_ENCRYPTION_FAILED",
  "error_type": "api_error",
  "error_message": "The credential could not be encrypted or decrypted.",
  "hint": "This is a server-side fault (KMS access or a malformed stored envelope), safe to retry with backoff.",
  "docs_url": "https://docs.billerapi.com/errors/CREDENTIAL_ENCRYPTION_FAILED",
  "request_id": "d94f5e2a-8c3b-4f1e-9a7d-6b2c1e0f8a34"
}

Related

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

Was this page helpful?