This page contains the release notes for Pay by Link, Checkout API, and Drop-in/Components for web, iOS, Android, React Native, and Flutter starting from 2020.
Release notes
Learn about the latest updates to our API, and Drop-in/Components for web, iOS, and Android.
This API version is supported by our Java, NodeJS, PHP, Python, Go, and .NET libraries. We are working on updating the Ruby library.
You can find all the Adyen libraries on GitHub.
POST /payments
- The
fraudResult.results
list now no longer contains theFraudCheckResult
for each list item. Each list item now only contains the values of the individual risk checks. See code samples.
POST /paymentMethods
- The format of the
expiryYear
returned for stored cards is now the last two digits of the year.
POST /sessions
- authenticationData object in the request.
POST /payments
- authenticationData object in the request.
- paymentMethod object in the reponse.
POST /payments/details
- authenticationData object in the request.
- paymentMethod object in the reponse.
Fields related to 3D Secure authentication are now grouped under the new authenticationData
object. The old 3D Secure authentication fields have been deprecated.