Update dependency com.adyen:adyen-java-api-library to v43 - #2039
Open
renovate[bot] wants to merge 1 commit into
Open
Update dependency com.adyen:adyen-java-api-library to v43#2039renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
renovate
Bot
force-pushed
the
renovate/com.adyen-adyen-java-api-library-43.x
branch
from
August 14, 2026 15:17
ac677ab to
d18cfcc
Compare
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



This PR contains the following updates:
42.0.1→43.0.0Release Notes
Adyen/adyen-java-api-library (com.adyen:adyen-java-api-library)
v43.0.0: Adyen Java API Library v43.0.0Compare Source
This release expands platform capabilities with several new services and significant model additions across Transfers, Management, Balance Platform, and Checkout.
Highlights include a new Cash Out API for Transfers, Donation Campaigns management, Managed Payout Schedules for Balance Platform, and end-to-end payment tracing support. The Checkout API is also bumped from v71 to v72, which carries several breaking changes.
What's new
New services
CashOutApi(Transfers v4) — initiate a cash out via initiateCashout().DonationCampaignsApi(Management v3) — full CRUD for donation campaigns, plus listNonprofits.ManagedPayoutSchedulesApi(Balance Platform) — apply, update, delete, and query managed payout schedules and their executions.Enhancements
tracingandnetworkReasonfields on Transfer/TransferData (and mirrored in transfer webhooks).aupay) and d-barai (dbarai).Lodging,CarRental,Healthcare,TemporaryServices.recurringTopUp.created / .deletedevents.tapi,payout, andstoredvaluemodels from the latest specs.New models
transfersCashOut,CashOutInfo,CashOutTransfer,TransferDataTracing,NetworkReason,UKFpsTracingData,USAchTracingDatamanagementDonationCampaign(Request/Update),DonationCampaignStatus,Nonprofit,NonprofitCause,SplitDcc,CarnetInfoconfigurationwebhooksTopUpConfigurationEventRequest,TopUpConfigurationUpdatedEventRequest,WebhookTopUp*balanceplatformBalanceAccountConfiguration(s),BalancePlatformConfiguration(s),PayoutScheduleExecution(s),ExecutionResultcheckoutAuPayDetails,DBaraiDetails,Lodging,CarRental,Healthcare,TemporaryServices,Folio,RoomChanged
Checkout API
v71→v72— API_VERSION and the default base URL updated to /v72 across all checkout clients (PaymentsApi,OrdersApi, PaymentLinksApi, ModificationsApi, RecurringApi, DonationsApi, UtilityApi). See Breaking Changes.
Fixed
the enum constant name. (
eebe797)properties. (
5ff17f1)java.util.Listimport — Added a missing import to a generated model to fix compilation. (d74a627)Breaking Changes
1. Sweep operations moved to
CustomPayoutSchedulesSweepsApicreateSweep, updateSweep, getSweep, getAllSweepsForBalanceAccount, and deleteSweep are removed from BalanceAccountsApi and must
now be called on the new CustomPayoutSchedulesSweepsApi.
2. Checkout
DefaultErrorResponseEntityrenamed toCheckoutErrorResponseEntityAny code referencing DefaultErrorResponseEntity in the checkout package must be updated.
3. Checkout
InvalidFieldmodel removedThe InvalidField model and the invalidFields property it backed have been removed.
4.
DonationPaymentRequestfields removedThe additionalData and deliverAt fields have been removed from DonationPaymentRequest.
5. Checkout API bumped
v71→v72API_VERSION and the default base URL now target /v72 for all checkout service clients.
Dependency Updates
com.fasterxml.jackson.core:jackson-databindorg.apache.httpcomponents.client5:httpclient5io.swagger.core.v3:swagger-annotationscom.diffplug.spotless:spotless-maven-pluginorg.apache.maven.plugins:maven-surefire-pluginorg.apache.maven.plugins:maven-enforcer-pluginorg.jacoco:jacoco-maven-pluginorg.sonatype.central:central-publishing-maven-pluginReferences
Breaking Changes 🛠
503dcc6,7f01d8c)059b42f)New Features 💎
a776ca2)392ba85)336e22a)a2d39c6)306caac,44ae327,9272fbb)Fixes ⛑️
eebe797)5ff17f1)d74a627(d74a627))Other Changes 🖇️
8f66bbc,019f175,800896a,19bc5c2,c7150fe,d03c49f)007a6f1,965db3d,037bd8e)8c3fabf)New Contributors
@poojah-adyen made their first contribution in #2007
Full Changelog: v42.0.1...v43.0.0
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.