Skip to content

Adyen .net API Library v24.0.0

Compare
Choose a tag to compare
@AdyenAutomationBot AdyenAutomationBot released this 19 Nov 10:29
· 3 commits to main since this release
deb6ebb

What's Changed

Breaking Changes 🛠

  • BalancePlatform:
    • Added refusedByCustomer in CreateSweepConfigurationV2 , SweepConfigurationV2 and UpdateSweepConfigurationV2, changing subsequent enum integer values
  • ConfigurationWebhooks:
    • Added refusedByCustomer in SweepConfigurationV2, changing subsequent enum integer values
  • LegalEntityManagement:
    • Added adyenChargeCard in AcceptTermsOfServiceResponse, CalculateTermsOfServiceStatusResponse, GetTermsOfServiceDocumentRequest, GetTermsOfServiceDocumentResponse and TermsOfServiceAcceptanceInfo changing subsequent enum integer values
  • TransferWebhooks:
    • Added refusedByCustomer in TransferData and TransferEvent changing subsequent enum integer values
  • Transfers:
    • Added refusedByCustomer in Transfer, TransferData and TransferEvent, changing subsequent enum integer values
  • Update all services by @AdyenAutomationBot in #1081

New Features 💎

  • BalancePlatform:
    • Added AmountNonZeroDecimalsRequirement class
    • Added IbanAccountIdentificationRequirement class
    • Add new Transfer Route requirements (AmountNonZeroDecimalsRequirementIbanAccountIdentificationRequirementUSInternationalAchAddressRequirement) that can be part of of the response when calling TransferRoutesApi.calculateTransferRoutes
    • Added USInternationalAchAddressRequirement class
    • In AccountHoldersService added GetAllTransactionRulesForAccountHolder, GetAllTransactionRulesForAccountHolderAsync , GetAllTransactionRulesForBalanceAccount and GetAllTransactionRulesForBalanceAccountAsync.
    • In BalanceAccountsService added GetAllTransactionRulesForBalanceAccount and GetAllTransactionRulesForBalanceAccountAsync.
    • In PlatformService added GetAllTransactionRulesForBalancePlatform and GetAllTransactionRulesForBalancePlatformAsync
  • Checkout:
    • Added method for validation in ApplyPaySessionRequest
    • Added CheckoutBankAccount class
    • In CheckoutPaymentMethod added method to initialize instance of CheckoutPaymentMethod with an instance of RivertyDetails
    • In PaymentMethodsRequest added shopperConversionId
    • In PaymentRequest added bankAccount and shopperConversionId
    • Added RivertyDetails class

Other Changes 🖇️

New Contributors

Full Changelog: v23.0.0...v24.0.0