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
- Upload the certificate via
PUT /v1/company/{id}/p12(or from the admin panel). - Verify the RNC with
GET /v1/company/{id}and correct it if empty. - Retry the request.