Skip to main content
This guide explains how to implement conditional routing in your onboarding workflow. Instead of a linear verification journey, this approach dynamically adjusts friction based on real-time risk signals—routing customers to the appropriate CDD tier based on assessed risk. This risk-based approach supports both current AUSTRAC expectations and the direction of upcoming AML/CTF reforms in Australia, which consolidate customer identification into a single, risk-based CDD obligation.

Overview

Risk-Based Onboarding uses a three-step process:
  1. Passive Signal Collection – Assess email, phone, and device risk invisibly
  2. Decision Gate – Route to Simplified, Standard, or Enhanced CDD based on risk score
  3. Verification – Execute the appropriate verification path for the CDD tier

CDD Tiers

FrankieOne’s risk-based workflows support configurable CDD tiers (Simplified, Standard, Enhanced) that customers can align with their risk assessment and regulatory expectations:

Verification Intensity by Industry

The verification checks at each CDD tier vary by industry based on regulatory requirements:
Note: Banking has a higher regulatory floor—even Simplified CDD requires TwoPlusID verification. Other industries may use lighter verification at lower CDD tiers based on their risk assessment.

Configuration Options

Risk-based routing can be configured at different levels depending on your needs:

Option 1: Full Fraud Signals

Uses all available fraud steps: device intelligence, IP risk, email risk, and phone risk. Provides the strongest fraud detection but requires OneSDK integration for device and IP capture. Fraud steps included:
  • email_risk – Email domain, age, and reputation
  • phone_risk – Phone type, carrier, and validity
  • device_intelligence – Device fingerprint, velocity, and blocklist
  • ip_risk – Geolocation, VPN/proxy detection

Option 2: Email + Phone Only

A lighter approach that assesses risk using email and phone fraud steps. No device fingerprinting or OneSDK integration required. Fraud steps included:
  • email_risk – Evaluates email domain, age, and reputation
  • phone_risk – Evaluates phone type, carrier, and validity
Signals evaluated:
  • Email domain (disposable, free, corporate)
  • Email age and deliverability
  • Phone type (mobile, VoIP, landline)
  • Phone carrier risk and number validity

Option 3: Business Logic Only

Route based on entity attributes or transaction context without fraud signal checks. Useful when risk is determined by business factors rather than fraud indicators.
Example routing rules:
  • New customers (entity age < 30 days) → Enhanced verification
  • High-value products → Document + biometric
  • Transaction value > threshold → Step-up required
  • Returning verified customers → Streamlined flow

Prerequisites

Before implementing risk-based routing, ensure you have:
  • A workflow configured with conditional logic
  • For fraud signals: Completed the Fraud Checks Guide setup
  • For device intelligence: OneSDK integration with session tracking

Step 1: Create Entity

Create an entity profile with the data required for your chosen configuration.
The response includes the entityId required for workflow execution.
Note: For device and IP signals, you must implement OneSDK on the client side. Email and phone checks work independently without it.

Step 2: Execute Risk-Based Workflow

Execute your workflow with risk-based routing enabled. The workflow configuration determines how signals are evaluated and which path is triggered.

Workflow Configuration

Risk-based workflows include fraud steps (email risk, phone risk, device intelligence) that evaluate signals before routing to the appropriate verification path. Below is a conceptual example of the branching structure with three CDD tiers:
Note: This is a conceptual representation. Workflows are configured by your FrankieOne representative. Contact your representative to set up risk-based routing with the appropriate fraud steps for your use case.

Risk Factors Evaluated

The workflow evaluates multiple risk factors, each contributing to the overall risk score:

Fraud Indicators

The FRAUD step evaluates specific indicators that can trigger issues:

Step 3: Interpret Results

The workflow execution response contains the full verification outcome in the workflowResult object.

Key Response Fields

Example Response: High-Risk (Needs Review)

This example shows a high-risk result triggered by a risky email domain:

Understanding the FRAUD Step Results

The workflowStepResults array contains detailed results for each step. For the FRAUD step:

Result Values

Issue Categories

Note: Even when individual fraud checks pass, the overall result may be REVIEW if the combined risk score exceeds your configured threshold. This ensures your compliance team can make the final decision with full context.
For detailed field definitions, see Interpreting Workflow Results.

Configuring Thresholds

Work with your FrankieOne representative to tune risk scoring based on your risk appetite.

Risk Score Thresholds

The overall risk score determines the CDD tier and workflow routing: These thresholds can be tuned as regulatory guidance evolves (for example, where reforms call out higher-risk customer types or jurisdictions).

Risk Factor Weights

Each risk factor contributes a weighted score. Example weights:
Note: Weights are configurable. Contact your FrankieOne representative to adjust scoring for your use case.

Best Practices

Always log the workflowExecutionId for audit trails and troubleshooting. Handle REVIEW outcomes by routing to your compliance team with the full flag context rather than auto-declining. Monitor conversion rates by workflow path. If step-up abandonment is high, review your biometric capture UX or threshold settings. Tune thresholds gradually based on observed fraud rates and false positive feedback.

Troubleshooting

Ongoing CDD and Monitoring

PASS/REVIEW/FAIL outcomes can be combined with periodic reviews and ongoing monitoring rules to help customers keep pace with evolving AUSTRAC expectations around ongoing CDD. Consider configuring:
  • Triggers for refresh (e.g., profile changes, new PEP/adverse media hits)
  • Periodic re-verification based on customer risk rating
  • AML screening and fraud signals to inform ongoing risk rating over the customer lifecycle
Fraud and cyber signals are increasingly relevant to both financial crime risk and broader AML/CTF expectations and can be integrated into your overall ML/TF risk assessment.

Regulatory Context (Australia)

This guide is designed for reporting entities operating under Australia’s AML/CTF framework and is aligned to current AUSTRAC guidance. Australian AML/CTF laws are undergoing reform, including a move to a single, risk-based customer due diligence obligation and expanded coverage of additional sectors (tranche 2). FrankieOne does not provide legal or regulatory advice. Reporting entities should obtain their own advice and configure workflows in line with their AML/CTF programs.

Next Steps