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: docs/Api/InstrumentIdentifierApi.md
+16-8Lines changed: 16 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,7 +59,7 @@ No authorization required
59
59
[[Back to top]](#)[[Back to API list]](../../README.md#documentation-for-api-endpoints)[[Back to Model list]](../../README.md#documentation-for-models)[[Back to README]](../../README.md)
**instrumentIdentifierId** | **string**| The Id of an Instrument Identifier. |
91
92
**profileId** | **string**| The Id of a profile containing user specific TMS configuration. | [optional]
93
+
**retrieveBinDetails** | **bool**| Retrieve the Bin Details of PAN or network token | [optional]
92
94
93
95
### Return type
94
96
@@ -106,7 +108,7 @@ No authorization required
106
108
[[Back to top]](#)[[Back to API list]](../../README.md#documentation-for-api-endpoints)[[Back to Model list]](../../README.md#documentation-for-models)[[Back to README]](../../README.md)
$api_instance = new CyberSource\Api\InstrumentIdentifierApi();
121
123
$instrumentIdentifierId = "instrumentIdentifierId_example"; // string | The Id of an Instrument Identifier.
122
124
$profileId = "profileId_example"; // string | The Id of a profile containing user specific TMS configuration.
125
+
$retrieveBinDetails = true; // bool | Retrieve the Bin Details of PAN or network token
123
126
$offset = 0; // int | Starting record in zero-based dataset that should be returned as the first object in the array. Default is 0.
124
127
$limit = 20; // int | 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.
**instrumentIdentifierId** | **string**| The Id of an Instrument Identifier. |
140
143
**profileId** | **string**| The Id of a profile containing user specific TMS configuration. | [optional]
144
+
**retrieveBinDetails** | **bool**| Retrieve the Bin Details of PAN or network token | [optional]
141
145
**offset** | **int**| Starting record in zero-based dataset that should be returned as the first object in the array. Default is 0. | [optional][default to 0]
142
146
**limit** | **int**| 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]
143
147
@@ -157,7 +161,7 @@ No authorization required
157
161
[[Back to top]](#)[[Back to API list]](../../README.md#documentation-for-api-endpoints)[[Back to Model list]](../../README.md#documentation-for-models)[[Back to README]](../../README.md)
@@ -172,10 +176,11 @@ $api_instance = new CyberSource\Api\InstrumentIdentifierApi();
172
176
$instrumentIdentifierId = "instrumentIdentifierId_example"; // string | The Id of an Instrument Identifier.
173
177
$patchInstrumentIdentifierRequest = new \CyberSource\Model\PatchInstrumentIdentifierRequest(); // \CyberSource\Model\PatchInstrumentIdentifierRequest | Specify the previous transaction Id to update.
174
178
$profileId = "profileId_example"; // string | The Id of a profile containing user specific TMS configuration.
179
+
$retrieveBinDetails = true; // bool | Retrieve the Bin Details of PAN or network token
175
180
$ifMatch = "ifMatch_example"; // string | Contains an ETag value from a GET request to make the request conditional.
echo 'Exception when calling InstrumentIdentifierApi->patchInstrumentIdentifier: ', $e->getMessage(), PHP_EOL;
@@ -190,6 +195,7 @@ Name | Type | Description | Notes
190
195
**instrumentIdentifierId** | **string**| The Id of an Instrument Identifier. |
191
196
**patchInstrumentIdentifierRequest** | [**\CyberSource\Model\PatchInstrumentIdentifierRequest**](../Model/PatchInstrumentIdentifierRequest.md)| Specify the previous transaction Id to update. |
192
197
**profileId** | **string**| The Id of a profile containing user specific TMS configuration. | [optional]
198
+
**retrieveBinDetails** | **bool**| Retrieve the Bin Details of PAN or network token | [optional]
193
199
**ifMatch** | **string**| Contains an ETag value from a GET request to make the request conditional. | [optional]
194
200
195
201
### Return type
@@ -208,7 +214,7 @@ No authorization required
208
214
[[Back to top]](#)[[Back to API list]](../../README.md#documentation-for-api-endpoints)[[Back to Model list]](../../README.md#documentation-for-models)[[Back to README]](../../README.md)
$api_instance = new CyberSource\Api\InstrumentIdentifierApi();
223
229
$postInstrumentIdentifierRequest = new \CyberSource\Model\PostInstrumentIdentifierRequest(); // \CyberSource\Model\PostInstrumentIdentifierRequest | Specify either a Card, Bank Account or Enrollable Card
224
230
$profileId = "profileId_example"; // string | The Id of a profile containing user specific TMS configuration.
231
+
$retrieveBinDetails = true; // bool | Retrieve the Bin Details of PAN or network token
**postInstrumentIdentifierRequest** | [**\CyberSource\Model\PostInstrumentIdentifierRequest**](../Model/PostInstrumentIdentifierRequest.md)| Specify either a Card, Bank Account or Enrollable Card |
240
247
**profileId** | **string**| The Id of a profile containing user specific TMS configuration. | [optional]
248
+
**retrieveBinDetails** | **bool**| Retrieve the Bin Details of PAN or network token | [optional]
Copy file name to clipboardExpand all lines: docs/Api/PaymentInstrumentApi.md
+12-6Lines changed: 12 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,7 @@ No authorization required
57
57
[[Back to top]](#)[[Back to API list]](../../README.md#documentation-for-api-endpoints)[[Back to Model list]](../../README.md#documentation-for-models)[[Back to README]](../../README.md)
**paymentInstrumentId** | **string**| The Id of a payment instrument. |
89
90
**profileId** | **string**| The Id of a profile containing user specific TMS configuration. | [optional]
91
+
**retrieveBinDetails** | **bool**| Retrieve the Bin Details of PAN or network token | [optional]
90
92
91
93
### Return type
92
94
@@ -104,7 +106,7 @@ No authorization required
104
106
[[Back to top]](#)[[Back to API list]](../../README.md#documentation-for-api-endpoints)[[Back to Model list]](../../README.md#documentation-for-models)[[Back to README]](../../README.md)
**profileId** | **string**| The Id of a profile containing user specific TMS configuration. | [optional]
143
+
**retrieveBinDetails** | **bool**| Retrieve the Bin Details of PAN or network token | [optional]
140
144
**ifMatch** | **string**| Contains an ETag value from a GET request to make the request conditional. | [optional]
141
145
142
146
### Return type
@@ -155,7 +159,7 @@ No authorization required
155
159
[[Back to top]](#)[[Back to API list]](../../README.md#documentation-for-api-endpoints)[[Back to Model list]](../../README.md#documentation-for-models)[[Back to README]](../../README.md)
**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]
10
10
11
11
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
0 commit comments