- Scoping (this guide) - determine how and where to integrate Argyle into your application process
- Implementation - a technical quick-start guide to implementing Argyle for verification of income and employment
Scope the user flow
- Where in the process do you want to leverage Argyle?
- Which users do you want to route through Argyle?
- How to on-ramp and off-ramp users?
- How can a user disconnect their account?
When to leverage Argyle
Argyle can read all information within a payroll account. This can be used at various periods in the application process:- Pre-qualification or application - retrieve income information or autofill an entire application (including personal and employment information)
- Underwriting - using income and employment history during the decisioning process
- Verification - during the verification of employment or income phase after decisioning
- Ongoing servicing - ongoing monitoring of employment and income to check loan health or for marketing opportunities
Routing users through Argyle
There are two places to integrate Argyle:- All users through Argyle (recommended)
- Argyle for covered companies only
All users through Argyle
Send all users through Argyle and leverage Argyle as a switchboard to alternative VOIE options. For payroll providers where Argyle has coverage, users can connect their accounts:- Upload employment documents such as paystubs, W-2s, and 1099s directly from within Argyle after enabling document upload:
- Exit the Argyle connection interface. This triggers a callback function that allows you to funnel the user back to your application for an alternative path. The employer that the user queried is returned in the callback function as well.
Argyle for covered companies only
If you already know who employs the user, they can be taken directly to that employer’s log-in screen (skipping the search process) if the employer or its associated payroll system are part of Argyle’s coverage. Our Employer Search sample app shows how you can integrate Argyle’s company search process directly into your application.On-ramp users
In order to on-ramp users effectively, we find that best in class implementations provide two things:- Incentive - explain to the user the benefits they can receive from connecting their payroll accounts: they can complete their application faster through pre-populated information fields, and how verification of income and employment sourced directly from their payroll provider can unlock the best rates.
- Context - help users understand the process they will go through: searching for their employer and then connecting their employment or payroll account.
Off-ramp users
After the user has connected their payroll accounts, you can exit them from your application process entirely, or they can be returned to your application to take further action if needed:Revoking access
When users connect their employment accounts through Argyle, they grant ongoing access to their employment accounts until such time as they revoke access. Provide users with an option to manage their connected account and revoke access if desired within your application.Scope the required data
Argyle has access to 160+ employment record data points. For verification of employment, you most likely want to retrieve:- Employment status
- Job title
- Hire date
- Net pay
- Gross pay
- Taxes
- Deductions