Skip to content

Adyen Java API Library v29.0.0

Compare
Choose a tag to compare
@AdyenAutomationBot AdyenAutomationBot released this 15 Oct 16:08
· 6 commits to main since this release
666de3b

What's Changed

Breaking changes 🛠

  • LEM API:
    • Removed CapabilityEnum, legalEntityId, ServiceEnum in BusinessLineInfoUpdate
    • Removed allowDebugUi in OnboardingLinkSettings
  • Management API:
    • Added JCBInfo
    • Changed type of jcb-attribute from GenericPmWithTdiInfo to JCBInfo in PaymentMethod
    • Changed type of jcb-attribute from GenericPmWithTdiInfo to JCBInfo in PaymentMethodSetupInfo
    • In SplitConfiguration remove attribute stores and related methods

New Features 💎

  • Checkout API:
    • AddedfundingSource and isCardCommercial in CardDetailsResponse
    • Added WalletPurposeEnum (identifiedBoleto, transferDifferentWallet, transferOwnWallet, transferSameWallet, unidentifiedBoleto) in FundRecipient
    • Added storedPaymentMethodId in PayToDetails
    • Deprecated recurringDetailReference in PayToDetails
  • BalancePlatform Configuration API:
    • In BankAccountDetails add attribute branchNumber
    • In CreateSweepConfigurationV2 add enums accountHierarchyNotActive , directDebitNotSupported, pendingExecution, transferInstrumentDoesNotExist
  • LEM API:
    • Added CheckTaxElectronicDeliveryConsentResponse
    • Added SetTaxElectronicDeliveryConsentRequest
    • Added support for LEM API v3 TaxEDeliveryConsentApi
  • Management API:
    • In Currency add attribute maxAmount
    • In ModelConfiguration add attribute commercial

Other Changes 🖇️

Full Changelog: v28.5.1...v29.0.0