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/CardProcessingConfigCommon.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,7 @@ Name | Type | Description | Notes
25
25
**subMerchantBusinessName** | **String** | Sub-merchant's business name. Applicable for American Express Direct (amexdirect) processor. Validation details (for selected processors)... <table><thead><tr><th>Processor</th><th>Acceptance Type</th><th>Required</th><th>Min. Length</th><th>Max. Length</th><th>Regex</th></tr></thead><tr><td>American Express Direct</td><td>cnp, cp, hybrid</td><td>No</td><td>1</td><td>37</td><td>^[0-9a-zA-Z&#92;-&#92;_&#92;,\\s.]+$</td></tr></table> | [optional]
26
26
**preferCobadgedSecondaryBrand** | **Boolean** | It denotes merchant's preference on secondary brand for routing in case of co-branded cards. Applicable for EFTPOS processors. | [optional]
**governmentControlled** | **Boolean** | Indicates whether the merchant is government controlled. Applicable for VPC processors. | [optional]
29
30
**dropBillingInfo** | **Boolean** | This field is used to indicate whether the merchant wants to drop the billing information from the request. If this field is set to true, then the billing information will be dropped from the request. If this field is set to false, then the billing information will be sent in the request. | [optional]
String vCCorrelationId ="vCCorrelationId_example"; // String | A globally unique id associated with your request
121
121
SaveSymEgressKey saveSymEgressKey =newSaveSymEgressKey(); // SaveSymEgressKey | Provide egress Symmetric key information to save (create or store or refresh)
122
122
try {
123
-
InlineResponse2014 result = apiInstance.saveSymEgressKey(vCSenderOrganizationId, vCPermissions, vCCorrelationId, saveSymEgressKey);
123
+
InlineResponse2015 result = apiInstance.saveSymEgressKey(vCSenderOrganizationId, vCPermissions, vCCorrelationId, saveSymEgressKey);
124
124
System.out.println(result);
125
125
} catch (ApiException e) {
126
126
System.err.println("Exception when calling CreateNewWebhooksApi#saveSymEgressKey");
@@ -139,7 +139,7 @@ Name | Type | Description | Notes
List<DeviceDeAssociateV3Request> deviceDeAssociateV3Request =Arrays.asList(newDeviceDeAssociateV3Request()); // List<DeviceDeAssociateV3Request> | deviceId that has to be de-associated to the destination organizationId.
72
72
try {
73
-
List<InlineResponse2009> result = apiInstance.postDeAssociateV3Terminal(deviceDeAssociateV3Request);
73
+
List<InlineResponse20010> result = apiInstance.postDeAssociateV3Terminal(deviceDeAssociateV3Request);
74
74
System.out.println(result);
75
75
} catch (ApiException e) {
76
76
System.err.println("Exception when calling DeviceDeAssociationApi#postDeAssociateV3Terminal");
@@ -86,7 +86,7 @@ Name | Type | Description | Notes
0 commit comments