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
API
a year ago

API enhancements

The validity of the URL returned by these fields is reduced to 15 minutes:

  • file_url for the /documents endpoint
  • file_url for the /reports endpoint
  • <file>.url for the /forms endpoint
APIBreaking
a year ago

API breaking changes

As of April 20th, webhooks will be sourced from two different IP addresses. If you are subscribed to webhooks and use allowlists, add these IP addresses to your allowlists to avoid any issues:

  • 35.188.163.115 - The existing IP address for webhooks, which you may already have on your allowlists.
  • 34.122.50.253 - A new IP address for sourcing webhooks.
APIBreaking
a year ago

API breaking changes

  • As part of Argyle's API improvement initiatives to guarantee better retrieval performance, the count parameter is now removed from all Argyle APIs.

    To paginate bulk fetches from the API, you can combine the limit query parameter and the previous and next page URLs to achieve the same result. Refer to the pagination documentation for more details.

  • The is_active parameter is now removed from the /webhooks endpoint to reduce complexity. This parameter was unused and did not have any functionality implemented.
APIBreaking
a year ago

API breaking changes

Following up on previously announced changes that will come into effect on March 31, 2022:

  • As part of Argyle's API improvement initiatives to guarantee better retrieval performance, the count parameter will be removed from all Argyle APIs.

    To paginate bulk fetches from the API, you can combine the limit query parameter and the previous and next page URLs to achieve the same result. Refer to the pagination documentation for more details.

    Argyle recommends updating your implementations to use the new pagination model to avoid any disruption.

  • The is_active parameter will be removed from the /webhooks endpoint to reduce complexity. This parameter is unused and does not have any functionality implemented.

    Argyle recommends reviewing your implementations to ensure you are not using this parameter.

Link
a year ago

Link updates

On April 7th, Argyle Link is getting an upgrade. The Argyle team has been hard at work improving the visual experience for Link users. This update is exclusively to enhance Link’s look and feel and will not impact any endpoints or data connection to Console.

Click here to learn about new features coming in Link 4.

Coverage
a year ago

Coverage enhancements

Last week Argyle launched the Shiftsmart integration. It can be accessed via shiftsmart Link Item.

API
a year ago

API enhancements

To further increase the fidelity of available data, these fields are now available in the /payouts endpoint:

  • gross_pay_ytd
  • net_pay_ytd

Additionally, the was_connected field is now exposed in the /accounts endpoint.

Console
a year ago

Console enhancements — February 2022

In February, Argyle introduced these enhancements in Argyle Console:

  • The way users’ Pay Allocations are displayed in Console has been updated to help you find relevant information more quickly.
  • Settings that were previously spread out across multiple pages have been consolidated into a single Settings area, accessible at any time from the bottom of Console’s side menu.
  • You can now switch to Production with ease through the redesigned pricing page in Settings → Billing.
  • New Argyle customers will now find three pre-loaded sample users in sandbox mode, featuring example data sets from salaried, hourly, and gig workers.
  • You can now add a DDS configuration to Link Emulator to test how direct deposit switching will work in your Argyle Link implementation.
Coverage
a year ago

Coverage enhancements

Last week Argyle launched the Patreon and Point Pickup integrations. These can be accessed via the patreon and point_pickup Link Items.

API
a year ago

API enhancements

On March 17, 2022, Argyle will expose two new fields in the /payouts endpoint to further increase the fidelity of available data:

  • gross_pay_ytd - Gross pay amount received in this calendar year.
  • net_pay_ytd - Net pay amount received in this calendar year.

Argyle will also expose a new field in the /accounts endpoint on the same day:

  • was_connected - Indicates that the account has been connected.