Skip to content

Adyen Java API Library v22.1.0

Compare
Choose a tag to compare
@AdyenAutomationBot AdyenAutomationBot released this 27 Nov 15:54
· 214 commits to main since this release
ec0c208

What's Changed

New Features 💎

  • Balance Platform Configuration API:
    • Add enum RequiredAddressFieldsEnum in AddressRequirement class
    • In class TransactionRuleRestrictions add sameAmountRestriction
    • In class TransferRoute add enum TOPUP
  • Checkout API:
    • In classes CreateCheckoutSessionRequest and CreateCheckoutSessionResponse add attribute themeId to set a custom theme for the Adyen Hosted Checkout page
    • In class CreateCheckoutSessionResponse add attribute url to return the URL for the Adyen Hosted Checkout page
    • In classes ApplePayDetails, SamsungPayDetails, VisaCheckoutDetails and CardDetails add enum CREDIT
  • LEM API:
    • Add attribute unincorporatedPartnership in classes LegalEntity, LegalEntityInfo and LegalEntityInfoRequiredType
  • Balance Platform Configuration webhooks:
    • In class AccountHolder add verificationDeadlines to include in the webhook the list of verification deadlines and the capabilities that will be disallowed if verification errors are not resolved
    • In class SweepConfigurationV2 add enums BALANCEACCOUNTTEMPORARILYBLOCKEDBYTRANSACTIONRULE, DECLINEDBYTRANSACTIONRULE, SCAFAILED
  • Update models by @AdyenAutomationBot in #1183
  • Update models + services by @AdyenAutomationBot in #1182

Other Changes 🖇️

  • Single branch for release and development by @michaelpaul in #1176
  • fix(deps): update dependency io.swagger.core.v3:swagger-annotations to v2.2.19 by @renovate in #1174
  • fix(deps): update dependency com.fasterxml.jackson.core:jackson-databind to v2.16.0 by @renovate in #1180
  • fix(deps): update dependency com.fasterxml.jackson.datatype:jackson-datatype-jsr310 to v2.16.0 by @renovate in #1181
  • Test error handling for Classic AFP by @michaelpaul in #1178
  • Release v22.1.0 by @AdyenAutomationBot in #1179

Full Changelog: v22.0.0...v22.1.0