Adyen .NET API Library v13.0.0
AdyenAutomationBot
released this
07 Nov 14:55
·
136 commits
to main
since this release
Migration Guide
Showcasing the major changes during your upgrade from v11.2.1 -> v13.0.0. The in between version 12 is skipped as this was designed as a beta release.
New services
- Disputes API: You can find this service in Adyen/Service/DisputesService
- Transaction Webhooks: Added to the existing Adyen/Webhooks/BalancePlatformWebhookHandler
New API version
-
Checkout API v71: Includes deleting unused parameter to clean up the API and some other minor details you can find here.
-
Transfer API v4: Minor changes found here
-
Management API v3: Minor changes found here
Refactorings
We have refactored the terminal API classes to have a more descriptive and up-to-date name
- Adyen.Model.Nexo -> Adyen.Model.TerminalApi
- Adyen.Service.PosPaymentCloudApi -> Adyen.Service.TerminalCloudApi
- Adyen.Service.PosPaymentLocalApi -> Adyen.Service.TerminalLocalApi
What's Changed
Breaking Changes 🛠
- remove unused endpoint field in config by @AlexandrosMor in #901
- Rename Nexo to TerminalApi by @AlexandrosMor in #892
- Remove POS deprecated classes by @AlexandrosMor in #893
- Update checkout v71 by @AlexandrosMor in #928
New Features 💎
- Add disputes API models, services and unit tests by @AlexandrosMor in #913
- Allow baseUrl to be overridden in a test environment by @PG-RichT in #916
- Add support for transaction webhooks by @jillingk in #929
Other Changes 🖇️
- Bump versions and fix checkout pm mapping by @jillingk in #919
- Update models + services by @AdyenAutomationBot in #909
- Release v12.0.0-beta by @AdyenAutomationBot in #917
- Add missing enum value by @jillingk in #927
- Update models + services by @AdyenAutomationBot in #923
- Release v13.0.0 by @AdyenAutomationBot in #930
New Contributors
Full Changelog: v11.2.1...v13.0.0