Adyen Java API Library v26.3.0
AdyenAutomationBot
released this
04 Jul 11:10
·
100 commits
to main
since this release
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