Hanzo
OpenapiCompliance

Records a privileged reviewer's MANUAL decision on a verification — the…

Records a privileged reviewer's MANUAL decision on a verification — the human-in-the-loop path, and the ONLY route to a passing status when no real…

POST /v1/compliance/verifications/{id}/decision

Addresshttps://api.hanzo.ai/v1/compliance/verifications/{id}/decision
MethodPOST
Operationpost_compliance_verifications_by_id_decision
AuthAuthorization: Bearer $HANZO_API_KEY

Records a privileged reviewer's MANUAL decision on a verification — the human-in-the-loop path, and the ONLY route to a passing status when no real provider is wired. It produces a DISTINCT reviewer_confirmed, never a provider_verified (a provider decision is the provider's to report, via the webhook or a reconcile), and it is ROLE-GATED (an org admin or platform reviewer) AND ATTRIBUTED (the reviewer's user id is DecidedBy), so a manual pass is always accountable.

Request

3 fields, body application/json (required).

FieldInTypeRequiredDescription
idpathstringyesID is the verification to decide, from the path.
idbodystringID is the verification to decide, from the path.
statusbodystringStatus is the reviewer's decision: "reviewer_confirmed" (a pass) or "manual_review" (withheld for review) — never a provider status.

Response

StatusBodyMeaning
200checkViewok

200 body — 10 fields.

FieldInTypeAlwaysDescription
createdAtbodyintegerCreatedAt is the unix second the verification was started.
decidedAtbodyintegerDecidedAt is the unix second a terminal status was recorded.
decidedBybodystringDecidedBy records who settled a terminal status: the provider name, or a reviewer's user id for a recorded manual decision.
idbodystringID is the verification's opaque id.
kindbodystringKind is the party type: "individual" (KYC) or "business" (KYB).
providerbodystringProvider is the verification provider this check runs through.
statusbodystringStatus is the check's state: pending, provider_verified, provider_rejected, manual_review, or expired (provider-reported), or reviewer_confirmed — the one…
subjectIdbodystringSubjectID is the opaque id of the subject under verification.
updatedAtbodyintegerUpdatedAt is the unix second the verification last changed.
verifyUrlbodystringVerifyURL is the provider's hosted verification flow for the subject, when one exists.

Failure carries the platform error shape — see Errors.

Examples

hanzo compliance verifications decision <id>

Compliance API · All Hanzo APIs · Interactive reference

How is this guide?

On this page