Proving Your Users Are Who They Claim to Be
Why IDV Matters
Identity verification is the gateway to Method’s platform. Before Method will discover a user’s accounts, retrieve their credit data, or process payments on their behalf, the user must prove they are who they claim to be. It’s a fundamental fraud prevention and compliance requirement that protects both your users and your platform. For your product, IDV is typically the first meaningful interaction a user has after signing up. The verification experience directly impacts your onboarding conversion rate: a smooth, fast verification flow keeps users engaged, while a clunky or confusing one creates drop-off. Choosing the right verification approach is one of the most impactful product decisions you’ll make in your Method integration. IDV gates access to every downstream product: Connect (account discovery), Updates (fresh balances), Payments, Credit Scores, Attributes, and more. An Entity that hasn’t completed IDV stays inincomplete status with no product access. For most integrations, IDV is the single highest-impact step to optimize — every percentage point of verification conversion translates directly to users who can access your product’s core features.
Using Opal? If you’re using Method’s embedded UI, Opal handles both phone verification and identity verification in a single, managed flow. You don’t need to build verification screens or manage session state — Opal orchestrates the entire process. The rest of this section is relevant if you’re building a custom integration or want to understand what Opal is doing under the hood. See the Opal guide for details.
The Two-Step Process
IDV consists of two sequential steps, each serving a distinct purpose:Phone Verification
Confirms that the user controls the phone number associated with their identity. This is the “something you have” factor — it proves the person filling out your form actually possesses the phone number they provided.
What Happens After Verification
Once both steps are complete, the Entity’s status updates toactive and the Entity becomes both matched and verified, unlocking downstream products: Connect (account discovery), Credit Scores, Payments, and more. The verification is persistent — you don’t need to re-verify for subsequent operations. See Entity Lifecycle for how verification status affects what you can do.
Verification Methods
Choose the right phone and identity verification approach.
Verification Outcomes
Understand the difference between Matched and Verified.
Maximizing Success
Improve match rates through better data collection.
Verification Sessions API
Full API reference for verification session endpoints.