You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for reaching out to us, and apologies for the delayed reply!
By default, the ThreeDSauthenticationOnly boolean is unintentionally set to false. We have removed it in v17.1.1. I've verified this to be certain, so updating to v17.1.1 would resolve this issue.
Requesting session API returns failure
document:https://docs.adyen.com/online-payments/build-your-integration/?platform=Web&integration=Hosted+Checkout
calss: \Adyen\Service\Checkout\PaymentsApi::class
method: sessions
params:
{
"amount":{
"value":9800,
"currency":"HKD"
},
"merchantAccount":"",
"returnUrl":"https://**",
"mode":"hosted",
"themeId":"1f71",
"reference":"",
"countryCode":"HK",
"expiresAt":"2024-01-17T08:56:24+00:00",
"shopperReference":"*",
"shopperStatement":"",
"enableRecurring":true,
}
response:
errormsg :"The field 'threeDSAuthenticationOnly' is not supported when mode: 'hosted'."
The text was updated successfully, but these errors were encountered: