- 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
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