Adyen .net API Library v21.0.0
AdyenAutomationBot
released this
07 Oct 14:35
·
28 commits
to main
since this release
What's Changed
Breaking Changes 🛠
-
Checkout API:
- In
PaymentDetails
thebizum
payment method added causing changes in the numeric values of enums within the class
- In
-
LEM API:
- In
GetTermsOfServiceDocumentResponse
,GetTermsOfServiceDocumentRequest
,AcceptTermsOfServiceResponse
,TermsOfServiceAcceptanceInfo
andCalculateTermsOfServiceStatusResponse
addedadyenChangeCard
enum, causing numeric value changes in sub-sequential enums. - In
VerificationDeadline
,VerificationError
andVerificationErrorRecursive
class addedissueCreditLimit
enum, causing numeric value changes in sub-sequential enums. - In
BusinessLineInfoUpdate
classcapability
includingServiceEnum
members removed after marked obsolete
- In
-
Management API:
- In
PaymentMethod
andPaymentMethodSetupInfo
classGenericPmWithTdiInfo
name change toJCBInfo
- In
-
Update all services by @AdyenAutomationBot in #1059
Other Changes 🖇️
-
Checkout API:
- In
CardDetailsResponse
class the attributesFundingSource
andIsCardCommercial
added to check if the funding source of the card is eg. Debit, Credit or Prepaid and to check if the card is a consumer or commercial card. - In
FundRecipients
class theWalletPurpose
attribute andWalletPurposeEnum
with membersIdentifiedBoleto
,TransferDifferentWallet
,TransferOwnWallet
,TransferSameWallet
andUnidentifiedBoleto
were added. To indicate the purpose of a digital wallet transaction. - In
Mandate
classcount
attribute added to retrieve the number of transactions that can be performed within the given frequency - In
PayToDetails
classRecurringDetailReference
marked as obsolete,StoredPaymentMethodId
added to return the reference to the payment method in the response when creating the token.
- In
-
LEM API:
- Added
CheckTaxElectronicDeliveryConsentResponse
which allows a platform to check delivery consent for US Tax Form 1099-K. - In
OnboardingLinkSettings
addallowDebugUi
to indicate if the user may press a hidden key combination to open the HO debugging UI SetTaxElectronicDeliveryConsentRequest
added which allows a platform to set delivery consent (electronic delivery true|false) for US Tax Form 1099-K
- Added
-
Management API:
JCBInfo
added
-
Payment API:
- In
Mandate
classcount
added to retrieve the number of transactions that can be performed within the given frequency
- In
-
Allow .NET Library to send encrypted payloads to the
/sync
and/async
Cloud Terminal API endpoints by @Kwok-he-Chu in #1060 -
Remove extra backslash for possdk by @jillingk in #1062 fixing double append of
/checkout
when usingpossdk
-
Add deprecated message in mustache model template by @Kwok-he-Chu in #1064
-
Release v21.0.0 by @AdyenAutomationBot in #1063
Full Changelog: v20.0.0...v21.0.0