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/typings/checkout/additionalData3DSecure.ts
+1-1
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@
10
10
11
11
exportclassAdditionalData3DSecure{
12
12
/**
13
-
* 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 still selects the version of 3D Secure based on configuration to optimize authorisation rates and improve the shopper\'s experience. * **false** – Not ready to support native 3D Secure 2 authentication. Adyen will not offer 3D Secure 2 to your shopper regardless of your configuration.
13
+
* 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.
Copy file name to clipboardexpand all lines: src/typings/checkout/additionalDataLodging.ts
+3-3
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ export class AdditionalDataLodging {
22
22
*/
23
23
'lodging_checkOutDate'?: string;
24
24
/**
25
-
* The toll-free phone number for the lodging. * Format: numeric * Max length: 17 characters. * For US and CA numbers must be 10 characters in length * Must not start with a space * Must not contain any special characters such as + or - *Must not be all zeros.
25
+
* The toll-free phone number for the lodging. * Format: numeric * Max length: 17 characters. * For US and CA numbers must be 10 characters in length * Must not start with a space * Must not contain any special characters such as + or - *Must not be all zeros.
26
26
*/
27
27
'lodging_customerServiceTollFreeNumber'?: string;
28
28
/**
@@ -34,7 +34,7 @@ export class AdditionalDataLodging {
34
34
*/
35
35
'lodging_folioCashAdvances'?: string;
36
36
/**
37
-
* The card acceptor’s internal invoice or billing ID reference number. * Max length: 25 characters. * Must not start with a space *Must not be all zeros.
37
+
* The card acceptor’s internal invoice or billing ID reference number. * Max length: 25 characters * Must not start with a space * Must not contain any special characters * Must not be all zeros.
38
38
*/
39
39
'lodging_folioNumber'?: string;
40
40
/**
@@ -50,7 +50,7 @@ export class AdditionalDataLodging {
50
50
*/
51
51
'lodging_prepaidExpenses'?: string;
52
52
/**
53
-
* The lodging property location\'s phone number. * Format: numeric. * Min length: 10 characters * Max length: 17 characters * For US and CA numbers must be 10 characters in length * Must not start with a space * Must not contain any special characters such as + or - *Must not be all zeros.
53
+
* The lodging property location\'s phone number. * Format: numeric * Min length: 10 characters * Max length: 17 characters * For US and CA numbers must be 10 characters in length * Must not start with a space * Must not contain any special characters such as + or - *Must not be all zeros.
Copy file name to clipboardexpand all lines: src/typings/checkout/cardDetails.ts
+1-1
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,7 @@ export class CardDetails {
55
55
*/
56
56
'holderName'?: string;
57
57
/**
58
-
* The network token reference. This is the [`networkTxReference`](https://docs.adyen.com/api-explorer/#/CheckoutService/latest/post/payments__resParam_additionalData-ResponseAdditionalDataCommon-networkTxReference) from the response to the first payment.
58
+
* The transaction identifier from card schemes. This is the [`networkTxReference`](https://docs.adyen.com/api-explorer/#/CheckoutService/latest/post/payments__resParam_additionalData-ResponseAdditionalDataCommon-networkTxReference) from the response to the first payment.
Copy file name to clipboardexpand all lines: src/typings/checkout/cardDonations.ts
+1-1
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,7 @@ export class CardDonations {
55
55
*/
56
56
'holderName'?: string;
57
57
/**
58
-
* The network token reference. This is the [`networkTxReference`](https://docs.adyen.com/api-explorer/#/CheckoutService/latest/post/payments__resParam_additionalData-ResponseAdditionalDataCommon-networkTxReference) from the response to the first payment.
58
+
* The transaction identifier from card schemes. This is the [`networkTxReference`](https://docs.adyen.com/api-explorer/#/CheckoutService/latest/post/payments__resParam_additionalData-ResponseAdditionalDataCommon-networkTxReference) from the response to the first payment.
Copy file name to clipboardexpand all lines: src/typings/checkout/donationPaymentRequest.ts
+1-1
Original file line number
Diff line number
Diff line change
@@ -120,7 +120,7 @@ export class DonationPaymentRequest {
120
120
*/
121
121
'reference': string;
122
122
/**
123
-
* The URL to return to in case of a redirection. The format depends on the channel. This URL can have a maximum of 1024 characters. * For web, include the protocol `http://` or `https://`. You can also include your own additional query parameters, for example, shopper ID or order reference number. Example: `https://your-company.com/checkout?shopperOrder=12xy` * For iOS, use the custom URL for your app. To know more about setting custom URL schemes, refer to the [Apple Developer documentation](https://developer.apple.com/documentation/uikit/inter-process_communication/allowing_apps_and_websites_to_link_to_your_content/defining_a_custom_url_scheme_for_your_app). Example: `my-app://` * For Android, use a custom URL handled by an Activity on your app. You can configure it with an [intent filter](https://developer.android.com/guide/components/intents-filters). Example: `my-app://your.package.name`If the URL to return to includes non-ASCII characters, like spaces or special letters, URL encode the value. > The URL must not include personally identifiable information (PII), for example name or email address.
123
+
* The URL to return to in case of a redirection. The format depends on the channel. This URL can have a maximum of 1024 characters. * For web, include the protocol `http://` or `https://`. You can also include your own additional query parameters, for example, shopper ID or order reference number. Example: `https://your-company.com/checkout?shopperOrder=12xy` * For iOS, use the custom URL for your app. To know more about setting custom URL schemes, refer to the [Apple Developer documentation](https://developer.apple.com/documentation/uikit/inter-process_communication/allowing_apps_and_websites_to_link_to_your_content/defining_a_custom_url_scheme_for_your_app). Example: `my-app://` * For Android, use a custom URL handled by an Activity on your app. You can configure it with an [intent filter](https://developer.android.com/guide/components/intents-filters). Example: `my-app://your.package.name` If the URL to return to includes non-ASCII characters, like spaces or special letters, URL encode the value. > The URL must not include personally identifiable information (PII), for example name or email address.
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
6
+
* https://openapi-generator.tech
7
+
* Do not edit this class manually.
8
+
*/
9
+
10
+
11
+
exportclassEftDetails{
12
+
/**
13
+
* The bank account number (without separators).
14
+
*/
15
+
'bankAccountNumber'?: string;
16
+
/**
17
+
* The financial institution code.
18
+
*/
19
+
'bankCode'?: string;
20
+
/**
21
+
* The bank routing number of the account.
22
+
*/
23
+
'bankLocationId'?: string;
24
+
/**
25
+
* The checkout attempt identifier.
26
+
*/
27
+
'checkoutAttemptId'?: string;
28
+
/**
29
+
* The name of the bank account holder. If you submit a name with non-Latin characters, we automatically replace some of them with corresponding Latin characters to meet the FATF recommendations. For example: * χ12 is converted to ch12. * üA is converted to euA. * Peter Møller is converted to Peter Mller, because banks don\'t accept \'ø\'. After replacement, the ownerName must have at least three alphanumeric characters (A-Z, a-z, 0-9), and at least one of them must be a valid Latin character (A-Z, a-z). For example: * John17 - allowed. * J17 - allowed. * 171 - not allowed. * John-7 - allowed. > If provided details don\'t match the required format, the response returns the error message: 203 \'Invalid bank account holder name\'.
30
+
*/
31
+
'ownerName'?: string;
32
+
/**
33
+
* This is the `recurringDetailReference` returned in the response when you created the token.
34
+
*/
35
+
'recurringDetailReference'?: string;
36
+
/**
37
+
* This is the `recurringDetailReference` returned in the response when you created the token.
0 commit comments