Skip to content

Adyen .net API Library v22.0.0

Latest
Compare
Choose a tag to compare
@AdyenAutomationBot AdyenAutomationBot released this 22 Oct 14:01
3d7b184

Breaking Changes 🛠

  • Balance Platform:

    • The enum-values inCreateSweepConfigurationV2, SweepConfigurationV2 and UpdateSweepConfigurationV2 have shifted
      • Added AccountHierarchyNotActive, DirectDebitNotSupported, PendingExecution, TransferInstrumentDoesNotExist
    • The enum-values in VerificationDeadline, VerificationErrorRecursive, VerificationError have shifted
      • Added IssueCreditLimit
  • Transfers API:

    • The enum-values in Modification has shifted
      • Added PendingExecution
    • The enum-values in Transfer, TransferData, TransferEvent, TransferReview have shifted
      • Added AccountHierarchyNotActive, DirectDebitNotSupported, PendingExecution, TransferInstrumentDoesNotExist
  • Legal Entity API:

    • The enum-values in AcceptTermsOfServiceResponse, TermsOfServiceAcceptanceInfo, CalculateTermsOfServiceStatusResponse, GetTermsOfServiceDocumentRequest and GetTermsOfServiceDocumentResponse have shifted
      • Removed AdyenChargeCard
    • Removed AllowDebugUi from OnboardingLinkSettings
  • Management API:

    • Removes Stores from SplitConfiguration

New features

  • Balance Platform API:

    • Added BranchNumber in BankAccountDetails
    • Added Name in RegisterSCARequest
  • Transfers API:

    • Added support for approving and canceling Transfers in TransfersService
      • Added DirectionDebitInformation
      • Added ApproveTransfersRequest, CancelTransferRequest
      • Added TransferReview
      • Added TransferRequestReview
  • Management API:

    • Added MaxAmount in Currency
    • Added Commercial in ModelConfiguration
  • Classic Checkout API:

    • Added Authorised to ModificationResult enum
  • The Obsolete-attribute now includes the deprecation message if it's populated in the OpenAPI Specifications

  • Update all services by @AdyenAutomationBot in #1069

Other Changes 🖇️

Full Changelog: v21.0.0...v22.0.0