Skip to content

Releases: Adyen/adyen-dotnet-api-library

Adyen .net API Library 8.2.0

12 May 07:58
187bb18
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 8.1.0...8.2.0

Adyen .net API Library 8.1.0

12 Jan 13:33
76fe7e6
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 8.0.1...8.1.0

Adyen .net API Library 8.0.1

19 Oct 12:24
7c5fd1e
Compare
Choose a tag to compare

#509 Add json property to Adyen/Model/Checkout/Details/IPaymentMethodDetails
#507 [PW-5646] Replace deprecated InputDetails field with new issuers field

Adyen .net API Library 8.0.0

08 Oct 07:13
5444687
Compare
Choose a tag to compare

#500 Update checkout to v68
Add sessions api support

Adyen .net API Library 7.3.0

04 Oct 08:19
e72ce78
Compare
Choose a tag to compare

#497 Modify the PaymentMethodDetailsConverter to public class
#496 Remove null pspReference check in CreateAccountHolderResponse.cs
#494 Update PaymentResponse.cs
#479 [PW-4729] Add region based cloud api endpoints
#476 Add more constants for additional data

Adyen .net API Library 7.2.0

08 Jul 11:37
f1c6dc3
Compare
Choose a tag to compare

#473 [PW-4726] Support Android certificate validation
#465 [PW-4693] Add HMAC validation for local terminal api
#463 Add missing fields to account model
#462 Replace type of PaymentRequest.SaleData.SaleToAcquirerData.Metadata into SortedDictionary
#455 [PW-4791]Remove applepay token and googlepay token from PaymentMethodDetails
#453 PayPalDetails.SubtypeEnum add the correct association with const values
#450 Add merchant reference to payment details response
#438 Add new endpoint /notifyShopper

Thanks to Laszlo Klock from Nodebee for reporting the Hmac validation issues under the Adyen responsible disclosure policy. We are happy to announce these issues are now fixed up.

Adyen .net API Library 7.1.0

12 May 12:57
edfe57e
Compare
Choose a tag to compare

#434 [PW-4606] Add the threeds2 in the action deserializer
#433 [PW-4449] Market pay notification handler
#428 [PW-4393] Update README.md based on the new template
#427 Add editMode in GetOnboardingUrlRequest
#425 [PW-4290] Add a middle class to make the deserialization for FraudCheckResult
#424 Correct file name PaymentDetailsResponse
#423 Changing encoding from ASCII to UTF8 to account for special character

Adyen .net API Library 7.0.0

22 Apr 07:19
7f7ef09
Compare
Choose a tag to compare

#427 Add editMode in GetOnboardingUrlRequest
#425 [PW-4290] Add a middle class to make the deserialization possible
#424 Correct file name PaymentDetailsResponse
#423 Changing encoding from ASCII to UTF8 to account for special character
#419 [PW-4329] Update to Adyen api v67
#416 Add DisableAsync to Recurring
#414 [PW-4400] Add the missing fields for BacsDirectDebit
#405 [PW-2421] Strong-name assembly
#386 [PW-4118]Add the same exception handling for request and request async
#383 PaymentLinksAsync

Tested scenarios
Mock tests
End to end tests

Fixed issue:
fixes #298

Adyen .net API Library 6.1.0

27 Jan 15:28
8082ba6
Compare
Choose a tag to compare

#375 [PW-3898] Fix the checkout.PaymentsDetails deserialization
#372 Adding notification decryption functionality
#369 Add serializers to model
#368 [PW-3806] Add Splits to the CaptureRequest object
#367 [PW-3796] Add annotation to type in action classes so it can parse to json

Adyen .net API Library 6.0.0

08 Jan 13:02
9746f0d
Compare
Choose a tag to compare

Summary

#360 [PW-3468]Add shopper locale to GetOnboardingUrlRequest
#359 [PW-3441]- Update to version 66
#347 [PW-2640] Deserialize the response of dropin into the correct paymentMethod model
#349 [PW-3125] Rename namespace Adyen.CloudApiSerialization to Adyen.ApiSerialization
#346 Add optional RequestOptions object to PaymentDetails calls
#344 Add async version of Recurring.ListRecurringDetails enhancement
#338 Corrects the property name for Apple Pay tokens
#337 Added RecurringProcessingModel to CreatePaymentLinkRequest
#335 [PW-3266] Add BACS direct debit details class
#327 [PW-2298]Remove the travis file
#325 Add authorisationType to ToString method ,SaleToAcquirerData

Tested scenarios

#355 Add paypal unit test
#353 [PW-2616]Test the escape string with encryption

Fixed issue:
#356
#336
#330