Adyen .net API Library v24.0.0
AdyenAutomationBot
released this
19 Nov 10:29
·
3 commits
to main
since this release
What's Changed
Breaking Changes 🛠
- BalancePlatform:
- Added
refusedByCustomer
inCreateSweepConfigurationV2
,SweepConfigurationV2
andUpdateSweepConfigurationV2
, changing subsequent enum integer values
- Added
- ConfigurationWebhooks:
- Added
refusedByCustomer
inSweepConfigurationV2
, changing subsequent enum integer values
- Added
- LegalEntityManagement:
- Added
adyenChargeCard
inAcceptTermsOfServiceResponse
,CalculateTermsOfServiceStatusResponse
,GetTermsOfServiceDocumentRequest
,GetTermsOfServiceDocumentResponse
andTermsOfServiceAcceptanceInfo
changing subsequent enum integer values
- Added
- TransferWebhooks:
- Added
refusedByCustomer
inTransferData
andTransferEvent
changing subsequent enum integer values
- Added
- Transfers:
- Added
refusedByCustomer
inTransfer
,TransferData
andTransferEvent
, changing subsequent enum integer values
- Added
- Update all services by @AdyenAutomationBot in #1081
New Features 💎
- BalancePlatform:
- Added
AmountNonZeroDecimalsRequirement
class - Added
IbanAccountIdentificationRequirement
class - Add new Transfer Route requirements (
AmountNonZeroDecimalsRequirement
,IbanAccountIdentificationRequirement
,USInternationalAchAddressRequirement
) that can be part of of the response when calling TransferRoutesApi.calculateTransferRoutes - Added
USInternationalAchAddressRequirement
class - In
AccountHoldersService
addedGetAllTransactionRulesForAccountHolder
,GetAllTransactionRulesForAccountHolderAsync
,GetAllTransactionRulesForBalanceAccount
andGetAllTransactionRulesForBalanceAccountAsync
. - In
BalanceAccountsService
addedGetAllTransactionRulesForBalanceAccount
andGetAllTransactionRulesForBalanceAccountAsync
. - In
PlatformService
addedGetAllTransactionRulesForBalancePlatform
andGetAllTransactionRulesForBalancePlatformAsync
- Added
- Checkout:
- Added method for validation in
ApplyPaySessionRequest
- Added
CheckoutBankAccount
class - In
CheckoutPaymentMethod
added method to initialize instance ofCheckoutPaymentMethod
with an instance ofRivertyDetails
- In
PaymentMethodsRequest
addedshopperConversionId
- In
PaymentRequest
addedbankAccount
andshopperConversionId
- Added
RivertyDetails
class
- Added method for validation in
Other Changes 🖇️
- Add minimum required release age by @ayodejidev in #1085
- Release v24.0.0 by @AdyenAutomationBot in #1086
New Contributors
- @ayodejidev made their first contribution in #1085
Full Changelog: v23.0.0...v24.0.0