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 — April 2021

In April, Argyle introduced these enhancements in Argyle Console:

  • When using Console to send email/SMS invitations for users to connect their employment accounts, you can now:
  • Invite multiple users at a time by uploading a CSV file containing the contact information of everyone you'd like to invite.
  • Invite users to change the destination bank account of their paycheck (previously only possible by integrating Argyle Link into your app or website).
  • Send user invitations in Sandbox mode, in case you are just getting started with integrating Argyle and are still testing.
  • In addition to the existing summary of monthly and annual income from the Payouts endpoint, Console now also provides a summary of income from the Activities endpoint.
API
a year ago

API enhancements

The Argyle Console now supports inviting users in bulk and direct deposit switching changes. Additionally, an income summary is now available in the Activities data section.

API
a year ago

API enhancements

Seven new fields have been added in the employments endpoint: base_pay.amount, base_pay.period, base_pay.currency, pay_cycle, platform_ids.employee_id, platform_ids.position_id, platform_ids.platform_user_id.

Two new fields have been added in the payouts endpoint: payout_period.start_date, payout_period.end_date.

API
a year ago

API enhancements

It is now possible to receive the full account object in the payload of the accounts.added, accounts.updated, accounts.connected, and accounts.failed webhooks. To enable this, add "include_resource": true to your webhook subscription.

A new Invite users via the API guide provides a walkthrough in setting up user invite templates and sending out user invites.

dataPartners configuration attribute was deprecated in favor of linkItems in Argyle Link.

API
a year ago

API enhancements

It is now possible to invite users via the API (previously only available in the Console). For more information, please refer to the user invites and user invite templates endpoints.

API
2 years ago

API enhancements

New unsupported_by_employer, unknown_bank_account_types and missing_allocation_type values were added to pay_distribution.error_message field in the Accounts resource.

Console
2 years ago

Console enhancements

Argyle Console 2.0 is live. Console has been redesigned top to bottom, with several major enhancements that make it easier to understand your users' employment data and manage your Argyle implementation:

  • The Data Viewer tab, now called Users, displays more information about your users and allows you to sort and filter (e.g. by employer or connection date)
  • A simplified one-page layout for user profiles allows you to view all employment data on the same tab, rather than across separate tabs for Payouts, Documents, etc.
  • The new API Keys tab allows you to create multiple keys for your Argyle environment.
API
2 years ago

API enhancements

metadata was added to profiles, employments, reputations, documents, vehicles, activities, pay allocations.

New pay_distribution.error_message and connection.error_message fields were added in the Accounts resource.

API
2 years ago

API enhancements

It is now possible to create a user with an associated user token without initiating Argyle Link.

It is now possible to set external metadata when creating or updating a user.

API
2 years ago

API enhancements

available_date was added to the Documents resource.