No momento, esta página não está disponível em português

Release notes

Learn about the latest updates to our API, and Drop-in/Components for web, iOS, and Android.

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.

Get updates by RSS
Filter by
Category...
68
January 2025
SunMonTueWedThuFriSat
1234
567891011
12131415161718
19202122232425
262728293031
Select dates
Copy url
icon
Checkout API v68

This API version is supported by our Java, NodeJS, PHP, Python, Ruby, Go, and .NET libraries.
You can find all the Adyen libraries on GitHub.

Breaking Changes
  • POST /paymentMethods
    • The details array has been removed.
    • The list of issuers for payment methods like iDEAL or Dotpay, is now in the paymentMethods.issuers array.
    • For cards, if the paymentMethods.brands array has a single element, the value of the paymentMethods.name is now the brand name of the available card brand, instead of Credit Card.
  • POST /payments
  • POST /paymentLinks
    • amount.value fields now must be integers. Values like 10.5 now produce a validation error.
  • GET paymentLinks/{linkId}
    • New status value, paymentPending for payment methods that have a pending state. Previously, such states had the completed status.
  • For payment link resources, storePaymentMethodMode replaces storePaymentMethod from previous versions. The allowed values for storedPaymentMethodMode are:
    • disabled (default), the shopper's payment details are not stored.
    • enabled and shopperReference is provided, the shopper's payment details are stored.
    • askForConsent, the shopper can choose in the Pay by Link UI if they want their payment details to be stored.
New
Fixed
  • POST /paymentLinks
    • Fixed an issue where the payments page didn't show a phone number field when configured as part of requiredShopperFields.
Deprecated
Changed
  • POST /payments
    • All address fields are now optional.