{
"submission_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"__event__": {
"type": "OnboardingSession.decided",
"origin": "api"
},
"reference_id": "<string>",
"completed_at": "2023-11-07T05:31:56Z",
"principal_ref": "<string>",
"business_ref": "<string>",
"reason": "<string>",
"decided_at": "2023-11-07T05:31:56Z",
"findings": [
{
"gating": true,
"summary": "<string>"
}
]
}{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}Onboarding session 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.
{
"submission_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"__event__": {
"type": "OnboardingSession.decided",
"origin": "api"
},
"reference_id": "<string>",
"completed_at": "2023-11-07T05:31:56Z",
"principal_ref": "<string>",
"business_ref": "<string>",
"reason": "<string>",
"decided_at": "2023-11-07T05:31:56Z",
"findings": [
{
"gating": true,
"summary": "<string>"
}
]
}{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}Body
Unique id of the submission.
Lifecycle state of the verification workflow.
PENDING, EXECUTING, WAITING, COMPLETED, FAILED, EXPIRED, CANCELLED Manual decision applied to the session.
APPROVED, REJECTED Show child attributes
Show child attributes
Resolved onboarding verdict; null until completion.
APPROVED, UNDER_REVIEW, REJECTED 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.
Status of the principal-operates-business link as of this submission's evaluation.
VERIFIED, UNDER_REVIEW, REJECTED Reviewer-supplied decision reason, when given.
When the decision was recorded.
The session's materialized findings, frozen at packet delivery — the open findings this decision resolved.
Show child attributes
Show child attributes
Response
Successful Response