Skip to content

Commit 6368a6d

Browse files
authored
Merge pull request #155 from CyberSource/release-may-2024
Release May 2024
2 parents 4c985cc + 45f4317 commit 6368a6d

File tree

1,484 files changed

+9194
-3939
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,484 files changed

+9194
-3939
lines changed

docs/BatchesApi.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Method | HTTP request | Description
1212

1313
<a name="getBatchReport"></a>
1414
# **getBatchReport**
15-
> InlineResponse2007 getBatchReport(batchId)
15+
> InlineResponse2008 getBatchReport(batchId)
1616
1717
Retrieve a Batch Report
1818

@@ -28,7 +28,7 @@ Retrieve a Batch Report
2828
BatchesApi apiInstance = new BatchesApi();
2929
String batchId = "batchId_example"; // String | Unique identification number assigned to the submitted request.
3030
try {
31-
InlineResponse2007 result = apiInstance.getBatchReport(batchId);
31+
InlineResponse2008 result = apiInstance.getBatchReport(batchId);
3232
System.out.println(result);
3333
} catch (ApiException e) {
3434
System.err.println("Exception when calling BatchesApi#getBatchReport");
@@ -44,7 +44,7 @@ Name | Type | Description | Notes
4444

4545
### Return type
4646

47-
[**InlineResponse2007**](InlineResponse2007.md)
47+
[**InlineResponse2008**](InlineResponse2008.md)
4848

4949
### Authorization
5050

@@ -57,7 +57,7 @@ No authorization required
5757

5858
<a name="getBatchStatus"></a>
5959
# **getBatchStatus**
60-
> InlineResponse2006 getBatchStatus(batchId)
60+
> InlineResponse2007 getBatchStatus(batchId)
6161
6262
Retrieve a Batch Status
6363

@@ -73,7 +73,7 @@ Retrieve a Batch Status
7373
BatchesApi apiInstance = new BatchesApi();
7474
String batchId = "batchId_example"; // String | Unique identification number assigned to the submitted request.
7575
try {
76-
InlineResponse2006 result = apiInstance.getBatchStatus(batchId);
76+
InlineResponse2007 result = apiInstance.getBatchStatus(batchId);
7777
System.out.println(result);
7878
} catch (ApiException e) {
7979
System.err.println("Exception when calling BatchesApi#getBatchStatus");
@@ -89,7 +89,7 @@ Name | Type | Description | Notes
8989

9090
### Return type
9191

92-
[**InlineResponse2006**](InlineResponse2006.md)
92+
[**InlineResponse2007**](InlineResponse2007.md)
9393

9494
### Authorization
9595

@@ -102,7 +102,7 @@ No authorization required
102102

103103
<a name="getBatchesList"></a>
104104
# **getBatchesList**
105-
> InlineResponse2005 getBatchesList(offset, limit, fromDate, toDate)
105+
> InlineResponse2006 getBatchesList(offset, limit, fromDate, toDate)
106106
107107
List Batches
108108

@@ -121,7 +121,7 @@ Long limit = 20L; // Long | The maximum number that can be returned in the array
121121
String fromDate = "fromDate_example"; // String | ISO-8601 format: yyyyMMddTHHmmssZ
122122
String toDate = "toDate_example"; // String | ISO-8601 format: yyyyMMddTHHmmssZ
123123
try {
124-
InlineResponse2005 result = apiInstance.getBatchesList(offset, limit, fromDate, toDate);
124+
InlineResponse2006 result = apiInstance.getBatchesList(offset, limit, fromDate, toDate);
125125
System.out.println(result);
126126
} catch (ApiException e) {
127127
System.err.println("Exception when calling BatchesApi#getBatchesList");
@@ -140,7 +140,7 @@ Name | Type | Description | Notes
140140

141141
### Return type
142142

143-
[**InlineResponse2005**](InlineResponse2005.md)
143+
[**InlineResponse2006**](InlineResponse2006.md)
144144

145145
### Authorization
146146

docs/Boardingv1registrationsOrganizationInformation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Name | Type | Description | Notes
1010
**type** | [**TypeEnum**](#TypeEnum) | Determines the type of organization in the hirarchy that this registration will use to onboard this Organization Possible Values: - &#39;TRANSACTING&#39; - &#39;STRUCTURAL&#39; - &#39;MERCHANT&#39; | [optional]
1111
**status** | [**StatusEnum**](#StatusEnum) | Determines the status that the organization will be after being onboarded Possible Values: - &#39;LIVE&#39; - &#39;TEST&#39; - &#39;DRAFT&#39; | [optional]
1212
**configurable** | **Boolean** | This denotes the one organization, with exception to the TRANSACTING types, that is allowed to be used for configuration purposes against products. Eventually this field will be deprecated and all organizations will be allowed for product configuration. | [optional]
13-
**businessInformation** | [**Boardingv1registrationsOrganizationInformationBusinessInformation**](Boardingv1registrationsOrganizationInformationBusinessInformation.md) | | [optional]
13+
**businessInformation** | [**Boardingv1registrationsOrganizationInformationBusinessInformation**](Boardingv1registrationsOrganizationInformationBusinessInformation.md) | |
1414
**KYC** | [**Boardingv1registrationsOrganizationInformationKYC**](Boardingv1registrationsOrganizationInformationKYC.md) | | [optional]
1515
**owners** | [**List&lt;Boardingv1registrationsOrganizationInformationOwners&gt;**](Boardingv1registrationsOrganizationInformationOwners.md) | | [optional]
1616

docs/Boardingv1registrationsOrganizationInformationOwners.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Name | Type | Description | Notes
1717
**ownershipPercentage** | [**BigDecimal**](BigDecimal.md) | Determines the percentage of ownership this owner has. For the primary owner the percentage can be from 0-100; for other owners the percentage can be from 25-100 and the sum of ownership accross owners cannot exceed 100 |
1818
**phoneNumber** | **String** | |
1919
**email** | **String** | |
20-
**address** | [**Boardingv1registrationsOrganizationInformationBusinessInformationAddress**](Boardingv1registrationsOrganizationInformationBusinessInformationAddress.md) | | [optional]
20+
**address** | [**Boardingv1registrationsOrganizationInformationBusinessInformationAddress**](Boardingv1registrationsOrganizationInformationBusinessInformationAddress.md) | |
2121

2222

2323

docs/Body.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
77
**type** | **String** | Valid Values: * oneOff * amexRegistration | [optional]
8-
**included** | [**Accountupdaterv1batchesIncluded**](Accountupdaterv1batchesIncluded.md) | | [optional]
8+
**included** | [**Accountupdaterv1batchesIncluded**](Accountupdaterv1batchesIncluded.md) | |
99
**merchantReference** | **String** | Reference used by merchant to identify batch. | [optional]
1010
**notificationEmail** | **String** | Email used to notify the batch status. |
1111

docs/CardProcessingConfigCommonCurrencies1.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@ Name | Type | Description | Notes
77
**enabled** | **Boolean** | | [optional]
88
**enabledCardPresent** | **Boolean** | Indicates whether the card-present transaction is activated for the selected currency. If both enabledCardPresent and enabledCardNotPresent are set to null, then enabledCardPresent will have the value of enabled. | [optional]
99
**enabledCardNotPresent** | **Boolean** | Indicates whether the card-present transaction is activated for the selected currency. If both enabledCardPresent and enabledCardNotPresent are set to null, then enabledCardNotPresent will have the value of enabled. | [optional]
10+
**merchantId** | **Object** | Merchant ID assigned by an acquirer or a processor. Should not be overriden by any other party. Validation details (for selected processors)... &lt;table&gt; &lt;thead&gt;&lt;tr&gt;&lt;th&gt;Processor&lt;/th&gt;&lt;th&gt;Acceptance Type&lt;/th&gt;&lt;th&gt;Required&lt;/th&gt;&lt;th&gt;Min. Length&lt;/th&gt;&lt;th&gt;Max. Length&lt;/th&gt;&lt;th&gt;Regex&lt;/th&gt;&lt;/tr&gt;&lt;/thead&gt; &lt;tr&gt;&lt;td&gt;Barclays&lt;/td&gt;&lt;td&gt;cp, cnp, hybrid&lt;/td&gt;&lt;td&gt;Yes&lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;11&lt;/td&gt;&lt;td&gt;^[0-9a-zA-Z]+$&lt;/td&gt;&lt;/tr&gt; &lt;/table&gt; | [optional]
11+
**terminalId** | **Object** | The &#39;Terminal Id&#39; aka TID, is an identifier used for with your payments processor. Depending on the processor and payment acceptance type this may also be the default Terminal ID used for Card Present and Virtual Terminal transactions. Validation details (for selected processors)... &lt;table&gt; &lt;thead&gt;&lt;tr&gt;&lt;th&gt;Processor&lt;/th&gt;&lt;th&gt;Acceptance Type&lt;/th&gt;&lt;th&gt;Required&lt;/th&gt;&lt;th&gt;Min. Length&lt;/th&gt;&lt;th&gt;Max. Length&lt;/th&gt;&lt;th&gt;Regex&lt;/th&gt;&lt;/tr&gt;&lt;/thead&gt; &lt;tr&gt;&lt;td&gt;Barclays&lt;/td&gt;&lt;td&gt;cp, cnp, hybrid&lt;/td&gt;&lt;td&gt;Yes&lt;/td&gt;&lt;td&gt;8&lt;/td&gt;&lt;td&gt;8&lt;/td&gt;&lt;td&gt;^[0-9]+$&lt;/td&gt;&lt;/tr&gt; &lt;/table&gt; | [optional]
1012
**terminalIds** | **List&lt;String&gt;** | Applicable for Prisma (prisma) processor. | [optional]
13+
**serviceEnablementNumber** | **Object** | Service Establishment Number (a.k.a. SE Number) is a unique ten-digit number assigned by American Express to a merchant that accepts American Express cards. 10 digit number provided by acquirer currency. This may be unique for each currency, however it depends on the way the processor is set up for the merchant. Validation details (for selected processors)... &lt;table&gt; &lt;thead&gt;&lt;tr&gt;&lt;th&gt;Processor&lt;/th&gt;&lt;th&gt;Acceptance Type&lt;/th&gt;&lt;th&gt;Required&lt;/th&gt;&lt;th&gt;Min. Length&lt;/th&gt;&lt;th&gt;Max. Length&lt;/th&gt;&lt;th&gt;Regex&lt;/th&gt;&lt;/tr&gt;&lt;/thead&gt; &lt;tr&gt;&lt;td&gt;American Express Direct&lt;/td&gt;&lt;td&gt;cp, cnp, hybrid&lt;/td&gt;&lt;td&gt;Yes&lt;/td&gt;&lt;td&gt;10&lt;/td&gt;&lt;td&gt;10&lt;/td&gt;&lt;td&gt;^[0-9]+$&lt;/td&gt;&lt;/tr&gt; &lt;/table&gt; | [optional]
1114

1215

1316

docs/CaseManagementActionsRequest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
## Properties
55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7-
**decisionInformation** | [**Riskv1decisionsidactionsDecisionInformation**](Riskv1decisionsidactionsDecisionInformation.md) | | [optional]
7+
**decisionInformation** | [**Riskv1decisionsidactionsDecisionInformation**](Riskv1decisionsidactionsDecisionInformation.md) | |
88
**processingInformation** | [**Riskv1decisionsidactionsProcessingInformation**](Riskv1decisionsidactionsProcessingInformation.md) | | [optional]
99

1010

docs/CreateBundledDecisionManagerCaseRequest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Name | Type | Description | Notes
88
**processorInformation** | [**Riskv1decisionsProcessorInformation**](Riskv1decisionsProcessorInformation.md) | | [optional]
99
**processingInformation** | [**Riskv1decisionsProcessingInformation**](Riskv1decisionsProcessingInformation.md) | | [optional]
1010
**paymentInformation** | [**Riskv1decisionsPaymentInformation**](Riskv1decisionsPaymentInformation.md) | | [optional]
11-
**orderInformation** | [**Riskv1decisionsOrderInformation**](Riskv1decisionsOrderInformation.md) | | [optional]
11+
**orderInformation** | [**Riskv1decisionsOrderInformation**](Riskv1decisionsOrderInformation.md) | |
1212
**buyerInformation** | [**Riskv1decisionsBuyerInformation**](Riskv1decisionsBuyerInformation.md) | | [optional]
1313
**deviceInformation** | [**Riskv1decisionsDeviceInformation**](Riskv1decisionsDeviceInformation.md) | | [optional]
1414
**riskInformation** | [**Riskv1decisionsRiskInformation**](Riskv1decisionsRiskInformation.md) | | [optional]

docs/CreatePaymentRequest.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ Name | Type | Description | Notes
2929
**riskInformation** | [**Ptsv2paymentsRiskInformation**](Ptsv2paymentsRiskInformation.md) | | [optional]
3030
**acquirerInformation** | [**Ptsv2paymentsAcquirerInformation**](Ptsv2paymentsAcquirerInformation.md) | | [optional]
3131
**recurringPaymentInformation** | [**Ptsv2paymentsRecurringPaymentInformation**](Ptsv2paymentsRecurringPaymentInformation.md) | | [optional]
32+
**hostedPaymentInformation** | [**Ptsv2paymentsHostedPaymentInformation**](Ptsv2paymentsHostedPaymentInformation.md) | | [optional]
3233
**watchlistScreeningInformation** | [**Ptsv2paymentsWatchlistScreeningInformation**](Ptsv2paymentsWatchlistScreeningInformation.md) | | [optional]
3334

3435

docs/CustomerApi.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ No authorization required
5858

5959
<a name="getCustomer"></a>
6060
# **getCustomer**
61-
> TmsV2CustomersResponse getCustomer(customerId, profileId)
61+
> PostCustomerRequest getCustomer(customerId, profileId)
6262
6363
Retrieve a Customer
6464

@@ -75,7 +75,7 @@ CustomerApi apiInstance = new CustomerApi();
7575
String customerId = "customerId_example"; // String | The Id of a Customer.
7676
String profileId = "profileId_example"; // String | The Id of a profile containing user specific TMS configuration.
7777
try {
78-
TmsV2CustomersResponse result = apiInstance.getCustomer(customerId, profileId);
78+
PostCustomerRequest result = apiInstance.getCustomer(customerId, profileId);
7979
System.out.println(result);
8080
} catch (ApiException e) {
8181
System.err.println("Exception when calling CustomerApi#getCustomer");
@@ -92,7 +92,7 @@ Name | Type | Description | Notes
9292

9393
### Return type
9494

95-
[**TmsV2CustomersResponse**](TmsV2CustomersResponse.md)
95+
[**PostCustomerRequest**](PostCustomerRequest.md)
9696

9797
### Authorization
9898

@@ -105,7 +105,7 @@ No authorization required
105105

106106
<a name="patchCustomer"></a>
107107
# **patchCustomer**
108-
> TmsV2CustomersResponse patchCustomer(customerId, patchCustomerRequest, profileId, ifMatch)
108+
> PatchCustomerRequest patchCustomer(customerId, patchCustomerRequest, profileId, ifMatch)
109109
110110
Update a Customer
111111

@@ -124,7 +124,7 @@ PatchCustomerRequest patchCustomerRequest = new PatchCustomerRequest(); // Patch
124124
String profileId = "profileId_example"; // String | The Id of a profile containing user specific TMS configuration.
125125
String ifMatch = "ifMatch_example"; // String | Contains an ETag value from a GET request to make the request conditional.
126126
try {
127-
TmsV2CustomersResponse result = apiInstance.patchCustomer(customerId, patchCustomerRequest, profileId, ifMatch);
127+
PatchCustomerRequest result = apiInstance.patchCustomer(customerId, patchCustomerRequest, profileId, ifMatch);
128128
System.out.println(result);
129129
} catch (ApiException e) {
130130
System.err.println("Exception when calling CustomerApi#patchCustomer");
@@ -143,7 +143,7 @@ Name | Type | Description | Notes
143143

144144
### Return type
145145

146-
[**TmsV2CustomersResponse**](TmsV2CustomersResponse.md)
146+
[**PatchCustomerRequest**](PatchCustomerRequest.md)
147147

148148
### Authorization
149149

@@ -156,7 +156,7 @@ No authorization required
156156

157157
<a name="postCustomer"></a>
158158
# **postCustomer**
159-
> TmsV2CustomersResponse postCustomer(postCustomerRequest, profileId)
159+
> PostCustomerRequest postCustomer(postCustomerRequest, profileId)
160160
161161
Create a Customer
162162

@@ -173,7 +173,7 @@ CustomerApi apiInstance = new CustomerApi();
173173
PostCustomerRequest postCustomerRequest = new PostCustomerRequest(); // PostCustomerRequest |
174174
String profileId = "profileId_example"; // String | The Id of a profile containing user specific TMS configuration.
175175
try {
176-
TmsV2CustomersResponse result = apiInstance.postCustomer(postCustomerRequest, profileId);
176+
PostCustomerRequest result = apiInstance.postCustomer(postCustomerRequest, profileId);
177177
System.out.println(result);
178178
} catch (ApiException e) {
179179
System.err.println("Exception when calling CustomerApi#postCustomer");
@@ -190,7 +190,7 @@ Name | Type | Description | Notes
190190

191191
### Return type
192192

193-
[**TmsV2CustomersResponse**](TmsV2CustomersResponse.md)
193+
[**PostCustomerRequest**](PostCustomerRequest.md)
194194

195195
### Authorization
196196

docs/CustomerPaymentInstrumentApi.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ No authorization required
6161

6262
<a name="getCustomerPaymentInstrument"></a>
6363
# **getCustomerPaymentInstrument**
64-
> Tmsv2customersEmbeddedDefaultPaymentInstrument getCustomerPaymentInstrument(customerId, paymentInstrumentId, profileId)
64+
> PostCustomerPaymentInstrumentRequest getCustomerPaymentInstrument(customerId, paymentInstrumentId, profileId)
6565
6666
Retrieve a Customer Payment Instrument
6767

@@ -79,7 +79,7 @@ String customerId = "customerId_example"; // String | The Id of a Customer.
7979
String paymentInstrumentId = "paymentInstrumentId_example"; // String | The Id of a payment instrument.
8080
String profileId = "profileId_example"; // String | The Id of a profile containing user specific TMS configuration.
8181
try {
82-
Tmsv2customersEmbeddedDefaultPaymentInstrument result = apiInstance.getCustomerPaymentInstrument(customerId, paymentInstrumentId, profileId);
82+
PostCustomerPaymentInstrumentRequest result = apiInstance.getCustomerPaymentInstrument(customerId, paymentInstrumentId, profileId);
8383
System.out.println(result);
8484
} catch (ApiException e) {
8585
System.err.println("Exception when calling CustomerPaymentInstrumentApi#getCustomerPaymentInstrument");
@@ -97,7 +97,7 @@ Name | Type | Description | Notes
9797

9898
### Return type
9999

100-
[**Tmsv2customersEmbeddedDefaultPaymentInstrument**](Tmsv2customersEmbeddedDefaultPaymentInstrument.md)
100+
[**PostCustomerPaymentInstrumentRequest**](PostCustomerPaymentInstrumentRequest.md)
101101

102102
### Authorization
103103

@@ -161,7 +161,7 @@ No authorization required
161161

162162
<a name="patchCustomersPaymentInstrument"></a>
163163
# **patchCustomersPaymentInstrument**
164-
> Tmsv2customersEmbeddedDefaultPaymentInstrument patchCustomersPaymentInstrument(customerId, paymentInstrumentId, patchCustomerPaymentInstrumentRequest, profileId, ifMatch)
164+
> PatchCustomerPaymentInstrumentRequest patchCustomersPaymentInstrument(customerId, paymentInstrumentId, patchCustomerPaymentInstrumentRequest, profileId, ifMatch)
165165
166166
Update a Customer Payment Instrument
167167

@@ -181,7 +181,7 @@ PatchCustomerPaymentInstrumentRequest patchCustomerPaymentInstrumentRequest = ne
181181
String profileId = "profileId_example"; // String | The Id of a profile containing user specific TMS configuration.
182182
String ifMatch = "ifMatch_example"; // String | Contains an ETag value from a GET request to make the request conditional.
183183
try {
184-
Tmsv2customersEmbeddedDefaultPaymentInstrument result = apiInstance.patchCustomersPaymentInstrument(customerId, paymentInstrumentId, patchCustomerPaymentInstrumentRequest, profileId, ifMatch);
184+
PatchCustomerPaymentInstrumentRequest result = apiInstance.patchCustomersPaymentInstrument(customerId, paymentInstrumentId, patchCustomerPaymentInstrumentRequest, profileId, ifMatch);
185185
System.out.println(result);
186186
} catch (ApiException e) {
187187
System.err.println("Exception when calling CustomerPaymentInstrumentApi#patchCustomersPaymentInstrument");
@@ -201,7 +201,7 @@ Name | Type | Description | Notes
201201

202202
### Return type
203203

204-
[**Tmsv2customersEmbeddedDefaultPaymentInstrument**](Tmsv2customersEmbeddedDefaultPaymentInstrument.md)
204+
[**PatchCustomerPaymentInstrumentRequest**](PatchCustomerPaymentInstrumentRequest.md)
205205

206206
### Authorization
207207

@@ -214,7 +214,7 @@ No authorization required
214214

215215
<a name="postCustomerPaymentInstrument"></a>
216216
# **postCustomerPaymentInstrument**
217-
> Tmsv2customersEmbeddedDefaultPaymentInstrument postCustomerPaymentInstrument(customerId, postCustomerPaymentInstrumentRequest, profileId)
217+
> PostCustomerPaymentInstrumentRequest postCustomerPaymentInstrument(customerId, postCustomerPaymentInstrumentRequest, profileId)
218218
219219
Create a Customer Payment Instrument
220220

@@ -232,7 +232,7 @@ String customerId = "customerId_example"; // String | The Id of a Customer.
232232
PostCustomerPaymentInstrumentRequest postCustomerPaymentInstrumentRequest = new PostCustomerPaymentInstrumentRequest(); // PostCustomerPaymentInstrumentRequest |
233233
String profileId = "profileId_example"; // String | The Id of a profile containing user specific TMS configuration.
234234
try {
235-
Tmsv2customersEmbeddedDefaultPaymentInstrument result = apiInstance.postCustomerPaymentInstrument(customerId, postCustomerPaymentInstrumentRequest, profileId);
235+
PostCustomerPaymentInstrumentRequest result = apiInstance.postCustomerPaymentInstrument(customerId, postCustomerPaymentInstrumentRequest, profileId);
236236
System.out.println(result);
237237
} catch (ApiException e) {
238238
System.err.println("Exception when calling CustomerPaymentInstrumentApi#postCustomerPaymentInstrument");
@@ -250,7 +250,7 @@ Name | Type | Description | Notes
250250

251251
### Return type
252252

253-
[**Tmsv2customersEmbeddedDefaultPaymentInstrument**](Tmsv2customersEmbeddedDefaultPaymentInstrument.md)
253+
[**PostCustomerPaymentInstrumentRequest**](PostCustomerPaymentInstrumentRequest.md)
254254

255255
### Authorization
256256

0 commit comments

Comments
 (0)