Adyen Java API Library v33.0.0
·
182 commits
to main
since this release
What's Changed
Breaking Changes π
- Checkout API:
*airlinePassengerTelephoneNumberattribute renamed toairlinePassengerPhoneNumberinAdditionalDataAirline
New Features π
- Checkout API:
- Add
AffirmDetailspayment method - Add
PayPayDetailspayment method - Add
TopUpenum in Split class - Add
autoRescueattribute inAdditionalDataCommon- Set to true to enable Auto Rescue - Add
maxDaysToRescueinAdditionalDataCommon- Specify the rescue window for a transaction, in days, whenautoRescueis set to true. You can specify a value between 1 and 48.
- Add
- Report webhooks:
- Add
idattribute inReportNotificationDataclass
- Add
Other changes ποΈ
Important
From January 1, 2025 POS Terminal Management API is deprecated and support stops on April 1, 2025. To automate the management of your terminal fleet, use our Management API.
Before: (deprecated)
https://postfmapi-test.adyen.com/postfmapi/terminal/v1/getTerminalDetailsWe've moved the fieldsTerminalStatustolastActivityAtanddata.AssignmentStatus.
Note that your API-credentials requires the following permission:Management API β Terminal actions read.
// TerminalStatus:
ONLINELAST1DAY ("OnlineLast1Day")
ONLINELAST2DAYS ("OnlineLast2Days")
ONLINELAST3DAYS ("OnlineLast3Days")
ONLINELAST4DAYS ("OnlineLast4Days")
ONLINELAST5DAYS ("OnlineLast5Days")
ONLINELAST6DAYS ("OnlineLast6Days")
ONLINELAST7DAYS ("OnlineLast7Days")
ONLINETODAY ("OnlineToday")
REASSIGNTOINVENTORYPENDING ("ReAssignToInventoryPending")
REASSIGNTOMERCHANTINVENTORYPENDING ("ReAssignToMerchantInventoryPending")
REASSIGNTOSTOREPENDING ("ReAssignToStorePending")
SWITCHEDOFF ("SwitchedOff")- Code generation: update services and models by @AdyenAutomationBot in #1417
- Release v33.0.0 by @AdyenAutomationBot in #1419
Full Changelog: v32.2.0...v33.0.0