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

  • 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
4 months ago

Console enhancements — September 2022

In September, Argyle introduced these enhancements to Console:

  • If you're new to Argyle, we've added a new step-by-step Welcome experience in Console to help you quickly get up to speed on the basics
  • If you're embedding Argyle Link into your application or website, our new Figma UI Toolkit lets you quickly start exploring and designing your flow. The link to the latest version of the toolkit is always available in Console's Link Emulator
  • If you use Console to send URLs inviting users to connect payroll accounts:
    • The Link customization selected when sending an invite is now saved as part of the invite template, allowing you to set it and forget it, rather than needing to set the correct customization each time you send an invite
    • The "reply-to" field now accepts multiple email addresses, allowing you to forward replies to multiple inboxes (e.g., a shared inbox along with the inbox of the sender)
    • In the final step of sending email/SMS invites, Console now provides clearer and more detailed information on whether the invites were successfully sent
    • The confirmation email you receive when an invited user connects their accounts now includes a link letting you immediately view the connected account in Console
  • Argyle's proprietary Verification of Income and Employment (VOIE) PDF report has gotten a number of upgrades:
    • The latest version of the VOIE report provides a more detailed view of a user's year-to-date and annual income, powered by the new Income Totals endpoint
    • To improve readability, we've refreshed the VOIE report layout
    • You can now download VOIE reports directly in Console by visiting a connected user's profile. As always, you can also retrieve them using the Reports API endpoint
  • Console's Coverage page has been upgraded to display income sources exactly as they appear in Link (including the same groupings and tooltips), to ensure you're able to explore Argyle's Coverage in a way that reflects what end-users are able to find in Link when connecting their payroll accounts
API
4 months ago

API enhancements

Argyle has introduced a new breaks array of objects within all_timestamps for the /activities endpoint. Breaks taken during a work shift are represented as objects within breaks. See activities in Argyle Docs to learn more.

Coverage
4 months ago

Coverage enhancements

Integrations for Oracle HRMS and Skipcart are now live on Argyle’s network.

  • Oracle HRMS powers a number of employers that can be found in Link, such as randstad (Link item: randstad_nv).
  • Skipcart can be accessed via the Link item skipcart.
  • Both integrations support direct deposit switching.


API
4 months ago

API enhancements

Argyle has introduced the new /income-totals endpoint, a major upgrade to how you access annual pay data.

Understanding users’ total annual income can be fundamental, but this information is not always available when viewing individual paystubs. Through the /income-totals endpoint, Argyle looks across all paystubs to provide standardized, aggregated yearly income values. See Income Totals in Argyle Docs to learn more.

Coverage
4 months ago

Coverage enhancements

The SumTotal Systems integration is now live on Argyle’s network, powering a number of new employers that can be found in Link, like Tops Friendly Markets (tops_markets_llc). This integration supports direct deposit switching.

API
4 months ago

API enhancements

Argyle has added retired as a possible value for the employment object's status attribute. See Employments to learn more.

Link
4 months ago

Link 4.6

The Argyle team has released these updates to Link:

  • Users can now upload image files in addition to PDF files through Document upload.
  • Link errors have been extended to include card_issuer_unavailable to aid in troubleshooting updates to direct deposit switching.

Link SDK upgrades are now available:

  • iOS 4.6
  • Android 4.6
  • React Native 4.6

Web integrations will automatically update to include these latest features.

LinkAPI
4 months ago

Link and API enhancements

User tokens underpin the returning user experience in Argyle Link, allowing re-authentication without submission of credentials.

On September 29, 2022 Argyle will reduce the expiry time of user tokens.

For returning users, their userId should be used to generate a new user token every time Argyle Link is initialized. This will not impact implementations already following this pattern.

Console
5 months ago

Console enhancements — August 2022

In August, Argyle Console got some major upgrades:
  • You’re now able to sign up or log in to Console with a Google account
  • A more informative Get Started page will get you up and running with Argyle in no time
  • We’ve introduced robust role-based permissions to enable you to control access to sensitive income and employment data, as well as other Console functionality like developer keys, billing information, and dashboards
  • In Link Emulator, you're now able to trigger errors when connecting sample accounts, enabling you to more easily test and handle error states that users can experience when connecting payroll accounts
  • In Link Emulator, you’re now able to select from a menu of direct deposit update scenarios when connecting sample accounts, enabling you to more easily test Argyle Link's direct deposit update flow
  • The way Payouts are displayed in Console has been re-designed, incorporating fields available with the release of Digital Paystubs into a cleaner new layout and enabling you to download the paystub PDF corresponding to each payout
  • The way Documents are displayed in Console has been re-designed, incorporating filtering by document type into a compact new table view
  • You can now download a Verification of Income & Employment (VOIE) report directly from a user’s Console profile, generated using the latest data from the user’s connected payroll accounts
  • You can now submit coverage requests in Console’s Coverage tab
API
5 months ago

API enhancements

Argyle has added the fields accept_at and cancel_at to the objects all_timestamps and all_datetimes. These fields provide more details on user activity returned by the /activities endpoint. See Activities to learn more.