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
@@ -476,7 +476,7 @@ public function getAdditionalBankAccountIdentifications()
476
476
* @param \Adyen\Model\BalancePlatform\PaymentInstrumentAdditionalBankAccountIdentificationsInner[]|null $additionalBankAccountIdentifications Contains optional, additional business account details. Returned when you create a payment instrument with `type` **bankAccount**.
477
477
*
478
478
* @return self
479
-
* @deprecated
479
+
* @deprecated since Configuration API v2. "Please use `bankAccount` object instead"
@@ -476,7 +476,7 @@ public function getAdditionalBankAccountIdentifications()
476
476
* @param \Adyen\Model\BalancePlatform\PaymentInstrumentAdditionalBankAccountIdentificationsInner[]|null $additionalBankAccountIdentifications Contains optional, additional business account details. Returned when you create a payment instrument with `type` **bankAccount**.
477
477
*
478
478
* @return self
479
-
* @deprecated
479
+
* @deprecated since Configuration API v2. "Please use `bankAccount` object instead"
Copy file name to clipboardExpand all lines: src/Adyen/Model/Checkout/AdditionalData3DSecure.php
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -344,7 +344,7 @@ public function valid()
344
344
* Gets allow3DS2
345
345
*
346
346
* @return string|null
347
-
* @deprecated
347
+
* @deprecated since Adyen Checkout API v69. "Use `authenticationData.threeDSRequestData.nativeThreeDS` instead."
348
348
*/
349
349
publicfunctiongetAllow3DS2()
350
350
{
@@ -357,7 +357,7 @@ public function getAllow3DS2()
357
357
* @param string|null $allow3DS2 Indicates if you are able to process 3D Secure 2 transactions natively on your payment page. Send this parameter when you are using `/payments` endpoint with any of our [native 3D Secure 2 solutions](https://docs.adyen.com/online-payments/3d-secure/native-3ds2). > This parameter only indicates readiness to support native 3D Secure 2 authentication. To specify if you _want_ to perform 3D Secure, use [Dynamic 3D Secure](/risk-management/dynamic-3d-secure) or send the `executeThreeD` parameter. Possible values: * **true** - Ready to support native 3D Secure 2 authentication. Setting this to true does not mean always applying 3D Secure 2. Adyen selects redirect or native authentication based on your configuration to optimize authorization rates and improve the shopper's experience. * **false** – Not ready to support native 3D Secure 2 authentication. Adyen offers redirect 3D Secure 2 authentication instead, based on your configuration.
358
358
*
359
359
* @return self
360
-
* @deprecated
360
+
* @deprecated since Adyen Checkout API v69. "Use `authenticationData.threeDSRequestData.nativeThreeDS` instead."
361
361
*/
362
362
publicfunctionsetAllow3DS2($allow3DS2)
363
363
{
@@ -404,7 +404,7 @@ public function setChallengeWindowSize($challengeWindowSize)
404
404
* Gets executeThreeD
405
405
*
406
406
* @return string|null
407
-
* @deprecated
407
+
* @deprecated since Adyen Checkout API v69. "Use [`authenticationData.attemptAuthentication`](https://docs.adyen.com/api-explorer/Checkout/latest/post/payments?target=_blank#request-authenticationData-attemptAuthentication) instead"
408
408
*/
409
409
publicfunctiongetExecuteThreeD()
410
410
{
@@ -417,7 +417,7 @@ public function getExecuteThreeD()
417
417
* @param string|null $executeThreeD Indicates if you want to perform 3D Secure authentication on a transaction. > Alternatively, you can use [Dynamic 3D Secure](/risk-management/dynamic-3d-secure) to configure rules for applying 3D Secure. Possible values: * **true** – Perform 3D Secure authentication. * **false** – Don't perform 3D Secure authentication. Note that this setting results in refusals if the issuer mandates 3D Secure because of the PSD2 directive or other, national regulations.
418
418
*
419
419
* @return self
420
-
* @deprecated
420
+
* @deprecated since Adyen Checkout API v69. "Use [`authenticationData.attemptAuthentication`](https://docs.adyen.com/api-explorer/Checkout/latest/post/payments?target=_blank#request-authenticationData-attemptAuthentication) instead"
0 commit comments