AdyenAutomationBot
released this
05 Nov 14:40
·
3 commits
to main
since this release
What's Changed
Breaking Changes 🛠
-
Checkout API:
- In
PaymentDetails
removedebanking_FI
which changes underling enum integer values - In
StoredPaymentMethodDetails
removedtwint
enum changing subsequent enum integer values
- In
-
TransactionWebhooks API:
- In
RelayedAuthorisationData
previously using Checkout API changed to using TransactionWebhooks API, changedStoredDetails
toRelayedAuthorisationData
. Removedbank
,card
andemailAddress
, addedmetadata
andreference
- In
Transaction
removedTransferData
addeddescription
,paymentInstrument
andreferenceForBeneficiary
, changedTransferData
toTransferView
- Changed
PaymentVerificationRequest
toTransferNotificationValidationFact
, removedpayload
addedresult
andtype
. Previously using Checkout API changed to using TransactionWebhooks API. - Changed
TransferData
class toTransferview
and addedcategoryData
- In
-
Update all services by @AdyenAutomationBot in #1080
Fixes ⛑️
- Fix: In-person Payments - Adyen HttpClient throws a 400: BadRequest, ResponseBody: {"errors":["At toplevel: Missing"]} - We now enforce passing the
SaleToPoiRequest
in the interface when making terminal-api requests - by @Kwok-he-Chu in #1078
Other Changes 🖇️
-
Checkout API:
- In
CheckoutPaymentMethod
addedEBankingFinlandDetails
,PayByBankAISDirectDebitDetails
andTwintDetails
. - Added
EBankingFinlandDetails
class - Added
PayByBankAISDirectDebitDetails
class - Added
TwintDetails
class - In
ResponseAdditionalDataCard
addedCardProductIdEnum
- In
ThreeDSRequestData
addeddisabled
enum
- In
-
LegalEntityManagement API:
Added support forTermsOfService
- Added
GetAcceptedTermsOfServiceDocument
&GetAcceptedTermsOfServiceDocumentAsync
- Added
-
Payment API:
- In
ResponseAdditionalDataCard
addedCardProductIdEnum
- In
-
TransactionWebhooks API:
Added support for TransactionWebhooks- Added
BankCategoryData
class - Added
InternalCategoryData
class - Added
IssuedCard
class - Added
PaymentInstrument
class - Added
PlatformPayment
class
- Added
-
Update README stating that it supports .NET 6.0 by @Kwok-he-Chu in #1073
-
Release v23.0.0 by @AdyenAutomationBot in #1074
Full Changelog: v22.0.0...v23.0.0