Documentation

CREDENTIAL_REVOKED

409invalid_request

The credential is revoked.

Cause

A revoked credential can never be decrypted again — the decision is permanent by design.

How to fix it

Retrying will not help: re-run the connect flow to vault a replacement credential.

Example response

409 CREDENTIAL_REVOKED
JSON
{
  "error_code": "CREDENTIAL_REVOKED",
  "error_type": "invalid_request",
  "error_message": "The credential is revoked.",
  "hint": "Retrying will not help: re-run the connect flow to vault a replacement credential.",
  "docs_url": "https://docs.billerapi.com/errors/CREDENTIAL_REVOKED",
  "request_id": "d94f5e2a-8c3b-4f1e-9a7d-6b2c1e0f8a34"
}

Related

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

Was this page helpful?