Documentation

SECRET_EXPIRED

401auth

The client secret is past its expiry.

Cause

The secret aged out and no longer authenticates, so retrying with it cannot succeed.

How to fix it

Rotate the secret in the portal and redeploy your integration with the new value.

Example response

401 SECRET_EXPIRED
JSON
{
  "error_code": "SECRET_EXPIRED",
  "error_type": "auth",
  "error_message": "The client secret is past its expiry.",
  "hint": "Rotate the secret in the portal and redeploy your integration with the new value.",
  "docs_url": "https://docs.billerapi.com/errors/SECRET_EXPIRED",
  "request_id": "d94f5e2a-8c3b-4f1e-9a7d-6b2c1e0f8a34"
}

Related

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

Was this page helpful?