Documentation

SECRET_NOT_FOUND

404invalid_request

No secret exists for this client and environment.

Cause

The secret was never minted for that environment, or it has since been revoked.

How to fix it

Confirm the environment you targeted, then mint a new secret.

Example response

404 SECRET_NOT_FOUND
JSON
{
  "error_code": "SECRET_NOT_FOUND",
  "error_type": "invalid_request",
  "error_message": "No secret exists for this client and environment.",
  "hint": "Confirm the environment you targeted, then mint a new secret.",
  "docs_url": "https://docs.billerapi.com/errors/SECRET_NOT_FOUND",
  "request_id": "d94f5e2a-8c3b-4f1e-9a7d-6b2c1e0f8a34"
}

Related

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

Was this page helpful?