Skip to main content
A workflow is an ordered list of verification nodes that a session runs through. Each node has a type (document_verification, aml_screening, …), is required or not, and carries an optional config object that tunes its behaviour.

Built-in workflows

Execution rules

  • Nodes execute in order.
  • A required node returning declined → session declined, stop.
  • Any node returning review → session in_review, stop.
  • All nodes pass → session approved + ContraToken issued.

Endpoints

List Workflows

Create Workflow

Workflow Feature Configs

Get Workflow

Update Workflow

Delete Workflow