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

  • 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
2 days ago08/16/2022

August 16, 2022

Argyle has released these API improvements:

  • You can now trigger errors in Sandbox mode directly in Console or via the API. Use this feature to understand and tailor error handling in your implementation. See the Sandbox guide to learn more.
  • The bank_name field is now available in the bank_account object. See Pay allocations to learn more.
Coverage
3 days ago08/15/2022

Coverage and integration enhancements

The Homebase integration is now live on Argyle’s network and can be accessed via the homebase Link item.

The Argyle team has also enhanced the Roadie and Shiftsmart integrations to support Pay Distribution Update to Card functionality.

API
a week ago08/11/2022

August 11, 2022

You can now enable instant payout to cards in the Direct deposit switching experience, even if you do not have PCI DSS compliance. Through an integration with Unit, Argyle retrieves the data needed in the background using the card_source object, without the need for you to handle sensitive data. See the documentation on the card_source object for more information.

API
a week ago08/09/2022

August 9, 2022

Argyle has added the destinations array of objects to the /payouts endpoint. destinations details how the user’s net pay is distributed. See the Payouts endpoint documentation to learn more.

Link
2 weeks ago08/03/2022

Link 4.4

The Argyle team has released these updates to Link:

  • You can now further customize your users’ Link experience by enabling or disabling the Intro screen through Link Customizer.
  • Returning users whose login sessions have expired can now reconnect their payroll accounts with a single button click.

Link 3 will reach the end of its active support period on September 1st, 2022. After this date, Argyle will no longer provide updates or releases for Link 3. Previously published releases will continue to be available.

Upgrade your integration now:

  • iOS 4.4
  • Android 4.4
  • React Native 4.4
API
2 weeks ago08/02/2022

August 2, 2022

Argyle has introduced a major upgrade to the granularity of available user-permissioned pay data. This new data is available via the /payouts endpoint for each paystub associated with a user’s payroll account:

  • An itemized breakdown of gross pay line items, available via gross_pay_list.
  • Total hours and pay across five categories of gross pay: base, overtime, bonus, commission, other. These are available via gross_pay_list_totals.
  • Five new year-to-date attributes: hours_ytd, deductions_ytd, taxes_ytd, deduction_list.amount_ytd, tax_list.amount_ytd.

Learn more about the structure of payout data in the Pay data structure guide. Visit the Payouts page in the API Reference for full details on all available attributes, including a sample JSON.

Also in this release:

Passing the card_name attribute when encrypting a PD config has changed from required to optional.

Coverage
2 weeks ago08/01/2022

Integration enhancements

Argyle has enhanced these integrations:

  • The Netspend integration, which powers numerous Link items including HCA Healthcare (hca_healthcare), now supports the Pay Distribution Update functionality.
  • The Grubhub integration now supports the Pay Distribution Update to Card functionality.
  • The Namely integration now returns previously unavailable Activities data.
Console
2 weeks ago08/01/2022

July 2022 Console enhancements

In July, Argyle introduced these enhancements in Argyle Console:
  • The new Conversion Dashboard enables you to understand your users' Link experience and drive higher conversion. This dashboard provides insight on users’ progress through each step of the account connection flow and shows you historical data to track how your conversion rate evolves over time.
  • You can now duplicate your Customizations, enabling you to quickly iterate on an existing Customization while maintaining the original.
  • When you invite users to connect payroll accounts via a URL invite, you will now receive a confirmation email at the reply-to address you provided as soon as the user connects successfully.
Link
4 weeks ago07/20/2022

July 20, 2022

You can now remove pay allocations via Link in your Web Link integration, in addition to the existing method for removing pay allocations via the API.

This option will be available for iOS, Android, and React Native integrations in the next Link release.

See Removing pay allocations to learn more.

Link
a month ago07/13/2022

Link 4.3


The Argyle team has released these updates to Link:

  • You can now give your users the option to upload documents to verify their income if they cannot find their income source. Set the ‘If no results’ experience to Document upload in Customizer to utilize this feature.
  • The onCantFindLinkItemClicked callback is now available through Link Customizer.
    • If you have defined this callback in your implementation, you must set the new behavior in Link Customizer. Set the ‘If no results’ experience to Callback in Customizer to utilize onCantFindLinkItemClicked. If you do not apply this setting, the callback will be ignored.
    • If you select Callback in the ‘If no results’ experience, you must also define the onCantFindLinkItemClicked callback programmatically. If you do not define this callback in your implementation, Link will raise the callback_undefined error.
  • The Login screen design has been refreshed, with some small updates to the user disclosure text.
  • A new overlay on the Login screen prompts your users to reset their password when they enter incorrect credentials.
  • The onUIEvent callback can now be invoked in additional scenarios. 
  • You can now integrate Argyle Link into your iOS application using the Swift Package Manager.

Upgrade your integration now:

  • iOS 4.3
  • Android 4.3
  • React Native 4.3