Releases: Adyen/adyen-java-api-library
Adyen Java API Library v28.2.0
What's Changed
New Features 💎
- Checkout API:
- Update javadoc and comments
- Update all services by @AdyenAutomationBot in #1336
Other Changes 🖇️
- chore(deps): update dependency org.apache.maven.plugins:maven-javadoc-plugin to v3.8.0 by @renovate in #1325
- Release v28.2.0 by @AdyenAutomationBot in #1337
Full Changelog: v28.1.0...v28.2.0
Adyen Java API Library v28.1.0
What's Changed
New Features 💎
- Checkout API:
- Add PayToDetails
FundRecipient
class add attributeIBAN
PaymentLinkRequest
class add attributesfundOrigin
andfundRecipient
PaymentLinkResponse
class add attributesfundOrigin
andfundRecipient
- Update all services by @AdyenAutomationBot in #1334
Other Changes 🖇️
- Release v28.1.0 by @AdyenAutomationBot in #1335
- Removed: bankTransfer_IBAN in src/main/java/com/adyen/model/checkout/StoredPaymentMethodDetails.java
Full Changelog: v28.0.0...v28.1.0
Adyen Java API Library v28.0.0
What's Changed
Breaking Changes 🛠
- Checkout API:
- Class
StoredPaymentMethodDetails
the enumBANKTRANSFER_IBAN
has been removed
- Class
- Update all services by @AdyenAutomationBot in #1328
Other Changes 🖇️
- Checkout API:
- The attribute
transferInstrumentId
(the unique identifier of your user's verified transfer instrument, which you can use to top up their balance accounts includes) has been added toAchDetails
,BacsDirectDebitDetails
,SepaDirectDebitDetails
- In PaymentDetails class the enum BANKTRANSFER_IBAN has been added
- Adyen Giving support for Campaign Manager:
DonationsApi
provides thedonationCampaigns
method to get a list of donation campaigns,DonationCampaignsRequest
class has a new fielddonationCampaignId
- The attribute
- Update readme adding link to PaymentsApp API API-Explorer by @DjoykeAbyah in #1330
- added return for live and test prefix by @DjoykeAbyah in #1333
- Release v28.0.0 by @AdyenAutomationBot in #1331
Full Changelog: v27.1.0...v28.0.0
Adyen Java API Library v27.1.0
What's Changed
New Features 💎
- Add support for Payments App API, used to onboard and manage the Adyen Payments App on Android
- LEM API:
- In
GetTermsOfServiceDocumentRequest
andGetTermsOfServiceDocumentResponse
classes add attributetermsOfServiceDocumentFormat
- Class
LegalEntityAssociation
add attributerelationship
- Class
LegalEntityAssociation
add enumLEGALREPRESENTATIVE
- In
- Transfers API:
- In
Transfer
andTransferData
the enums have changed:cashOutFee
->cashoutFee
cashOutFunding
->cashoutFunding
- In
Modification
,Transfer
,TransferEvent
andTransferData
classes add enumPENDINGAPPROVAL
- In
- Transfers webhooks:
- In
Transfer
andTransferData
the enums have changed:cashOutFee
->cashoutFee
cashOutFunding
->cashoutFunding
- In
Modification
,Transfer
,TransferEvent
andTransferData
classes add enumPENDINGAPPROVAL
- In
- Update all services by @AdyenAutomationBot in #1322
Other Changes 🖇️
- updated readme by @DjoykeAbyah in #1326
- Release v27.1.0 by @AdyenAutomationBot in #1327
Full Changelog: v27.0.0...v27.1.0
Adyen Java API Library v27.0.0
What's Changed
Breaking Changes 🛠
- Checkout API:
- In
IdealDetails
class the attributeissuer
is no longer mandatory. This is required to support iDEAL 2.0 - In
PaymentDetails
class the enumBANKTRANSFER_IBAN
andPAYBYBANK
have been removed - In
BcmcInfo
class the attributetransactionDescription
has been removed
- In
- Management API:
- In
PaymentDetails
class the enumBANKTRANSFER_IBAN
andPAYBYBANK
have been removed
- In
- Update all services by @AdyenAutomationBot in #1316
Other Changes 🖇️
- Checkout API:
- In
StoredPaymentMethodDetails
class a new enumbankTransfer_IBAN
has been defined
- In
- BalancePlatform Configuration API:
- In
AccountHolder
,AccountHolderInfo
andAccountHolderUpdateRequest
thecontactDetails
attribute has been deprecated
- In
- added new issue labeler and stalebot by @DjoykeAbyah in #1314
- chore(deps): update dependency org.sonatype.plugins:nexus-staging-maven-plugin to v1.7.0 by @renovate in #1299
- fix(deps): update dependency com.fasterxml.jackson.core:jackson-databind to v2.17.2 by @renovate in #1317
- fix(deps): update dependency com.google.code.gson:gson to v2.11.0 by @renovate in #1296
- chore(deps): update dependency org.apache.maven.plugins:maven-checkstyle-plugin to v3.4.0 by @renovate in #1304
- chore(deps): update dependency org.apache.maven.plugins:maven-javadoc-plugin to v3.7.0 by @renovate in #1301
- fix(deps): update dependency com.fasterxml.jackson.datatype:jackson-datatype-jsr310 to v2.17.2 by @renovate in #1318
- chore(deps): update dependency org.apache.maven.plugins:maven-jar-plugin to v3.4.2 by @renovate in #1312
- stalebot fix by @DjoykeAbyah in #1321
- Update README.md by @wboereboom in #1319
- Release v27.0.0 by @AdyenAutomationBot in #1315
Full Changelog: v26.3.0...v27.0.0
Adyen Java API Library v26.3.0
What's Changed
New Features 💎
-
Checkout API:
- CashApp support: add
subtype
in classCashAppDetails
CashAppDetails cashAppDetails = new CashAppDetails() .subtype("redirect") .type(CashAppDetails.TypeEnum.CASHAPP);
- Add PayByBankDetails payment method
- In
GooglePayDetails
,PayWithGoogleDetails
,GooglePayDonations
andPayWithGoogleDonations
classes thethreeDS2SdkVersion
has been added, required for mobile integrations
- CashApp support: add
-
Balance Platform Configuration API:
- Deprecate
contactDetails
in several classes: - Add enum
DECLINED
in classesCreateSweepConfigurationV2
,SweepConfigurationV2
- Add attribute
statusComment
in classesPaymentInstrument
,PaymentInstrumentInfo
- Add attribute
matchingValues
in classTransactionRuleRestrictions
to check if a user has recently made multiple transfers with the specified values
- Deprecate
-
Update all services by @AdyenAutomationBot in #1311
Other Changes 🖇️
-
Release v26.3.0 by @AdyenAutomationBot in #1313
-
⚠️ Removedpaybybank
enum from PaymentDetails.java -
Added
Issuer
field for PaymentMethodpaybybank
in PayByBankDetails.java -
Added deprecated annotation to the
contactDetails
field in:
Full Changelog: v26.2.0...v26.3.0
Adyen Java API Library v26.2.0
What's Changed
New Features 💎
- Management API:
- In class
AndroidApp
deprecate attributeerrorCode
- In class
AndroidApp
add attributeerrors
to provide the list of errors of the Android app.
private List<AndroidAppError> errors = null;
- In class
- Update all services by @AdyenAutomationBot in #1306
Other Changes 🖇️
- Release v26.2.0 by @AdyenAutomationBot in #1310
Full Changelog: v26.1.0...v26.2.0
Adyen Java API Library v26.1.0
What's Changed
New Features 💎
- Added Bizum payment method in
PaymentDetails.java
- Checkout API:
- In
Mandate.java
addcount
to retrieve the number of transactions that can be performed within the given frequency. - In
AdditionalDataAirline
class a new attributeairlineIssueDate
has been introduced
- In
- LEM API:
- In
OnboardingLinkSettings.java
addallowDebugUi
to indicate if the user may press a hidden key combination to open the HO debugging UI.
- In
- Update all services by @AdyenAutomationBot in #1297
Other Changes 🖇️
- add psp reference by @ShiboTanany in #1300
- Release v26.1.0 by @AdyenAutomationBot in #1305
New Contributors
- @ShiboTanany made their first contribution in #1300
Full Changelog: v26.0.0...v26.1.0
Adyen Java API Library v26.0.0
What's Changed
Breaking Changes 🛠
-
LEM API:
- provide a new class
OnboardingLinkSettings
instead of using a genericMap<String, Boolean> settings
to customise the Hosted Onboarding configuration - in the SoleProprietorship class the attribute
description
has been removed - in the Trust class the attribute
description
has been removed
- provide a new class
-
Transfers API:
- in the TransferData class the
tracking
attribute type has changed fromTransferNotificationTransferTracking
toTransferDataTracking
- in the TransferData class the
-
BalancePlatform Configuration API:
- the deprecated enum
INACTIVE
in theAccountHolder
class has been removed - the
formFactor
attribute has been removed in all classes that represent the Account Identification (AULocalAccountIdentification
,BRLocalAccountIdentification
, ...UKLocalAccountIdentification
,USLocalAccountIdentification
) - In PaymentInstrument class the values of
StatusEnum
have been corrected to enforce camelCase notation:Active
->active
Closed
->closed
Inactive
->inactive
Suspended
->suspended
- In PaymentInstrument class several enums (
lost
,requested
,stolen
,blocked
,discarded
) have been moved fromStatusEnum
toStatusReasonEnum
- in the PaymentInstrument class the
bankAccount
attribute type has changed fromPaymentInstrumentBankAccount
toBankAccountDetails
- in the UpdatePaymentInstrument class the
bankAccount
attribute type has changed fromPaymentInstrumentBankAccount
toBankAccountDetails
- the deprecated enum
-
BalancePlatform Configuration webhooks:
- In BalanceAccount class the values of enums have been corrected to enforce camelCase notation:
Active
->active
Closed
->closed
Inactive
->inactive
Suspended
->suspended
- In BalanceAccount class the
paymentInstruments
attribute (including add/getter/setter) has been removed - In Card class the
deliveryContact
attribute has changed type fromContact
toDeliveryContact
- In Phone class the values of enums have been corrected to enforce camelCase notation:
Landline
->landline
Mobile
->mobile
- In BalanceAccount class the values of enums have been corrected to enforce camelCase notation:
-
Transfers webhooks:
- in the TransferData class the
tracking
attribute type has changed fromTransferNotificationTransferTracking
toTransferDataTracking
- in the TransferData class the
-
Update all services by @AdyenAutomationBot in #1280
Fixes ⛑️
Other Changes 🖇️
- updated readme for Document API by @DjoykeAbyah in #1277
- Update readme by @DjoykeAbyah in #1279
- updated config webhooks readme to v2 by @DjoykeAbyah in #1282
- updated readme posmobile by @DjoykeAbyah in #1288
- fix(deps): update dependency io.swagger.core.v3:swagger-annotations to v2.2.22 by @renovate in #1291
- fix(deps): update dependency com.fasterxml.jackson.core:jackson-databind to v2.17.1 by @renovate in #1285
- chore(deps): update dependency org.apache.maven.plugins:maven-gpg-plugin to v3.2.4 by @renovate in #1274
- chore(deps): update dependency org.apache.maven.plugins:maven-jar-plugin to v3.4.1 by @renovate in #1275
- fix(deps): update dependency com.fasterxml.jackson.datatype:jackson-datatype-jsr310 to v2.17.1 by @renovate in #1286
- chore(deps): update dependency org.mockito:mockito-core to v5.12.0 by @renovate in #1289
- Release v26.0.0 by @AdyenAutomationBot in #1278
New Contributors
Full Changelog: v25.1.0...v26.0.0
Adyen Java API Library v25.1.0
What's Changed
New Features 💎
- Added CashApp payment method
- Checkout API:
- In class
CheckoutSessionInstallmentOption
add enum PlansEnum - In class
InstallmentOption
add enum PlansEnum - In class
Installments
add enum PlanEnum
- In class
- Management API:
- In class
PaymentMethod
add AmexInfo - In classes
PaymentMethodResponse
,PaymentMethodSetupInfo
add enumCLICKTOPAY
- In class
- Update all services by @AdyenAutomationBot in #1273
Other Changes 🖇️
- chore(deps): update dependency org.apache.maven.plugins:maven-source-plugin to v3.3.1 by @renovate in #1272
- Release v25.1.0 by @AdyenAutomationBot in #1276
Full Changelog: v25.0.0...v25.1.0