added
New API Version: 2022-03-02
over 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
limitto control the number of results with which to respond. - The
direct_deposit_paymentjob is now deprecated in favor of thedirect_deposit_switchjob. Alldirect_deposit_paymentfunctionality is encompassed in thedirect_deposit_switchjob. Specification of this job type in therequired_jobslist for link token creation will result in a 400 response.