Skip to content

Releases: Adyen/adyen-java-api-library

Adyen Java API Library 6.1.0

30 Apr 11:47
0179b8c
Compare
Choose a tag to compare

#341 Update Checkout and PaymentService to V52.

Adyen Java API Library 6.0.0

29 Apr 08:00
47bdced
Compare
Choose a tag to compare

#320 Including all notification codes as constants
#322 Technical Cancel API fix
#323 Added the store field to the PaymentsRequest and PaymentMethodsRequest
#324 Improve minor code changes
#326 Remove ThreeDS2Result from checkout
#328 Updated PaymentResult.ResultCodeEnum possible values
#331 Added tests with encrypted card details
#332 Adds phone number to AccountHolderDetails
#334 Accept all 20x resultcodes
#335 Remove "value" and add correct value field according to nexo
#337 Add "EXTERNAL" to possible recurring.contract values

Notes:
This release contains potential breaking changes, due to removed class com.adyen.model.checkout.ThreeDS2Result, which was replaced by the previously already existing com.adyen.model.ThreeDS2Result.

Adyen Java API Library 5.0.0

28 Feb 13:57
a6e0baa
Compare
Choose a tag to compare

#316 Marketpay API

  • Updated Account to v5
    Added resources:
    /checkAccountHolder
    /deletePayoutMethod
    Removed resource:
    /getTierConfiguration

  • Updated Fund to v5
    Added resource:
    /refundFundsTransfer

  • Fixed tests / Added tests for new resources

Notes:
This release contains potential breaking changes, due to removed resource /getTierConfiguration and removed fields from request and response models.
Tier can now be retrieved using /getAccountHolder, check Adyen's API Explorer for further information.
For a list of removed fields, check notes on #316.

Adyen Java API Library 4.2.0

21 Feb 13:04
882d8c0
Compare
Choose a tag to compare

Update BarcodeOuput to reflect API Documentation
[PW-2114] Added "storedPaymentMethodId" to DefaultPaymentMethodDetails
[PW-2090] Added AfterPay properties to the DefaultPaymentMethod

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