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
Link
8 months ago

Link updates

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
8 months ago

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.

Link SDK upgrades are now available:

  • iOS 4.3
  • Android 4.3
  • React Native 4.3

Web integrations will automatically update to include these latest features.

Console
8 months ago

Console enhancements — June 2022

In June, Argyle introduced these enhancements in Argyle Console:

  • A new activity dashboard lets you quickly understand your Argyle activity with key visualizations and metrics. Start exploring by visiting the new Home tab in Console.
  • The Billing area of Console’s Settings page has been overhauled to give you even more transparency and control over your Argyle implementation.
    • The Billing tab now includes a chart of your Argyle invoices over time.
    • Within the Billing tab, you’re now able to edit your billing email address and credit card details, if you pay by credit card.
    • The new Plan tab provides a quick overview of which Argyle capabilities you have enabled and their pricing.
  • Argyle introduced a variety of other minor improvements throughout Console, including UI enhancements to Link Customizer and Link Emulator.
APIBreaking
9 months ago

API breaking changes

As part of Argyle's API improvement initiatives, the /finances endpoint has been removed. This endpoint has already been deprecated as of June 10, 2021.

Argyle recommends reviewing your implementation to ensure that you are not using this endpoint. Reach out to your Customer Success Manager if you would like to discuss alternative endpoints regarding this data.

Coverage
9 months ago

Coverage enhancements

The Asure HCM integration is now live on Argyle’s network and is already powering numerous Link items, including AMS Auto Group (ams_auto_group).

The Argyle team has also enhanced these integrations:

  • The SAP integration now powers the Walt Disney (waltdisney) Link item.
  • The Shipt integration now supports the Pay Distribution Update to Card functionality.
API
9 months ago

API enhancements

Argyle has released two new webhooks to improve the OCR for Documents service.

These webhooks notify your system when data retrieval through OCR fails:

  • forms.ocr_failed triggers for uploaded documents
  • documents.ocr_failed triggers for documents scanned by Argyle from a connected account

If you have subscribed to all webhooks, you will automatically start receiving notifications when these webhooks are triggered.

APIBreaking
9 months ago

API breaking changes

As part of Argyle's API improvement initiatives, the /finances endpoint will be removed on July 1, 2022. This endpoint has already been deprecated as of June 10, 2021.

Argyle recommends reviewing your implementation to ensure that you are not using this endpoint. Reach out to your Customer Success Manager if you would like to discuss alternative endpoints regarding this data.

API
9 months ago

API enhancements

Argyle has added two new attributes to the /link-items endpoint:

  • The features.pay_distribution_update object now returns required_fields.bank_account. This object lists the fields required by a given Link item to successfully update a pay distribution for bank accounts.
  • The features.pay_distribution_card_update object now returns required_fields.card. This object lists the fields required by a given Link item to successfully update a pay distribution for cards.
API
9 months ago

API enhancements

  • The Argyle team has added additional field and type validation when you are encrypting a pay distribution config. See Validation to learn more.
  • These fields are now optional in the cardobject:
    • cardholder_first_name
    • cardholder_last_name
    • country
    • postal_code
  • On June 28, Argyle is releasing two new webhooks: forms.ocr_failed and documents.ocr_failed. If you have subscribed to all webhooks, you will start receiving the forms.ocr_failed and documents.ocr_failed at this time.
Link
9 months ago

Link 4.2

The Argyle team has released these updates to Link:

  • You can now deep link users to the document upload feature.
  • The team has made improvements to the income source and payroll providers questionnaire.
  • There is a new income source-only questionnaire option for your users.
  • The team has added the onFormSubmitted and onDocumentsSubmitted callback events after successful questionnaire submission and document upload.
  • The Link Intro screen is now also available for users who see a specific list of Link items.
  • The Deep link Login screen now informs users of your partnership with Argyle.
  • The user disclosure text has been updated to provide transparency to your users.
  • The order of the Suggestions tabs has been changed to: Popular, Payroll, Employer, Gig.
  • The Kotlin version used in the Android SDK has been updated to Kotlin 1.6.21.