- Message is sent to the borrower inviting them to connect their payroll providers.
- 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 - Argyle Console
no-code
Stay notified
Once an applicant has successfully connected to 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 and received through either:- The Argyle API
code - Argyle Console
no-code
users.fully_synced webhook to be notified when an applicant has successfully connected their payroll accounts and their data is fully available.
If you allowed document uploading during the connection process, subscribing to the forms.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 - Argyle Console
no-code
users.fully_synced webhook to be delivered and then fetching and passing the data from the Argyle API.
Relevant data fields
| Data Fields | Type | Console Location | API Location |
|---|---|---|---|
| (PDF) Income & Employment Verification Report | summary information | Reports | Reports |
| (PDF) Employment Verification Report | summary information | Reports | Reports |
| time account was last updated | account information | Header | Accounts |
| first name, last name, SSN, birth date, address, martial status | profile information | Profiles | Profiles |
| employer, employment status, job title, hire date, termination date | employment information | Employments | Employments |
| employer address | employment information | Payouts | Payouts |
| last payout date (for their most recent paystub) | income information | Payouts | Payouts |
| total yearly income including total gross pay, base pay, overtime pay, commission pay, bonus pay, net pay, and taxes | income information | Income Totals | Income totals |
| (File and data)W-2, 1099, and paystub documents from payroll accounts | document information | Payouts (paystubs)Documents (W-2 and 1099) | Payouts (paystubs)Documents (W-2 and 1099) |
| (File and third party OCR data)W-2, 1099, and paystub documents uploaded by the applicant | document information | Uploaded documents | Forms |
Reconnections
There may be situations where a borrower needs to return to Argyle in order to:- Re-verify disconnected accounts
Re-verification is a one-click process for the borrower. They will not need to provide their login credentials again if the account was successfully connected previously.
- Connect additional accounts
- Revoke access to previously connected accounts
- The Argyle API
code - Argyle Console
no-code