OnboardingSession.decided

Emitted when a reviewer records a manual decision on a completed under-review onboarding session. Carries the submission status plus the decision, its reason, and the open findings the decision resolved.

Payload
__event__
object
Defaults to [object Object]
uuid
required

Unique id of the submission.

string
enum
required

Lifecycle state of the verification workflow.

Allowed:
OnboardingVerdict | null

Resolved onboarding verdict; null until completion.

Caller-supplied correlation id.

When the workflow reached a terminal state.

Pairwise reference to the verified principal, unique to the calling organization and stable across re-verification.

Pairwise reference to the verified business, when the submission covered one.

BusinessOperatorLinkStatus | null

Status of the principal-operates-business link as of this submission's evaluation.

string
enum
required

Manual decision applied to the session.

Allowed:

Reviewer-supplied decision reason, when given.

When the decision was recorded.

findings
array of objects

The session's materialized findings, frozen at packet delivery — the open findings this decision resolved.

Findings
Responses

LoadingLoading…