Adyen Node API Library v26.0.0
·
424 commits
to main
since this release
What's Changed
Breaking Changes 🛠
- Management API:
- In
AndroidAppthe fieldstatushas changed fromStringtoStatusEnum(Archived,Error,Invalid,Processing,Ready)
- In
- Management webhooks:
- In
PaymentMethodRequestRemovedNotificationRequestthe event type has been renamed topaymentMethodRequest.removed - In
PaymentMethodScheduledForRemovalNotificationRequestthe event type has been renamed topaymentMethodRequest.scheduledForRemoval
- In
New Features 💎
- Checkout:
- New payment methods
PixDetailsandPixRecurring - In
PaymentRefundResponseadd attributecapturePspReference(only available for PayPal refunds) - In
ResponseAdditionalDataCommon:⚠️ therecurring_recurringDetailReferenceandrecurring_shopperReferenceare deprecated, use instead the new attributetokenization_shopperReference- add
tokenization_store_operationTypeandtokenization_storedPaymentMethodIdattributes, addTokenizationStoreOperationTypeEnumenum
- New payment methods
- Checkout webhooks:
- Add
TechnicalCancelenum inNotificationRequestItem
- Add
- Management API:
- Support
AffirmInfoandPayToInfopayment methods - in
Surchargeclass add attribugeexcludeGratuityFromSurcharge
- Support
- Payout:
- In
ResponseAdditionalDataCommon:⚠️ therecurring_recurringDetailReferenceandrecurring_shopperReferenceare deprecated, use instead the new attributetokenization_shopperReference- add
tokenization_store_operationTypeandtokenization_storedPaymentMethodIdattributes, addTokenizationStoreOperationTypeEnumenum
- In
- Classic Payments:
- In
ResponseAdditionalDataCommon:⚠️ therecurring_recurringDetailReferenceandrecurring_shopperReferenceare deprecated, use instead the new attributetokenization_shopperReference- add
tokenization_store_operationTypeandtokenization_storedPaymentMethodIdattributes, addTokenizationStoreOperationTypeEnumenum
- In
Important
The Recurring API is deprecated. Use the Checkout API recurring endpoints instead.
Other Changes 🖇️
- Expose PosMobileAPI by @victorcuena in #1463
- Improve issue templates by @ayodejidev in #1470
- Create config.yml by @ayodejidev in #1473
- Improve GitHub Node and release workflows by @ayodejidev in #1477
- Add TechnicalCancel Enum by @DjoykeAbyah in #1468
- Fix HMAC validation for Banking webhooks by @gcatanese in #1476
- Release v26.0.0 by @AdyenAutomationBot in #1472
New Contributors
- @victorcuena made their first contribution in #1463
Full Changelog: v25.0.0...v26.0.0