Create the Entity
Start by creating an Entity with the applicant’s PII. For lending use cases, providing more identity data (SSN last 4, date of birth, address) significantly improves match rates during account discovery.The Entity is created with
status: "incomplete" — the applicant still needs to verify their identity before Method can discover their accounts.Including
ssn_4 and dob at entity creation gives Method more data points to match against credit bureau records during Connect, which improves account discovery rates.Verify Identity
Before Method can pull the applicant’s credit data, you need to verify their identity. The fastest path is SMS verification, which sends a one-time code to the applicant’s phone number.Create the verification session:The applicant receives an SMS code and submits it through your UI. Once verified, you update the verification session with the code, and the Entity transitions to After successful verification, the Entity is active:Notice that
active status.Method also supports KBA (Knowledge-Based Authentication) and Opal as alternative verification methods. For lending flows where the applicant is already in your app, SMS is typically the fastest path to conversion.
connect, credit_score, and attribute have moved from restricted_products to products — the applicant is now eligible for account discovery.Connect Liabilities
With the Entity verified, call Connect to discover all of the applicant’s liability accounts via a soft credit pull (no impact to their credit score).Method discovered 6 liability accounts across multiple creditors. Each account ID maps to a specific debt obligation. You can retrieve any account to see its liability details:The applicant’s discovered accounts represent the following debts:
This is the complete liability picture you need for DTI calculations and underwriting. In the next guides, you’ll see how to pull real-time balances, request payoff quotes, and initiate payments to these accounts.
| Account ID | Creditor | Type | Estimated Balance |
|---|---|---|---|
acc_WqNhMRNVZjbKg | Chase Freedom Flex | Credit Card | $3,200 |
acc_nPvJM9KXRwQE4 | Discover it | Credit Card | $1,800 |
acc_TmGPLxkz7Nrh6 | Toyota Motor Credit | Auto Loan | $18,450 |
acc_RkFqVbD8HjQxP | FedLoan | Student Loan | $34,200 |
acc_YXDrjADGjC76U | Upstart | Personal Loan | $12,000 |
acc_KpLnWzFt9Mjd3 | Rocket Mortgage | Mortgage | $245,000 |
What’s Next
Application & Qualification
Pull real-time account data and assess credit risk with Attributes.
Debt Consolidation
Request payoff quotes and disburse funds directly to creditors.