Skip to content

Adyen Java API Library v31.0.0

Compare
Choose a tag to compare
@AdyenAutomationBot AdyenAutomationBot released this 11 Nov 14:02
· 5 commits to main since this release
106cc96

What's Changed

Breaking Changes ๐Ÿ› 

  • Balance Platform API:
    • Remove PinFunctionalityApi: use ManageCardPinApi instead
  • Transaction webhooks:
    • Rename TransferData to TransferView

New Features ๐Ÿ’Ž

  • Checkout API:
    • Add PayByBankAISDirectDebitDetails
  • LEM API:
    • Add adyenChargeCard enum
    • Add getAcceptedTermsOfServiceDocument in TermsOfServiceApi

Other Changes ๐Ÿ–‡๏ธ

Several unused classes have been dropped:

  • Checkout:
    • Remove Avs, BankAccount, PaymentSetupRequest, PaymentSetupResponse, etc..
  • Transfers:
    • Remove TransferNotificationTransferTracking
  • Transfers webhooks:
    • Remove TransferNotificationTransferTracking
  • BalancePlatform Configuration webhooks:
    • Remove unused classes Contact, PaymentInstrumentBankAccount, PaymentInstrumentReference, PersonalData, UKLocalAccountIdentification, USLocalAccountIdentification