Skip to content

Adyen Node API Library v16.0.0

Compare
Choose a tag to compare
@AdyenAutomationBot AdyenAutomationBot released this 31 Jan 11:47
· 36 commits to main since this release
89deb35

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