Skip to main content

tenant-config-missing

HTTP 422 · Tenant fixable.

The tenant exists but is missing at least one of the following:

  • Issuer RNC (tenants/{id}/rnc).
  • PFX certificate uploaded to Secrets Manager.
  • PFX passphrase.

How to fix

  1. Upload the certificate via PUT /v1/company/{id}/p12 (or from the admin panel).
  2. Verify the RNC with GET /v1/company/{id} and correct it if empty.
  3. Retry the request.