onboarding_closed
HTTP 409§9.10 Agreements
The compliance screening for this signup application returned blocked or needs_review, and the application is closed. Every write to /v1/onboarding answers with it thereafter - deliberately terminal, so a refused applicant cannot vary one answer at a time until something passes. Cure is a human, not a retry (ADR-0012).
Problem shape
Every non-2xx response is an RFC 9457 application/problem+json body. The type URI below is stable and machine-matchable, so branch on the final path segment (the code) and treat the status as redundant confirmation. See the error-handling guide.
{
"type": "https://docs.vocapable.com/errors/onboarding_closed",
"title": "…",
"status": 409,
"detail": "…",
"instance": "/v1/…"
}