- Use Flows in Argyle Console, no coding required.
- Embed a sandbox version of Link directly into your application.
Connect sample accounts in Argyle Console
To connect sample accounts in Console, follow these steps:- Enable sandbox mode using the toggle at the top of Console’s left-hand side panel:
- Select Flows in the top navigation panel.
- Select Continue on the first screen of Argyle Link, then search for and select an employer or payroll provider.
- Log in using the credentials for sample accounts.
Embed Link in your app
To embed a sandbox instance of Argyle Link into your web application, includeargyle.web.js on your webpage and initialize it by providing a list of configuration options. You can then invoke the Argyle Link UI element at any time within your application.
See our Embedding Link guides to learn how to embed Link in your Web, Android, iOS, or React Native production applications.
Prerequisites
Before embedding Argyle Link, make sure you have your sandbox API keys at hand, available in Console.Integration examples
Argyle provides integration examples for Web, Swift (iOS), Kotlin (Android), and React Native for the sandbox. To run the examples on your machine:- Copy the snippet you need then paste it into an empty
index.htmlfile. - Replace the
YOUR_LINK_KEYplaceholder with your own Link key, which can be found in the API keys section of Console. - Open the
index.htmlin a web browser. Argyle Link will open a modal window where you can select a payroll provider and connect payroll accounts.
The
apiHost configuration parameter in the example code points to https://api-sandbox.argyle.com/v1. This ensures that the plugin starts in a sandbox environment. When integrating with the production API, set the apiHost to https://api.argyle.com/v1.- Web
- iOS
- Android
- React Native
Credentials for sample accounts
When you run Argyle Link in the sandbox environment, you can only connect payroll accounts with the provided sandbox credentials. These credentials work for all Link items. Argyle provides three sets of test credentials:| Bob | Sarah | Joe | |
|---|---|---|---|
| test1@argyle.com | test2@argyle.com | test3@argyle.com | |
| Username | test_1 | test_2 | test_3 |
| Password | passgood | passgood | passgood |
| Verification code | 8081 | 8082 | 8083 |
| Phone number | (800) 900-0010 | (800) 900-0020 | (800) 900-0030 |
| Driver’s license # | D1230010 | D1230020 | D1230030 |
Note that inactive sandbox accounts are automatically deleted 60 days after creation.