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
Copy file name to clipboardExpand all lines: src/Adyen/Model/Payments/AdditionalDataSubMerchant.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -507,7 +507,7 @@ public function getSubMerchantSubSellerSubSellerNrName()
507
507
/**
508
508
* Sets subMerchantSubSellerSubSellerNrName
509
509
*
510
-
* @param string|null $subMerchantSubSellerSubSellerNrName Required for transactions performed by registered payment facilitators. The name of the sub-merchant. Based on scheme specifications, this value will overwrite the shopper statement that will appear in the card statement. * Format: Alphanumeric * Maximum length: 22 characters
510
+
* @param string|null $subMerchantSubSellerSubSellerNrName Required for transactions performed by registered payment facilitators. The name of the sub-merchant. Based on scheme specifications, this value will overwrite the shopper statement that will appear in the card statement. Exception: for acquirers in Brazil, this value does not overwrite the shopper statement. * Format: Alphanumeric * Maximum length: 22 characters
Copy file name to clipboardExpand all lines: src/Adyen/Model/Payments/PaymentRequest.php
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1730,7 +1730,7 @@ public function getShopperEmail()
1730
1730
/**
1731
1731
* Sets shopperEmail
1732
1732
*
1733
-
* @param string|null $shopperEmail The shopper's email address. We recommend that you provide this data, as it is used in velocity fraud checks. > For 3D Secure 2 transactions, schemes require `shopperEmail` for all browser-based and mobile implementations.
1733
+
* @param string|null $shopperEmail The shopper's email address. We recommend that you provide this data, as it is used in velocity fraud checks. > Required for Visa and JCB transactions that require 3D Secure 2 authentication if you did not include the `telephoneNumber`.
1734
1734
*
1735
1735
* @return self
1736
1736
*/
@@ -1754,7 +1754,7 @@ public function getShopperIP()
1754
1754
/**
1755
1755
* Sets shopperIP
1756
1756
*
1757
-
* @param string|null $shopperIP The shopper's IP address. In general, we recommend that you provide this data, as it is used in a number of risk checks (for instance, number of payment attempts or location-based checks). > For 3D Secure 2 transactions, schemes require `shopperIP` for all browser-based implementations. This field is also mandatory for some merchants depending on your business model. For more information, [contact Support](https://www.adyen.help/hc/en-us/requests/new).
1757
+
* @param string|null $shopperIP The shopper's IP address. We recommend that you provide this data, as it is used in a number of risk checks (for instance, number of payment attempts or location-based checks).> Required for Visa and JCB transactions that require 3D Secure 2 authentication for all web and mobile integrations, if you did not include the `shopperEmail`. For native mobile integrations, the field is required to support cases where authentication is routed to the redirect flow. This field is also mandatory for some merchants depending on your business model. For more information, [contact Support](https://www.adyen.help/hc/en-us/requests/new).
1758
1758
*
1759
1759
* @return self
1760
1760
*/
@@ -1980,7 +1980,7 @@ public function getTelephoneNumber()
1980
1980
/**
1981
1981
* Sets telephoneNumber
1982
1982
*
1983
-
* @param string|null $telephoneNumber The shopper's telephone number.
1983
+
* @param string|null $telephoneNumber The shopper's telephone number. > Required for Visa and JCB transactions that require 3D Secure 2 authentication, if you did not include the `shopperEmail`. The phone number must include a plus sign (+) and a country code (1-3 digits), followed by the number (4-15 digits). If the value you provide does not follow the guidelines, we drop the value and do not submit it for authentication.
1984
1984
*
1985
1985
* @return self
1986
1986
*/
@@ -2028,7 +2028,7 @@ public function getThreeDSAuthenticationOnly()
2028
2028
/**
2029
2029
* Sets threeDSAuthenticationOnly
2030
2030
*
2031
-
* @param bool|null $threeDSAuthenticationOnly If set to true, you will only perform the [3D Secure 2 authentication](https://docs.adyen.com/online-payments/3d-secure/other-3ds-flows/authentication-only), and not the payment authorisation.
2031
+
* @param bool|null $threeDSAuthenticationOnly Required to trigger the [authentication-only flow](https://docs.adyen.com/online-payments/3d-secure/authentication-only/). If set to **true**, you will only perform the 3D Secure 2 authentication, and will not proceed to the payment authorization.Default: **false**.
Copy file name to clipboardExpand all lines: src/Adyen/Model/Payments/PaymentRequest3d.php
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1385,7 +1385,7 @@ public function getShopperEmail()
1385
1385
/**
1386
1386
* Sets shopperEmail
1387
1387
*
1388
-
* @param string|null $shopperEmail The shopper's email address. We recommend that you provide this data, as it is used in velocity fraud checks. > For 3D Secure 2 transactions, schemes require `shopperEmail` for all browser-based and mobile implementations.
1388
+
* @param string|null $shopperEmail The shopper's email address. We recommend that you provide this data, as it is used in velocity fraud checks. > Required for Visa and JCB transactions that require 3D Secure 2 authentication if you did not include the `telephoneNumber`.
1389
1389
*
1390
1390
* @return self
1391
1391
*/
@@ -1409,7 +1409,7 @@ public function getShopperIP()
1409
1409
/**
1410
1410
* Sets shopperIP
1411
1411
*
1412
-
* @param string|null $shopperIP The shopper's IP address. In general, we recommend that you provide this data, as it is used in a number of risk checks (for instance, number of payment attempts or location-based checks). > For 3D Secure 2 transactions, schemes require `shopperIP` for all browser-based implementations. This field is also mandatory for some merchants depending on your business model. For more information, [contact Support](https://www.adyen.help/hc/en-us/requests/new).
1412
+
* @param string|null $shopperIP The shopper's IP address. We recommend that you provide this data, as it is used in a number of risk checks (for instance, number of payment attempts or location-based checks).> Required for Visa and JCB transactions that require 3D Secure 2 authentication for all web and mobile integrations, if you did not include the `shopperEmail`. For native mobile integrations, the field is required to support cases where authentication is routed to the redirect flow. This field is also mandatory for some merchants depending on your business model. For more information, [contact Support](https://www.adyen.help/hc/en-us/requests/new).
1413
1413
*
1414
1414
* @return self
1415
1415
*/
@@ -1635,7 +1635,7 @@ public function getTelephoneNumber()
1635
1635
/**
1636
1636
* Sets telephoneNumber
1637
1637
*
1638
-
* @param string|null $telephoneNumber The shopper's telephone number.
1638
+
* @param string|null $telephoneNumber The shopper's telephone number. > Required for Visa and JCB transactions that require 3D Secure 2 authentication, if you did not include the `shopperEmail`. The phone number must include a plus sign (+) and a country code (1-3 digits), followed by the number (4-15 digits). If the value you provide does not follow the guidelines, we drop the value and do not submit it for authentication.
1639
1639
*
1640
1640
* @return self
1641
1641
*/
@@ -1683,7 +1683,7 @@ public function getThreeDSAuthenticationOnly()
1683
1683
/**
1684
1684
* Sets threeDSAuthenticationOnly
1685
1685
*
1686
-
* @param bool|null $threeDSAuthenticationOnly If set to true, you will only perform the [3D Secure 2 authentication](https://docs.adyen.com/online-payments/3d-secure/other-3ds-flows/authentication-only), and not the payment authorisation.
1686
+
* @param bool|null $threeDSAuthenticationOnly Required to trigger the [authentication-only flow](https://docs.adyen.com/online-payments/3d-secure/authentication-only/). If set to **true**, you will only perform the 3D Secure 2 authentication, and will not proceed to the payment authorization.Default: **false**.
0 commit comments