What's Changed
Breaking Changes 🛠
- Management API:
- In
AndroidApp
the fieldstatus
has changed fromString
toStatusEnum
(Archived
,Error
,Invalid
,Processing
,Ready
)
- 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
:- ⚠️ the
recurring_recurringDetailReference
andrecurring_shopperReference
are deprecated, use instead the new attributetokenization_shopperReference
- add
tokenization_store_operationType
andtokenization_storedPaymentMethodId
attributes, addTokenizationStoreOperationTypeEnum
enum
- ⚠️ the
- New payment methods
- Checkout webhooks:
- Add
TechnicalCancel
enum inNotificationRequestItem
- Add
- Management API:
- Support
AffirmInfo
andPayToInfo
payment methods - in
Surcharge
class add attribugeexcludeGratuityFromSurcharge
- Support
- Payout:
- In
ResponseAdditionalDataCommon
:- ⚠️ the
recurring_recurringDetailReference
andrecurring_shopperReference
are deprecated, use instead the new attributetokenization_shopperReference
- add
tokenization_store_operationType
andtokenization_storedPaymentMethodId
attributes, addTokenizationStoreOperationTypeEnum
enum
- ⚠️ the
- In
- Classic Payments:
- In
ResponseAdditionalDataCommon
:- ⚠️ the
recurring_recurringDetailReference
andrecurring_shopperReference
are deprecated, use instead the new attributetokenization_shopperReference
- add
tokenization_store_operationType
andtokenization_storedPaymentMethodId
attributes, addTokenizationStoreOperationTypeEnum
enum
- ⚠️ the
- 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