Skip to content

Releases: Adyen/adyen-java-api-library

Adyen Java API Library 4.1.0

29 Jan 16:40
c9ccb40
Compare
Choose a tag to compare

#288 [PW-2034] Add http response headers to ApiException
#287 Support RequestOptions for /payments/details in Checkout
#278 Update issue templates

Adyen Java API Library 4.0.1

13 Jan 13:31
56b2971
Compare
Choose a tag to compare

[PW-1792]: Add missing field selectedBrand #282
[PW-1792]:Multibanco update and Entity field addition #283

Adyen Java API Library 4.0.0

13 Dec 15:30
630675e
Compare
Choose a tag to compare

#277 Added SaleToAcquirerDataModel for sending SaleToAcquirerData in the right format to Adyen

Important notes:
For Terminal API request, SaleData now has an specific model (SaleToAcquirerData) that needs to be used. The string contents from previous versions can be adapted to the fields in this model.

Adyen Java API Library 3.0.0

26 Nov 11:43
1b62a09
Compare
Choose a tag to compare

#273 Updated Payment/Payout/Checkout APIs to v51

  • Updated models
  • New endpoints added:

PAYMENTS

CHECKOUT

#275 Added exception if hmac is not present. This happens in edge cases for REPORT_AVAILABLE notifications.

Important notes:

  • Multibanco payments now return the "action" field on its PaymentResponse. Check on the Adyen docs page how to handle this response.

Adyen Java API Library 2.7.3

19 Nov 09:58
b0cde07
Compare
Choose a tag to compare

#268 Added missing fields data and paymentData to CheckoutPaymentsAction

Adyen Java API Library 2.7.2

08 Nov 14:07
4738e57
Compare
Choose a tag to compare

#266 - Fixed GSON html escaping on serialization
#267 - Added missing values to DirectoryResponseEnum
#269 - Added missing fields for Apple Pay and Google Pay token

Fixed issue: #262 #265

Adyen Java API Library 2.7.1

01 Nov 12:48
4d48483
Compare
Choose a tag to compare

[PW-1715] Added SaleData to ReversalRequest #258
[PW-1630]: Deprecated "idealIssuer" to "issuer" on DefaultPaymentMethodDetails #261

Adyen Java API Library 2.7.0

18 Oct 12:14
b59fd32
Compare
Choose a tag to compare

#249 Fix PaymentRequest methods
#250 Add builder for Terminal API Requests
#252 Remove docs folder

Adyen Java API Library 2.6.1

09 Sep 11:29
2c1537e
Compare
Choose a tag to compare

#243 Add resultCode AuthenticationNotRequired

Adyen Java API Library 2.6.0

30 Aug 13:50
ecd47c1
Compare
Choose a tag to compare

#233 Terminal API certificate CN validation
#234 Add /payout service
#237 Adding missing fields to PaymentResultResponse
#238 Add connectedTerminals API endpoint
#239 Add missing fields 'brands' and 'supportsRecurring' to PaymentMethod
#240 Add resultCode AuthenticationNotRequired

Fixed issues: #235