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

  • June 2023
  • May 2023
  • April 2023
  • 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
API
3 days ago

API enhancements

You can now attach your own identifier to users via the new external_id field when creating or updating users via the API.

The external_id field supports up to 100 characters and can be used as a filter when listing users. Multiple users can have the same external_id value.

Visit our Users API Documentation for more information.

a week ago

Platform enhancements

Argyle has engaged Ocrolus as a subprocessor for optical character recognition services related to payroll and tax documents. Please visit our Subprocessors page for more information.

Link
2 weeks ago

Link 5.1

Link 5.1 is now available, and includes the following updates:

  • The ability to fully customize which tabs (Popular, Employer, Gig, Benefits, Payroll) appear on the home screen of Link's search experience.
  • Recommendations for the Popular tab can now be chosen manually.
  • Additional selections are available when the user is searching for a payroll provider.
  • Users can be given the option to return to the search screen even if they are directly connected to a specific employer or payroll provider.

Visit the following pages in our documentation to upgrade your respective Link SDK:

  • iOS 5.1
  • Android 5.1
  • React Native 5.1
  • Flutter 5.1

Web instances of Link 5.0 will automatically be upgraded to Link 5.1 and receive these latest features.

If you are upgrading from Link 4.7 or earlier, visit our Link 5.0 Upgrade Guide.

API
2 weeks ago

API enhancements

When retrieving an Item by its ID, a new mapping_status field is now returned with three possible values:

  • verified — The payroll system associated with the Item is known, and the Item has previously experienced a successful connection.
  • mapped — The payroll system associated with the Item is known, but the Item is awaiting a successful connection.
  • unmapped — The payroll system associated with this Item is not yet known. If an unmapped Item is selected in Link, the user will be given the option to search for the relevant payroll system and attempt to connect using their login credentials.

Changes to an Item's mapping_status value will result in a new Item notification and cause the items.updated webhook to be sent.

Coverage
3 weeks ago

Coverage enhancements

PrimePay, a payroll provider serving the food service, healthcare, manufacturing, and franchise industries, has been added to Argyle's coverage.

PrimePay can be accessed via the Item ID item_000109308 (Link 5) or Link item ID prime_pay (Link 4).

API
3 weeks ago

API enhancements

Two additional fields have been added to the API v1 /income-totals endpoint:

  • period_start_date — The start_date of the earliest payout used for the income totals.
  • period_end_date — The end_date of the most recent payout used for the income totals.
API
4 weeks ago

API enhancements

The Shifts data set is now available via Argyle's API.

  • Retrieve information on individual work shifts, including when they started and ended, any breaks taken, and total hours worked.
  • Stay notified of new shifts data via Shifts webhooks.
API
4 weeks ago

API enhancements

Items webhooks are now available.

  • Subscribe to any list of up to 30 employers or payroll platforms in Link.
  • Receive real-time updates on changes to connection health, known data limitations, and platform maintenance.
API
a month ago

API enhancements

How often payroll connections are re-scanned for new data is now returned in the refresh_frequency field when retrieving an Item by its ID via the API.

Link
a month ago

Link updates

Flutter is now a supported SDK for mobile implementations of Link.

To install the Flutter SDK and for more information, visit our Flutter documentation.