What's Changed
Breaking Changes 🛠
- ACS webhooks
ChallengeInfo FlowEnum
values have changed:- Fixed correct
FlowEnum
-values inChallengeInfo
-"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
- Fixed correct
Features 💎
-
Checkout
- add support for
RakutenPay
- add
RequestedTestAcquirerResponseCode
inAdditionalDataCommon
- add support for
-
AcsWebhooks:
- Add
Out-of-band authentication requested
webhook event - Add new enum
PWD_OTP_EMAIL_FL
(One-Time Password via Email)
- Add
-
Configuration webhooks
- Add enum
PENDING
inSweepConfigurationV2.
- Add enum
-
LEM API
- Add attribute
allowDebugUi
inOnboardingLinkSettings
to debug user interface (UI) when applicable.
- Add attribute
-
Transactions webhooks
- Add enum
DCCPLATFORMCOMMISSION
inPlatformPayment
- Add enum
-
Transfers API
- Add enum
DCCPLATFORMCOMMISSION
inPlatformPayment
- Add enum
PENDING
inTransferData
- Add attribute
externalReason
inTransferData
- Add
scaOnApproval
attribute inTransferReview
- Add enum
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"))
- Improve Github workflows by @ayodejidev in #1440
- Add close-issue-label flag to correctly label closed issues by @DjoykeAbyah in #1442
- iDEAL2 unit test update by @gcatanese in #1443
- Ovverride default ApiError message with the error message from the API response by @gcatanese in #1447
- Add OpenAPI Generator v7 mustache templates by @gcatanese in #1444
- ACS webhooks update: RelayedAuthenticationRequest event code by @gcatanese in #1449
- Checkout API code generation: RakutenPay by @gcatanese in #1450
- Release v36.0.0 by @AdyenAutomationBot in #1441
Full Changelog: v35.0.0...v36.0.0