Integrating Argyle into your Loan Origination System (LOS) can transform your verification of income and employment process into a one-click workflow for your loan processors:
- Message is sent to the borrower inviting them to connect their payroll accounts.
- Income and employment data and documents are retrieved by Argyle.
- Borrower information is transferred to and can be accessed through your LOS.

Invite template setup
You can brand and individually personalize the template message, landing page, and payroll connection experience for borrowers using either:- The Argyle API
code - Console
no-code
Stay notified
Once an applicant has successfully connected their payroll accounts, Argyle will begin retrieving their income and employment data and documents. You can choose to receive notifications to keep track of where applicants are in their account connection process and the status of data delivery. Argyle uses webhooks to deliver these notifications, which can be subscribed to through Console or the API. We recommend subscribing to theusers.fully_synced webhook to be notified when an applicant has successfully connected their payroll accounts and their data is fully available.
If you added a document upload flow to the connection process, subscribing to the user_documents.submitted webhook will inform you when the applicant uploads employment documents.
Retrieve the data
Once an applicant’s data has been retrieved, it can be accessed entirely through either:- The Argyle API
code - Console
no-code
users.fully_synced webhook to be delivered and then fetching and passing the data from the Argyle API.
Essential data fields
| Data fields | Type | Console Location | API Location |
|---|---|---|---|
| (PDF) Income & Employment Verification (VOIE) Report Income totals: gross, base, overtime, commission, bonus, net, taxes | Summary information | Reports | Reports |
| (PDF) Employment Verification (VOE) Report | Summary information | Reports | Reports |
| Time account was last updated | Account information | Header | Accounts |
| First name, last name, SSN, birth date, address, marital status | Profile information | Identities | Identities |
| Employer, employment status, job title, hire date, termination date | Employment information | Identities | Identities |
| Employer address | Employment information | Paystubs | Paystubs |
| Last payout date (from the most recent paystub) | Income information | Paystubs | Paystubs |
| (Retrieved files and data) — W-2s, 1099s, paystubs, proof of identity, proof of address, and miscellaneous documents | Document information | Paystubs + Payroll Documents | Paystubs + Payroll Documents |
| (Uploaded files and Ocrolus OCR data) — W-2s, 1099s, paystubs, proof of identity, proof of address, and miscellaneous documents | Document information | Uploaded Documents | User Uploads |