What's Changed
Breaking Changes 🛠
- Management API:
- In
MeApiCredential
theassociatedMerchantAccounts
string has been removed.
- In
- Management webhooks:
- In
PaymentMethodRequestRemovedNotificationRequest
the event type has been renamed topaymentMethodRequest.removed
- In
PaymentMethodScheduledForRemovalNotificationRequest
the event type has been renamed topaymentMethodRequest.scheduledForRemoval
.
- In
New Features 💎
- Checkout:
- New payment methods
PixDetails
andPixRecurring
. - In
PaymentRefundResponse
add attributecapturePspReference
(only available for PayPal refunds). - In
ResponseAdditionalDataCommon
:⚠️ therecurringRecurringDetailReference
andrecurringShopperReference
are deprecated, use instead the new attributetokenization.storedPaymentMethodId
andtokenization.shopperReference
.- add
tokenizationStoreOperationType
andtokenizationStoredPaymentMethodId
attributes, addtokenizationStoreOperationType
enum.
- New payment methods
- Management API:
- In
AndroidApp
addSTATUS_ARCHIVED
,STATUS_ERROR
,STATUS_INVALID
,STATUS_PROCESSING
,STATUS_READY
toStatusAllowableValues
enum. - Support
AffirmInfo
andPayToInfo
payment methods. - in
Surcharge
class add attribugeexcludeGratuityFromSurcharge
.
- In
- Payout:
- In
ResponseAdditionalDataCommon
:⚠️ therecurringRecurringDetailReference
andrecurringShopperReference
are deprecated, use instead the new attributetokenization.storedPaymentMethodId
andtokenization.shopperReference
.- add
tokenizationStoreOperationType
andtokenizationStoredPaymentMethodId
attributes, addtokenizationStoreOperationType
enum.
- In
- Classic Payments:
- In
ResponseAdditionalDataCommon
:⚠️ therecurringRecurringDetailReference
andrecurringShopperReference
are deprecated, use instead the new attributetokenization.storedPaymentMethodId
andtokenization.shopperReference
.- add
tokenizationStoreOperationType
andtokenizationStoredPaymentMethodId
attributes, addtokenizationStoreOperationType
enum.
- In
Important
The Recurring API is deprecated. Use the Checkout API recurring endpoints instead.
Full Changelog: v26.0.0...v27.0.0
Other Changes 🖇️
- Release v27.0.0 by @AdyenAutomationBot in #746
Full Changelog: v26.0.0...v27.0.0