Adyen .net API Library v27.0.0
AdyenAutomationBot
released this
14 Jan 15:21
·
11 commits
to main
since this release
What's Changed
Breaking Changes 🛠
- BalancePlatform:
- In
VerificationDeadline
,VerificationError
andVerificationErrorRecursive
addedIssueChargeCard
,IssueChargeCardCommercial
,UseChargeCard
andUseChargeCardCommercial
Enum changing subsequent enum integer values.
- In
- ConfigurationWebhooks:
- In
VerificationDeadline
,VerificationError
andVerificationErrorRecursive
added addedIssueChargeCard
,IssueChargeCardCommercial
,UseChargeCard
andUseChargeCardCommercial
Enum changing subsequent enum integer values.
- In
- LegalEntityManagement:
- In
UncorporatedPartnership
removedType
Enum - In
VerificationDeadline
,VerificationError
andVerificationErrorRecursive
added addedIssueChargeCard
,IssueChargeCardCommercial
,UseChargeCard
andUseChargeCardCommercial
Enum changing subsequent enum integer values
- In
- Update all services by @AdyenAutomationBot in #1101
Other Changes 🖇️
- BalancePlatform:
- Added
PriorityRestriction
class. - Added
Priority
inTransactionRuleRestriction
.
- Added
- Checkout:
- In
AdditionalDataCommon
addedAutoRescue
andMaxDaysToRescue
.
- In
- LegalEntityManagement:
- In
UncorporatedPartnership
addedShouldSerializeType
Boolean.
- In
- Payment:
- In
AdditionalDataCommon
addedautoRescue
andmaxDaysToRescue
.
- In
- ReportWebhooks:
- In
ReportNotificationData
addedid
.
- In
⚠️ Important⚠️ ThePosTerminalManagementService
class is effectively obsolete as all its methods are deprecated. Users are advised to migrate to the newerManagement API
for POS terminal management functionality. https://docs.adyen.com/api-explorer/Management/latest/overview- Explicitly configure ContractResolver for SaleToPOIMessage serialization by @alexander-olesiyuk-apaleo in #1095
- SaleToPOIMessageConverter fix: Added key-version and function renames for consistency by @Kwok-he-Chu in #1099
- Release v27.0.0 by @AdyenAutomationBot in #1102
New Contributors
- @alexander-olesiyuk-apaleo made their first contribution in #1095
Full Changelog: v26.1.0...v27.0.0