Skip to content

Releases: Adyen/adyen-java-api-library

Adyen Java API Library 8.2.0

28 Aug 12:41
d8c4f2d

Choose a tag to compare

Adyen Java API Library 8.1.0

17 Aug 10:05
b30013e

Choose a tag to compare

#393 PW 2353 Add pos terminal management endpoints
#391 #388 fixes for terminal API local in order to work with Android

Adyen Java API Library 8.0.0

03 Jul 12:40
6997f6b

Choose a tag to compare

Important Notes

This is a major release, because we are introducing some backwards compatibility breaking changes in the following pull request:

  • #375 'response' field type changed to String for these operations:
    /adjustAuthorisation
    /cancel
    /cancelOrRefund
    /capture
    /donate
    /refund
    /technicalCancel
    /voidPendingRefund

Features

  • #368 added support for /orders and /ordersCancel for Checkout service

Adyen Java API Library 7.1.0

26 Jun 18:43
758e1b3

Choose a tag to compare

#358 Add webhooks event codes for additional configuration
#359 added support for StoredValue API
#360 added riskdata to checkout payments request
#361 add brand and networkPaymentReference fields to support Network Tokenization
#362 add idempotency key for instant payouts

Adyen Java API Library 7.0.1

25 May 09:48
95e480e

Choose a tag to compare

#353 PW-2449: Added missing properties to the action object on the PaymentsResponse.
#352 PW-2300: Details of invalid or missing fields will now be present in the ApiException.

Adyen Java API Library 7.0.0

19 May 21:06
030adca

Choose a tag to compare

#333 Support for Java 8 and drop compatibility with Java 7
#348 Added support for /donate endpoint
#343 Added paymentMethodDetails classes
#347 Fix MenuEntryNumber for Nexo

Notes:
This release contains potential breaking changes, due to the support drop of Java 7.
The new Java version requirement is now Java 8.

Adyen Java API Library 6.1.0

30 Apr 11:47
0179b8c

Choose a tag to compare

#341 Update Checkout and PaymentService to V52.

Adyen Java API Library 6.0.0

29 Apr 08:00
47bdced

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

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

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