Skip to content

Settings — Verification Defaults

The Settings ▸ Verification Defaults page controls what’s pre-selected when team members open the New Verification wizard. Set good defaults once and save clicks across every verification your team creates.

The page is admin-only. The user-side effect lives on the New Verification wizard’s Type and Steps steps — pre-selected template, pre-checked steps, and the subject-facing flow order all come from here.

Settings Verification Defaults — Acme Financial Group demo tenant

Standard PageHeader with the title Verification Defaults and a multi-line description.

A 3-card grid: Default / IDV Template / KYC Template. Picking IDV or KYC swaps the step grid below to that template’s seeded list. Picking Default keeps the custom list intact.

Plan-gated cards show a locked overlay with an upgrade tooltip when the tenant’s plan doesn’t include the underlying capability (e.g., KYC on Starter).

When Default is the active template, this radio selects the underlying type (idv or kyc) the wizard pre-selects. Hidden when IDV / KYC / Custom is the active template.

A grouped checkbox grid:

GroupSteps
Identitydocument, person, biometric_face
Address & Contactlocation, contact
Compliancepep_hio, consent
Sign-offattestation, signature

Each step has a checkbox, a label, and an estimated time-to-complete hint. Plan-gated steps render with a lock icon and upgrade tooltip.

Below the grid, a drag-and-drop list of enabled steps. Drag the grip handle to reorder. The order here is the order subjects see steps in their verification flow.

Two server-enforced rules:

  • document must precede person (selfie compares to doc photo)
  • attestation must be last (legal requirement)

The drag handles are disabled where reordering would violate these.

A standalone Save button that persists the entire form via useUpdateVerificationDefaults. The mutation accepts the template choice, default type, step list, and ordered list as one payload.

Several steps are gated by plan tier:

StepRequired tier
pep_hioProfessional
consent (advanced)Professional
Bulk envelope-style packetsBusiness
Custom step authoringEnterprise

Gated steps appear in the grid for visibility but cannot be checked.

When a user clicks New Verification:

  1. The wizard’s Type step pre-highlights the configured starting template
  2. If Default is the template, the underlying type is the configured default
  3. The Steps step pre-checks every step in the configured list
  4. The order shown to subjects is the order set here

Per-verification overrides are still allowed — defaults are just the opening hand.

RoleViewEdit
Owner / Admin
MemberIndirect (sees pre-selections in the wizard)
Viewer

Save emits org.verification_defaults_updated with the diff. The event surfaces in Settings ▸ Audit Log.

SymptomMost likely causeFix
Step locked with upgrade tooltipPlan tier excludes stepUpgrade under Settings ▸ Billing
Save failsdocument/person/attestation order violatedRe-order to satisfy the rule
New defaults don’t appear in wizardUser had wizard open across the saveRefresh the wizard tab
Custom step doesn’t show in gridCustom step authoring is Enterprise-onlyUpgrade or use a stock step
Drag handle disabledReorder would violate a server-side ruleAdjust adjacent steps first