npm @adyen/api-library 16.0.0
Adyen Node API Library v16.0.0

latest releases: 19.3.0, 19.1.0, 19.0.0...
7 months ago

What's Changed

Breaking Changes 🛠

Donations has moved

The Checkout Donations endpoint, which was previously on the PaymentsApi, has been moved to its own service called DonationsApi.

add query parameters to function arguments

Previously these had to be sent through the requestOptions argument. We now have added function arguments, which is less prone to mistakes, and clearly indicates all the options.
This does mean that current implementations using requestOptions for query parameters have to be adjusted slightly to accommodate for these new function parameters.

Other Changes 🖇️

Full Changelog: v15.1.0...v16.0.0

Don't miss a new api-library release

NewReleases is sending notifications on new releases.