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
**clientVersion** | **String** | Specify the version of Microform that you want to use. | [optional]
7
7
**targetOrigins** | **[String]** | The [target origin](https://developer.mozilla.org/en-US/docs/Glossary/Origin) of the website on which you will be launching Microform is defined by the scheme (protocol), hostname (domain) and port number (if used). You must use https://hostname (unless you use http://localhost) Wildcards are NOT supported. Ensure that subdomains are included. Any valid top-level domain is supported (e.g. .com, .co.uk, .gov.br etc) Examples: - https://example.com - https://subdomain.example.com - https://example.com:8080<br><br> If you are embedding within multiple nested iframes you need to specify the origins of all the browser contexts used, for example: targetOrigins: [\"https://example.com\", \"https://basket.example.com\", \"https://ecom.example.com\" ] | [optional]
8
-
**allowedCardNetworks** | **[String]** | The list of card networks you want to use for this Microform transaction. Microform currently supports the following card networks: - VISA - MASTERCARD - AMEX - CARNET - CARTESBANCAIRES - CUP - DINERSCLUB - DISCOVER - EFTPOS - ELO - JCB - JCREW - MADA - MAESTRO - MEEZA | [optional]
**allowedCardNetworks** | **[String]** | The list of card networks you want to use for this Microform transaction. Microform currently supports the following card networks: - VISA - MASTERCARD - AMEX - CARNET - CARTESBANCAIRES - CUP - DINERSCLUB - DISCOVER - EFTPOS - ELO - JCB - JCREW - MADA - MAESTRO - MEEZA **Important:** - When integrating Microform (Accept Card) at least one card network should be specified in the allowedCardNetworks field in the capture context request. - When integrating Microform (Accept Check) the allowedCardNetworks field is not required in the capture context request. - When integrating both Microform (Accept Card) and Microform (Accept Check) at least one card network should be specified in the allowedCardNetworks field in the capture context request. | [optional]
9
+
**allowedPaymentTypes** | **[String]** | The payment types that are allowed for the merchant. Possible values when launching Microform: - CARD - CHECK <br><br> | [optional]
Copy file name to clipboardexpand all lines: docs/GenerateUnifiedCheckoutCaptureContextRequest.md
+1-2
Original file line number
Diff line number
Diff line change
@@ -6,11 +6,10 @@ Name | Type | Description | Notes
6
6
**clientVersion** | **String** | Specify the version of Unified Checkout that you want to use. | [optional]
7
7
**targetOrigins** | **[String]** | The [target origin](https://developer.mozilla.org/en-US/docs/Glossary/Origin) of the website on which you will be launching Unified Checkout is defined by the scheme (protocol), hostname (domain) and port number (if used). You must use https://hostname (unless you use http://localhost) Wildcards are NOT supported. Ensure that subdomains are included. Any valid top-level domain is supported (e.g. .com, .co.uk, .gov.br etc) Examples: - https://example.com - https://subdomain.example.com - https://example.com:8080<br><br> If you are embedding within multiple nested iframes you need to specify the origins of all the browser contexts used, for example: targetOrigins: [\"https://example.com\", \"https://basket.example.com\", \"https://ecom.example.com\" ] | [optional]
8
8
**allowedCardNetworks** | **[String]** | The list of card networks you want to use for this Unified Checkout transaction. Unified Checkout currently supports the following card networks: - VISA - MASTERCARD - AMEX - CARNET - CARTESBANCAIRES - CUP - DINERSCLUB - DISCOVER - EFTPOS - ELO - JCB - JCREW - MADA - MAESTRO - MEEZA | [optional]
9
-
**allowedPaymentTypes** | **[String]** | The payment types that are allowed for the merchant. Possible values when launching Unified Checkout: - PANENTRY - GOOGLEPAY - SRC - CHECK <br><br> Possible values when launching Unified Checkout with Checkout API: - PANENTRY - SRC <br><br> Possible values when launching Click To Pay Drop-In UI: - CLICKTOPAY <br><br> **Important:** - SRC and CLICKTOPAY are only available for Visa, Mastercard and AMEX. | [optional]
9
+
**allowedPaymentTypes** | **[String]** | The payment types that are allowed for the merchant. Possible values when launching Unified Checkout: - APPLEPAY- CHECK - CLICKTOPAY - GOOGLEPAY - PANENTRY - PAZE <br><br> Possible values when launching Click To Pay Drop-In UI: - CLICKTOPAY <br><br> **Important:** - CLICKTOPAY only available for Visa, Mastercard and AMEX for saved cards. - Visa and Mastercard will look to tokenize using network tokenization for all Click to Pay requests. Click to Pay uses Click to Pay token requester IDs and not the merchant's existing token requester. - Apple Pay, Google Pay, Check, and Paze can be used independently without requiring PAN entry in the allowedPaymentTypes field. | [optional]
10
10
**country** | **String** | Country the purchase is originating from (e.g. country of the merchant). Use the two-character ISO Standard | [optional]
11
11
**locale** | **String** | Localization of the User experience conforming to the ISO 639-1 language standards and two-character ISO Standard Country Code. Please refer to list of [supported locales through Unified Checkout](https://developer.cybersource.com/docs/cybs/en-us/unified-checkout/developer/all/rest/unified-checkout/uc-appendix-languages.html) | [optional]
Copy file name to clipboardexpand all lines: docs/InlineResponse2011.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,8 @@ Name | Type | Description | Notes
6
6
**id** | **String** | An unique identification number generated by Cybersource to identify the submitted request. Returned by all services. It is also appended to the endpoint of the resource. On incremental authorizations, this value with be the same as the identification number returned in the original authorization response. | [optional]
7
7
**submitTimeUtc** | **String** | Time of request in UTC. Format: `YYYY-MM-DDThh:mm:ssZ`**Example**`2016-08-11T22:47:57Z` equals August 11, 2016, at 22:47:57 (10:47:57 p.m.). The `T` separates the date and the time. The `Z` indicates UTC. Returned by Cybersource for all services. | [optional]
8
8
**status** | **String** | The status of the submitted transaction. Possible values: - COMPLETED - MULTIPLE - NO MATCH | [optional]
**instrumentIdentifierId** | **String**| The Id of an Instrument Identifier. |
100
101
**profileId** | **String**| The Id of a profile containing user specific TMS configuration. | [optional]
102
+
**retrieveBinDetails** | **Boolean**| Retrieve the Bin Details of PAN or network token | [optional]
101
103
102
104
### Return type
103
105
@@ -130,6 +132,7 @@ var instrumentIdentifierId = "instrumentIdentifierId_example"; // String | The I
130
132
131
133
var opts = {
132
134
'profileId':"profileId_example", // String | The Id of a profile containing user specific TMS configuration.
135
+
'retrieveBinDetails':true, // Boolean | Retrieve the Bin Details of PAN or network token
133
136
'offset':0, // Number | Starting record in zero-based dataset that should be returned as the first object in the array. Default is 0.
134
137
'limit':20// Number | The maximum number that can be returned in the array starting from the offset record in zero-based dataset. Default is 20, maximum is 100.
135
138
};
@@ -150,6 +153,7 @@ Name | Type | Description | Notes
**instrumentIdentifierId** | **String**| The Id of an Instrument Identifier. |
152
155
**profileId** | **String**| The Id of a profile containing user specific TMS configuration. | [optional]
156
+
**retrieveBinDetails** | **Boolean**| Retrieve the Bin Details of PAN or network token | [optional]
153
157
**offset** | **Number**| Starting record in zero-based dataset that should be returned as the first object in the array. Default is 0. | [optional][default to 0]
154
158
**limit** | **Number**| The maximum number that can be returned in the array starting from the offset record in zero-based dataset. Default is 20, maximum is 100. | [optional][default to 20]
155
159
@@ -186,6 +190,7 @@ var patchInstrumentIdentifierRequest = new CyberSource.PatchInstrumentIdentifier
186
190
187
191
var opts = {
188
192
'profileId':"profileId_example", // String | The Id of a profile containing user specific TMS configuration.
193
+
'retrieveBinDetails':true, // Boolean | Retrieve the Bin Details of PAN or network token
189
194
'ifMatch':"ifMatch_example"// String | Contains an ETag value from a GET request to make the request conditional.
190
195
};
191
196
@@ -206,6 +211,7 @@ Name | Type | Description | Notes
206
211
**instrumentIdentifierId** | **String**| The Id of an Instrument Identifier. |
207
212
**patchInstrumentIdentifierRequest** | [**PatchInstrumentIdentifierRequest**](PatchInstrumentIdentifierRequest.md)| Specify the previous transaction Id to update. |
208
213
**profileId** | **String**| The Id of a profile containing user specific TMS configuration. | [optional]
214
+
**retrieveBinDetails** | **Boolean**| Retrieve the Bin Details of PAN or network token | [optional]
209
215
**ifMatch** | **String**| Contains an ETag value from a GET request to make the request conditional. | [optional]
210
216
211
217
### Return type
@@ -238,7 +244,8 @@ var apiInstance = new CyberSource.InstrumentIdentifierApi();
238
244
var postInstrumentIdentifierRequest =newCyberSource.PostInstrumentIdentifierRequest(); // PostInstrumentIdentifierRequest | Specify either a Card, Bank Account or Enrollable Card
239
245
240
246
var opts = {
241
-
'profileId':"profileId_example"// String | The Id of a profile containing user specific TMS configuration.
247
+
'profileId':"profileId_example", // String | The Id of a profile containing user specific TMS configuration.
248
+
'retrieveBinDetails':true// Boolean | Retrieve the Bin Details of PAN or network token
242
249
};
243
250
244
251
varcallback=function(error, data, response) {
@@ -257,6 +264,7 @@ Name | Type | Description | Notes
**postInstrumentIdentifierRequest** | [**PostInstrumentIdentifierRequest**](PostInstrumentIdentifierRequest.md)| Specify either a Card, Bank Account or Enrollable Card |
259
266
**profileId** | **String**| The Id of a profile containing user specific TMS configuration. | [optional]
267
+
**retrieveBinDetails** | **Boolean**| Retrieve the Bin Details of PAN or network token | [optional]
0 commit comments