We’ll be updating our Sample App Github repositories for API v2 and Link 5 in 2023 Q3.
Overview
Users connect their payroll accounts via Argyle through our front-end application, Argyle Link. There may be times when you want to allow users to return to Link to take additional actions, such as:- Completing required multi-factor authentication (MFA)
- Connecting additional payroll accounts
- Managing previously connected accounts, including revoking access
- Making a direct deposit update
Returning Users sample app
You can find a live demo of how users experience the Argyle Link reconnection process in our Returning Users sample app. Click here to explore the Returning Users sample app in your browser, or visit our Github repository to clone and test the sample app in your local development environment.Re-creating the sample app
Visit our in-depth Returning Users Guide to learn how to re-connect users in Argyle Link. Use the sections below if you would like to quickly re-create the returning user scenarios from the Returning Users sample app.Adding and managing connections
Re-connect a user to Argyle Link by replacing thelinkKey and userToken in the sample Argyle Link initialization code below:
Direct deposit switching
Visit our full Direct Deposit Switching Guide for more information. If you want the user to return to Argyle Link in order to add or update their direct deposit, add the following two lines to your Argyle Link initialization:payDistributionConfig can be found here in our direct deposit switching guide.
For this example, we will use the payDistributionConfig for full paycheck re-allocation testing in Sandbox that can be found here in the direct deposit switching guide:
Direct account re-connections
You can bypass allowing the user to connect additional accounts or having to select an existing account before taking further action. To re-connect a user directly to an existing payroll account they have already connected through Argyle Link, visit our deep-linking guide.Next steps
Demo the Returning Users sample app in your browser, clone it from our Github repository, or visit our other Sample Apps to see more demos and sample applications made using Argyle.Reach out to your Customer Success Manager, an Account Executive, or the Support Team for help connecting and re-connecting users through Argyle.