Argyle Changelog logo

Changelog

Most relevant updates and all breaking changes.

Subscribe to Updates

Labels

  • All Posts
  • Link
  • API
  • Console
  • Breaking
  • Coverage

Jump to Month

  • March 2023
  • February 2023
  • January 2023
  • December 2022
  • November 2022
  • October 2022
  • September 2022
  • August 2022
  • July 2022
  • June 2022
  • May 2022
  • April 2022
  • March 2022
  • February 2022
  • January 2022
  • December 2021
  • November 2021
  • October 2021
  • September 2021
  • August 2021
  • July 2021
  • June 2021
  • May 2021
  • April 2021
  • March 2021
  • February 2021
  • January 2021
  • December 2020
  • November 2020
  • October 2020
  • May 2020
  • January 2020
Link
a year ago

Link updates

  • We removed the concept of Primary for percentage allocations from the PD Review and PD Edit screens in Link.

    When your users are prompted with percent allocations, they will see an actual percent value instead of the word "Primary".

  • The title and subtitle in the PD Review screen now can be customized through the payDistributionReviewScreenTitle and payDistributionReviewScreenSubtitle parameters, respectively.
  • The Can't find your employer? button now can be displayed at the top of the search results list through the showCantFindLinkItemAtTop parameter.
APIBreaking
a year ago

API breaking changes

The default value for the allow_add_allocation parameter was changed to false.

Setting allow_add_allocation to true, will add the Add bank account button in the Direct Deposit Switching screen of Argyle Link.

API
a year ago

API enhancements

New inactive value was added to the status field in the Pay Allocations resource.

Console
a year ago

Console enhancements — November 2021

In November, Argyle introduced these enhancements in Argyle Console:

You can now subscribe to webhooks right from Argyle Console

  • Visit the new Webhooks tab in the Developers section of Console to view and manage your existing webhook subscriptions as well as create new ones
  • For more information on how to use Argyle's webhooks to get notified in real time of key events like account connections, visit our Webhooks reference

Customizer has been updated to allow you to configure the new document upload and questionnaire flows available in Link

Document upload is supported starting from the following Link SDK versions:

  • Android 3.4.0
  • iOS 3.4.0
  • RN 3.5.0
Link
a year ago

Link updates

  • Document upload is live! In the rare case when your user cannot find their employer or payroll provider in Argyle Link—or is unsuccessful after a login attempt—you can give them the option to quickly and easily upload a W-2, 1099, and paystubs to verify their income.

    Refer to our Document upload guide for more details.

    The document upload feature is disabled by default. You can enable it via the Link Customizer.

    Note: If you integrate with our Android SDK, Document upload is only supported on devices running Android 26 or above (Oreo). The feature will be hidden for users running an older version of Android.

  • Now, when the user clicks the Can't find your employer? button in Link, which is enabled by default, they will be asked to submit a questionnaire containing their employer name and select the associated payroll platform (if available). You can retrieve the answers to this questionnaire either by the Users tab in Console or via API.
API
a year ago

API enhancements

We released the Argyle forms framework—a flexible solution for showing dynamic forms to users in any context. Forms create the possibility to surface questions, prompt users, and capture their inputs in the following scenarios:

  • A user is unable to locate their income source in Argyle Link.
  • A user fails to log in to their income source in Argyle Link.

In either of these situations, users will be given the option to fill out an Argyle form. Forms may include free-text fields, drop-down selections or document upload prompts. The Link Customizer can be used to configure certain aspects of the Argyle forms to better meet your needs and your customers' expectations.

As the forms framework evolves, additional field types and enhanced levels of customization will be available. Refer to the forms endpoint for information on currently available data fields.

Console
a year ago

Console enhancements — October 2021

In October, Argyle introduced these enhancements in Argyle Console:

When using Console to send email/SMS invitations for users to connect their employment accounts, you can now utilize your existing [Link customizations]() to provide your users a tailored experience.

Additionally, the Invite users page has been streamlined to guide you through customizing the experience that your users will see, step by step. This includes configuring and previewing…

  • The content of the email or SMS your users will receive
  • The content of the landing page your users will see upon visiting the URL in their invite
  • The Link experience your users will go through, utilizing your existing Link customizations
  • The content of the "success page" (similar to landing page) your users will see after connecting their account(s) in Link
Console
a year ago

Console enhancements — September 2021

In September, Argyle introduced these enhancements in Argyle Console:

The new Customizer tab provides a visual and interactive way to customize the appearance of Argyle Link.

This powerful new tool allows you to quickly configure the appearance and behavior of Argyle Link to your use case, immediately preview the resulting end-to-end user flow, and make use of your customization on your app or website with one line of code.

Requires the below (or later) versions of the Link SDK:

  • Android 3.3.0
  • iOS 3.3.0
  • RN 3.4.0
Link
a year ago

Link updates

Link Customizer is live. With this powerful Console feature, you can customize the appearance of Link in your app or website through a friendly user interface.

Link
a year ago

Link updates

  • Link hints are now live. SSO and payroll platform hints now better inform the users about what credentials are expected from them when connecting their accounts.
  • The text on the Return to search button in the Success screen now can be customized through the backToSearchButtonTitle attribute.
  • In addition to the already existing Done button, the Account Status - Revoked screen now features the Return to search button (the showBackToSearchButton attribute is used to show/hide the button).