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
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).
Link
a year ago

Link updates

Link Analytics is live. The new onUIEvent callback now allows monitoring users’ activity within Argyle Link.

APIBreaking
a year ago

API breaking changes

Now, either account or user is required to list activities on activities endpoint. At least one has to be filled.

Console
a year ago

Console enhancements — July 2021

In July, Argyle introduced these enhancements in Argyle Console:

The new Coverage tab provides a detailed breakdown of data fields available for each of the 10,000+ Link Items (employers, payroll providers, gig platforms) that users can connect in Argyle Link, in addition to information like each Link Item's current connection status, support for Direct Deposit Switching, and more.

API
a year ago

API enhancements

deduction_list, tax_list, and filing_status objects were added to the payouts endpoint. A field for fees was added to the same endpoint.

API
a year ago

API enhancements

unusable_bank_account and updated_too_recently were added to pay_distribution.error_code with corresponding messages in pay_distribution.error_message in the accounts endpoint.

Link
a year ago

Link updates

The excludeCategories and excludeLinkItems parameters were added to the Link configuration. These parameters allow you to hide specified categories and Link items from Link.

API
a year ago

API enhancements

You can now use kind and kind.not_in filters to limit the scope based on the kind of Link items (e.g. employer, gig, platform) when using the Link items search endpoint.