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
3 weeks ago

API enhancements

We've made new enhancements to our webhook engine.

Further optimizations have increased the accuracy of our updated webhooks, which are delivered when a resource's underlying data changes. The improved performance has resulted in a significant reduction in updated webhook volume across all data categories.

API
2 months ago

API enhancements

Webhook deliveries will now originate from two additional IP addresses.

Add the following IP addresses to any whitelists in use to ensure uninterrupted webhook delivery:

  • 34.27.251.226 — new addition
  • 34.122.50.253
  • 35.188.163.115
  • 35.226.53.251 — new addition
API
3 months ago

API enhancements

Ocrolus OCR integrations now support 1099 forms submitted through Argyle’s document upload feature.

Visit our document processing guide for more information.

API
3 months ago

API enhancements

Argyle has made the following changes to user invite objects:

  • Possible status attributes are now: sent, initiated, attempted, completed, revoked
  • The accepted_invitation field has been removed
  • A url field has been added, containing the invite URL in the invitation

Visit user invites in our API Reference documentation to learn more about using our API to invite users to connect their payroll accounts via text or email.

API
3 months ago

API enhancements

The currency field has been added to pay allocation objects. Visit pay allocations in our API Reference documentation to learn more.

API
3 months ago

API enhancements

You can now generate Verification of Employment (VOE) reports via the /reports API endpoint.

API
5 months ago

API enhancements

You can now filter documents retrieved via the /documents endpoint by using the following query parameters:

  • document_type - documents of the specified document_type will be returned.
  • from_available_date - documents with available_date on or after this timestamp will be returned.
  • to_available_date - documents with available_date on or before this timestamp will be returned.

See our documentation for listing documents to learn more.

API
5 months ago

API enhancements

Argyle has introduced a new users.fully_synced webhook.

Use the users.fully_synced webhook to be notified when data retrieval has completed for all accounts connected by a user.

See our webhooks documentation for users to learn more.

API
6 months ago

API enhancements

Argyle has introduced a new breaks array of objects within all_timestamps for the /activities endpoint. Breaks taken during a work shift are represented as objects within breaks. See activities in Argyle Docs to learn more.

API
6 months ago

API enhancements

Argyle has introduced the new /income-totals endpoint, a major upgrade to how you access annual pay data.

Understanding users’ total annual income can be fundamental, but this information is not always available when viewing individual paystubs. Through the /income-totals endpoint, Argyle looks across all paystubs to provide standardized, aggregated yearly income values. See Income Totals in Argyle Docs to learn more.