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 — January 2022

In January, Argyle introduced a new Get started tab to help you hit the ground running with Argyle.

Link
a year ago

Link updates

  • The payDistributionAutoTrigger parameter was added to the Link configuration. By setting it to true, the deep linked returning users are taken directly to the Direct Deposit Switching screen, if a pay distribution configuration is provided.
  • The default values for payDistributionReviewScreenTitle and payDistributionReviewScreenSubtitle parameters have changed. For more information, please refer to the Link Customization Guide.
API
a year ago

API enhancements

The Argyle API will start defaulting allow_add_allocation flag to false, ignoring the value passed in Pay Distribution Config. As a result, your users will no longer be able to add custom allocations via Link. This legacy feature has been removed as it is no longer actively used by any of Argyle’s clients.

API
a year ago

API enhancements

The Sandbox environment username and email credentials have changed. You can find the latest credentials in the API Reference.

To avoid any breaking changes in your implementation, the previous Sandbox credentials will continue to work. They will eventually be phased out, therefore it is recommended to use the new Sandbox credentials.

API
a year ago

API enhancements

The value of the unique item_id was exposed in the /Link-items endpoint, in order to assist you in mapping the items and keeping track of individual items that might be removed.

  • You can now query items by both the human-readable id and non human-readable item_id (UUID), in order to get more specific results.

More information can be found on the API Reference page.

Link
a year ago

Link updates

The onError callback is now also available on Web SDK. Furthermore, onError has been improved with additional error types.

API
a year ago

API enhancements

In order to improve and prepare for product betterment, a new field has been added to the payload returned by /link-items endpoint:

  • item_id - represents a unique Link item identifier using standard UUID format

This change is in preparation for the capability to query link items by their item_id and for deprecating the string-based id field in the future.

Console
a year ago

Console enhancements — December 2021

In December, Argyle introduced these enhancements in Argyle Console:

Console’s side navigation panel has been refreshed in order to simplify toggling between sandbox and production mode, to allow you to more easily navigate to your account and company details, and to more clearly lay out the different areas of functionality available in Console.

API
a year ago

API enhancements

  • For faster communication on Link items health, we have introduced two new fields that will be present on the response payload for /link-items endpoint from now on:
  • status - will reflect the health of the Link item
  • status_details - description of the issue in case the status is not healthy

    We encourage you to set up API polling in order to proactively get the latest updates on Link item issues.

  • In order to improve and prepare for product betterment, we are adding two new fields to the payload returned by /pay-allocations endpoint:
  • method - the method of the deposit
  • card - in preparation for an upcoming feature

    The card object will appear in the payload, but all fields will return null.

Link
a year ago

Link updates

  • When the user selects a payroll platform already supported by Argyle on Can't find your employer? questionnaire, they will have the chance to directly log in to that specific payroll platform.
  • The Login screen now features the show/hide password button to enhance the login experience.
  • “Primary” pay allocation is renamed to “Remainder” in order to help the understanding of amount allocations.