github Adyen/adyen-java-api-library v36.0.0
Adyen Java API Library v36.0.0

4 days ago

What's Changed

Breaking Changes 🛠

  • ACS webhooks
    ChallengeInfo FlowEnum values have changed:
    • Fixed correct FlowEnum-values in ChallengeInfo - "OTP_SMS" and "OOB" were not used previously and now have been updated to correct values.
    • Fix: OTP_SMS -> PWD_OTP_PHONE_FL - One-Time Password via SMS
    • Fix: OOB -> OOB_TRIGGER_FL - Out-Of-Band flow

Features 💎

  • Checkout

    • add support for RakutenPay
    • add RequestedTestAcquirerResponseCode in AdditionalDataCommon
  • AcsWebhooks:

    • Add Out-of-band authentication requested webhook event
    • Add new enum PWD_OTP_EMAIL_FL (One-Time Password via Email)
  • Configuration webhooks

    • Add enum PENDINGin SweepConfigurationV2.
  • LEM API

    • Add attribute allowDebugUi in OnboardingLinkSettingsto debug user interface (UI) when applicable.
  • Transactions webhooks

    • Add enum DCCPLATFORMCOMMISSION in PlatformPayment
  • Transfers API

    • Add enum DCCPLATFORMCOMMISSION in PlatformPayment
    • Add enum PENDINGin TransferData
    • Add attribute externalReason in TransferData
    • Add scaOnApproval attribute in TransferReview

Other Changes 🖇️

Note: enums instantiation has changed, this shouldn't impact the usage of the enums
Example, from PERMATA_LITE_ATM("doku_permata_lite_atm") to DOKU_PERMATA_LITE_ATM(String.valueOf("doku_permata_lite_atm"))

Full Changelog: v35.0.0...v36.0.0

Don't miss a new adyen-java-api-library release

NewReleases is sending notifications on new releases.