added
New API Version: 2022-03-02
almost 3 years ago by [email protected]
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
- List endpoints now use cursor-pagination. See the pagination guide for more information on how to integrate with these endpoints.
- The search endpoint now takes an optional
limit
to control the number of results with which to respond. - The
direct_deposit_payment
job is now deprecated in favor of thedirect_deposit_switch
job. Alldirect_deposit_payment
functionality is encompassed in thedirect_deposit_switch
job. Specification of this job type in therequired_jobs
list for link token creation will result in a 400 response.