Consumer Onboarding with Advanced Prefill
Reduce onboarding friction and prevent fraud by prefilling verified identity data from minimal inputs before running full KYC and compliance checks with RiskOS™.
What is Advanced Prefill?
Consumer Onboarding with Advanced Prefill is a two-workflow RiskOS™ solution that reduces onboarding friction by prefilling verified identity data from minimal user input. Instead of requiring applicants to complete lengthy identity forms, Advanced Prefill collects a phone number and date of birth, verifies the requester through device, phone, and possession checks, and returns a verified identity profile from Socure's Identity Graph. The returned profile may include details such as full name, address, email, and national identifiers.
The solution operates in two stages:
- Advanced Prefill (
advanced_pre_fill) — Verifies the requester and gates data disclosure. Returns prefilled identity data for verified, low-risk users. - Consumer Onboarding (
consumer_onboarding) — Performs full KYC, fraud, and compliance evaluation on the final data — whether prefilled, edited, or manually entered.
Advanced Prefill controls when data can be shown. Consumer Onboarding determines who can be approved.
Common use cases
- Bank accounts, credit cards, and loans
- Digital wallets, P2P payments, and remittances
- E-commerce account creation and checkout
- Telecom SIM registration and digital activation
- Insurance enrollment and policy renewals
- Government eligibility verification and benefits distribution
Participating enrichments
Advanced Prefill uses these enrichments to verify the requester before disclosing identity data.
| Enrichment | Purpose | Usage |
|---|---|---|
| Digital Intelligence | Device, network, and behavioral telemetry | Core |
| Allow / Deny List | Filter known trusted or fraudulent identifiers | Core |
| Phone Risk | Phone legitimacy, tenure, and carrier risk | Core |
| SIM Swap* | Recent SIM change detection on major U.S. carriers | Phone Risk signal |
| Silent Network Authentication (SNA) | Carrier-based phone possession verification | Core |
| One-Time Passcode (OTP) | SMS-based phone possession fallback | Conditional step-up |
| Prefill | Verified identity data from Socure's Identity Graph | Core |
*SIM Swap appears as a Phone Risk reason code rather than a separate enrichment. It's listed here because it contributes its own data disclosure signal.
After Advanced Prefill completes, Consumer Onboarding performs full KYC and fraud evaluation using its own set of enrichments.
High-level runtime flow
flowchart TB
A["Collect phone + DOB + device token"] --> B["POST /api/evaluation (Advanced Prefill)"]
B --> C{"Advanced Prefill decision"}
C --> D["ACCEPT → Show prefilled form"]
C --> E["ON_HOLD → Collect OTP"]
C --> F["REJECT → Show blank form"]
E --> G["Resume evaluation"]
G --> D
G --> F
D --> H["User reviews and submits"]
F --> H
H --> I["POST /api/evaluation (Consumer Onboarding)"]
I --> J["Final onboarding decision"]
- Collect inputs — Gather a phone number, date of birth, and a Digital Intelligence session token from the client.
- Submit Advanced Prefill — Send a
POST /api/evaluationrequest withworkflow: "advanced_pre_fill". - Gate data disclosure — The workflow verifies device integrity, phone risk, and phone possession before returning identity data.
- Display or skip prefill — Show prefilled data on
ACCEPT, collect OTP onON_HOLD, or present a blank form onREJECT. - Run Consumer Onboarding — Submit a new evaluation with the confirmed data for full KYC and fraud checks.
Interactive demo
Explore the onboarding experience with Advanced Prefill in this interactive demo.
Coverage
Advanced Prefill is available globally. The workflow adapts returned fields based on what is legally accessible and reliable in each country.
Field-level coverage (name, national ID, address, email) varies by country. Coverage expands automatically as new carrier and data partnerships are established.
For carrier-dependent enrichment availability, see Configure the Workflow.
Available for users in:
The service automatically adjusts which identity fields can be returned,
depending on what is legally available and locally reliable. In most markets,
you’ll receive core fields like name, national ID, and address. In some,
coverage may be limited to subsets of these fields.
Get started
Related concepts
Updated 7 days ago

