Skip to content

Adyen Java API Library v19.0.0

Compare
Choose a tag to compare
@jillingk jillingk released this 17 Mar 10:33
· 502 commits to main since this release
1caad26

What's Changed

Introduces support for Checkout v70

Generic models moved

All generic models have been moved to their appropriate service namespaces. That means that, for example, the java.model.amount has been moved to java.model.checkout.amount.

Service classes removed

Some services classes have been removed. All methods in these services have been moved appropriately to keep in line with our API specifications:

Modifications

Has been moved to Checkout

PaymentLinks

Has been moved to Checkout

Retrieve3DS2

Has been moved to Payments (Classic Payments)

Breaking Changes 🛠

New Features 💎

  • [PW-7056] Legal Entity Management Endpoints API by @jillingk in #849
  • [PW-7256] Add Bank and Issuing Fund Transfers V3 API by @AlexandrosMor in #856
  • PW-7052: Management API by @michaelpaul in #871
  • Allow setting RequestOptions for Checkout captures, cancels, refunds, reversals, and payment amount updates by @jrparker in #857
  • [PW-7055]BalancePlatform by @jillingk in #839
  • add missing createPermit and DisablePermit to recurring service by @wboereboom in #941
  • add requestoptions for all service calls supporting idempotency keys by @wboereboom in #952
  • PW-8051: Application info via headers by @michaelpaul in #962
  • [ITT-76] Created notification handler for Terminal event/display notifications by @jillingk in #969

Fixes ⛑️

Other Changes 🖇️

New Contributors

Full Changelog: 18.1.3...19.0.0