Skip to content

Adyen Java API Library v20.0.0

Choose a tag to compare

@jillingk jillingk released this 12 May 14:36
· 528 commits to main since this release
8b7c040

What's Changed

Summary ๐Ÿ”

  • AdditionalAmount is added to the model/checkout/PaymentRequest.java class.
  • Payout API is split into three services according to the layout in our API explorer.
  • Configuration API contains new endpoints.
  • The new Capital API has been added to this library.
  • All services are regenerated using new templates, introducing the following:
    • Pass query fields to service methods as separate parameters instead of a hashmap
    • Overloading service methods for non-required fields
    • Service classes and methods follow an orderly naming convention
    • Option to add an idempotency key for every request
  • All service classes contain an -Api suffix to prevent confusion with models objects.
  • Method annotation for services that link you to the required request and response objects, query objects and path parameters.

Breaking Changes ๐Ÿ› 

New Features ๐Ÿ’Ž

Other Changes ๐Ÿ–‡๏ธ

New Contributors

Full Changelog: 19.0.0...20.0.0