Documentation

SECRET_GENERATION_FAILED

500api_error

A new secret value could not be generated or stored.

Cause

The mint failed before anything was issued, so no credential was created or leaked.

How to fix it

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

Example response

500 SECRET_GENERATION_FAILED
JSON
{
  "error_code": "SECRET_GENERATION_FAILED",
  "error_type": "api_error",
  "error_message": "A new secret value could not be generated or stored.",
  "hint": "Retry the request. If it persists, contact support with the request_id.",
  "docs_url": "https://docs.billerapi.com/errors/SECRET_GENERATION_FAILED",
  "request_id": "d94f5e2a-8c3b-4f1e-9a7d-6b2c1e0f8a34"
}

Related

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

Was this page helpful?