Workflow Builder (Beta)
Build custom verification flows without writing code. The Workflow Builder is now available in beta for all Growth and Enterprise accounts.
- Drag-and-drop step sequencing — Document Upload, Liveness, AML screening, custom webhooks
- Conditional branching: route users through different verification tiers based on geography or risk score
- Live preview mode: simulate the verification experience before deploying to production
- Export workflow as YAML for version control and CI/CD integration
KYC L3 Enhanced Screening: PEP + Adverse Media
KYC Level 3 verification now includes Politically Exposed Person (PEP) screening and adverse media analysis across 200+ news sources in 40 languages, powered by real-time data feeds.
- PEP database covers 1.4M+ individuals across 240 jurisdictions, updated daily
- Adverse media screening scans global news, court records, and regulatory announcements
- Results surfaced in the verification detail panel with source links and confidence scores
- Configurable sensitivity threshold in Settings → Compliance for your risk appetite
- FATF Recommendation 12 compliant out of the box
Liveness Detection Accuracy Improvement
Our liveness model has been updated following a six-week retraining cycle on a broader and more demographically diverse dataset.
- False positive rate reduced from 2.1% to 0.8% — 61% improvement
- Performance improvements for users with glasses, facial hair, and varying skin tones
- Low-light performance improved: detection now reliable down to 40 lux ambient lighting
- No changes to the API or SDK — improvement is automatic
Webhook Retry Logic Fixed
A bug introduced in v2.3.0 caused webhook retries to use a fixed 30-second interval instead of the documented exponential backoff. This has been corrected.
- Exponential backoff now correctly applied: 30s → 2m → 8m → 32m → 128m → stop
- Retry count now displayed accurately in the Webhooks delivery log
- Existing failing endpoints will automatically resume correct retry behavior — no action needed
- Webhook delivery SLA metrics recalculated retroactively from Feb 15 onward
Geographic Restrictions in Compliance Settings
Compliance teams can now configure per-country blocking directly in the dashboard, without engineering support. Blocked countries return a structured error response to your API.
- Country multi-select in Settings → Compliance → Geographic Restrictions
- Supports allow-list mode (only these countries) and block-list mode (all except these)
- Returns HTTP 451 Unavailable For Legal Reasons with structured JSON body including user-visible reason
- Audit log records all geographic restriction changes with actor and timestamp
- Pre-built OFAC and EU sanctions block-lists available as one-click templates