GuidesAPI ReferenceChangelog
Log In
added

New API Version: 2022-03-02

We have just released a new API Version: 2022-03-02! Version 2021-07-28 is now deprecated and its usage is discouraged in new implementations.

Breaking Changes in Version 2022-03-02

  1. List endpoints now use cursor-pagination. See the pagination guide for more information on how to integrate with these endpoints.
  2. The search endpoint now takes an optional limit to control the number of results with which to respond.
  3. The direct_deposit_payment job is now deprecated in favor of the direct_deposit_switch job. All direct_deposit_payment functionality is encompassed in the direct_deposit_switch job. Specification of this job type in the required_jobs list for link token creation will result in a 400 response.