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
yesterday08/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.
API
6 days 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.

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.

APIBreaking
a month ago07/05/2022

July 5, 2022

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.

API
a month ago06/28/2022

June 28, 2022

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
a month ago06/22/2022

June 22, 2022

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
a month ago06/21/2022

June 21, 2022

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
2 months ago06/16/2022

June 16, 2022

  • 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.
API
2 months ago06/07/2022

June 7, 2022

Argyle has updated the accounts.pay_distribution_updated webhook. This webhook now notifies you for each successfully updated allocation that you specify in your pay distribution configuration, with separate notifications for each allocation type. The payload is extended to include information about the type of the allocation that is updated, and the type of pay distribution flow that triggered the update. Visit this webhook’s reference page for more details.

Argyle has added the missing_allocation error, which tells your users when their employment account does not have an allocation set up to allocate a remainder amount.