Skip to content

Commit 46acf5d

Browse files
Merge pull request #125 from CyberSource/december-release-2023
December release 2023
2 parents 80157d2 + 50af686 commit 46acf5d

File tree

760 files changed

+7235
-7139
lines changed

Some content is hidden

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

760 files changed

+7235
-7139
lines changed

docs/Boardingv1registrationsProductInformationSelectedProducts.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Properties
44
Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
6-
**payments** | [**PaymentProducts**](PaymentProducts.md) | | [optional]
6+
**payments** | [**PaymentsProducts**](PaymentsProducts.md) | | [optional]
77
**risk** | [**RiskProducts**](RiskProducts.md) | | [optional]
88
**commerceSolutions** | [**CommerceSolutionsProducts**](CommerceSolutionsProducts.md) | | [optional]
99
**valueAddedServices** | [**ValueAddedServicesProducts**](ValueAddedServicesProducts.md) | | [optional]

docs/CommerceSolutionsProductsAccountUpdater.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Properties
44
Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
6-
**subscriptionInformation** | [**PaymentProductsPayerAuthenticationSubscriptionInformation**](PaymentProductsPayerAuthenticationSubscriptionInformation.md) | | [optional]
6+
**subscriptionInformation** | [**PaymentsProductsPayerAuthenticationSubscriptionInformation**](PaymentsProductsPayerAuthenticationSubscriptionInformation.md) | | [optional]
77
**configurationInformation** | [**CommerceSolutionsProductsAccountUpdaterConfigurationInformation**](CommerceSolutionsProductsAccountUpdaterConfigurationInformation.md) | | [optional]
88

99

docs/CommerceSolutionsProductsBinLookup.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Properties
44
Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
6-
**subscriptionInformation** | [**PaymentProductsPayerAuthenticationSubscriptionInformation**](PaymentProductsPayerAuthenticationSubscriptionInformation.md) | | [optional]
6+
**subscriptionInformation** | [**PaymentsProductsPayerAuthenticationSubscriptionInformation**](PaymentsProductsPayerAuthenticationSubscriptionInformation.md) | | [optional]
77
**configurationInformation** | [**CommerceSolutionsProductsBinLookupConfigurationInformation**](CommerceSolutionsProductsBinLookupConfigurationInformation.md) | | [optional]
88

99

docs/CommerceSolutionsProductsTokenManagement.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Properties
44
Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
6-
**subscriptionInformation** | [**PaymentProductsPayerAuthenticationSubscriptionInformation**](PaymentProductsPayerAuthenticationSubscriptionInformation.md) | | [optional]
6+
**subscriptionInformation** | [**PaymentsProductsPayerAuthenticationSubscriptionInformation**](PaymentsProductsPayerAuthenticationSubscriptionInformation.md) | | [optional]
77
**configurationInformation** | [**CommerceSolutionsProductsTokenManagementConfigurationInformation**](CommerceSolutionsProductsTokenManagementConfigurationInformation.md) | | [optional]
88

99

docs/CreateNewWebhooksApi.md

+15-15
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ All URIs are relative to *https://apitest.cybersource.com*
44

55
Method | HTTP request | Description
66
------------- | ------------- | -------------
7-
[**createWebhook**](CreateNewWebhooksApi.md#createWebhook) | **POST** /notification-subscriptions/v1/webhooks | Create a Webhook
8-
[**findProductToSubscribe**](CreateNewWebhooksApi.md#findProductToSubscribe) | **GET** /notification-subscriptions/v1/products/{organizationId} | Find Products You Can Subscribe To
7+
[**createWebhookSubscription**](CreateNewWebhooksApi.md#createWebhookSubscription) | **POST** /notification-subscriptions/v1/webhooks | Create a Webhook
8+
[**findProductsToSubscribe**](CreateNewWebhooksApi.md#findProductsToSubscribe) | **GET** /notification-subscriptions/v1/products/{organizationId} | Find Products You Can Subscribe To
99
[**saveSymEgressKey**](CreateNewWebhooksApi.md#saveSymEgressKey) | **POST** /kms/egress/v2/keys-sym | Create Webhook Security Keys
1010

1111

12-
<a name="createWebhook"></a>
13-
# **createWebhook**
14-
> InlineResponse2013 createWebhook(opts)
12+
<a name="createWebhookSubscription"></a>
13+
# **createWebhookSubscription**
14+
> InlineResponse2013 createWebhookSubscription(opts)
1515
1616
Create a Webhook
1717

@@ -24,7 +24,7 @@ var CyberSource = require('CyberSource');
2424
var apiInstance = new CyberSource.CreateNewWebhooksApi();
2525

2626
var opts = {
27-
'createWebhook': new CyberSource.CreateWebhook() // CreateWebhook | The webhook payload
27+
'createWebhookRequest': new CyberSource.CreateWebhookRequest() // CreateWebhookRequest | The webhook payload
2828
};
2929

3030
var callback = function(error, data, response) {
@@ -34,14 +34,14 @@ var callback = function(error, data, response) {
3434
console.log('API called successfully. Returned data: ' + data);
3535
}
3636
};
37-
apiInstance.createWebhook(opts, callback);
37+
apiInstance.createWebhookSubscription(opts, callback);
3838
```
3939

4040
### Parameters
4141

4242
Name | Type | Description | Notes
4343
------------- | ------------- | ------------- | -------------
44-
**createWebhook** | [**CreateWebhook**](CreateWebhook.md)| The webhook payload | [optional]
44+
**createWebhookRequest** | [**CreateWebhookRequest**](CreateWebhookRequest.md)| The webhook payload | [optional]
4545

4646
### Return type
4747

@@ -54,11 +54,11 @@ No authorization required
5454
### HTTP request headers
5555

5656
- **Content-Type**: application/json;charset=utf-8
57-
- **Accept**: application/hal+json;charset=utf-8
57+
- **Accept**: application/json;charset=utf-8
5858

59-
<a name="findProductToSubscribe"></a>
60-
# **findProductToSubscribe**
61-
> [InlineResponse2003] findProductToSubscribe(organizationId)
59+
<a name="findProductsToSubscribe"></a>
60+
# **findProductsToSubscribe**
61+
> [InlineResponse2003] findProductsToSubscribe(organizationId)
6262
6363
Find Products You Can Subscribe To
6464

@@ -80,7 +80,7 @@ var callback = function(error, data, response) {
8080
console.log('API called successfully. Returned data: ' + data);
8181
}
8282
};
83-
apiInstance.findProductToSubscribe(organizationId, callback);
83+
apiInstance.findProductsToSubscribe(organizationId, callback);
8484
```
8585

8686
### Parameters
@@ -100,7 +100,7 @@ No authorization required
100100
### HTTP request headers
101101

102102
- **Content-Type**: application/json;charset=utf-8
103-
- **Accept**: application/hal+json;charset=utf-8
103+
- **Accept**: application/json;charset=utf-8
104104

105105
<a name="saveSymEgressKey"></a>
106106
# **saveSymEgressKey**
@@ -155,5 +155,5 @@ No authorization required
155155
### HTTP request headers
156156

157157
- **Content-Type**: application/json;charset=utf-8
158-
- **Accept**: application/hal+json;charset=utf-8
158+
- **Accept**: application/json;charset=utf-8
159159

docs/CreateSearchRequest.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
66
**save** | **Boolean** | Indicates whether or not you want to save this search request for future use. The options are: * &#x60;true&#x60; * &#x60;false&#x60; (default value) If set to &#x60;true&#x60;, this field returns &#x60;searchID&#x60; in the response. You can use this value to retrieve the details of the saved search. | [optional]
77
**name** | **String** | Name of this search. When &#x60;save&#x60; is set to &#x60;true&#x60;, this search is saved with this name. | [optional]
8-
**timezone** | **String** | Merchants time zone in ISO standard, using the TZ database format. For example: &#x60;America/Chicago&#x60; | [optional]
8+
**timezone** | **String** | Merchant&#39;s time zone in ISO standard, using the TZ database format. For example: &#x60;America/Chicago&#x60; | [optional]
99
**query** | **String** | String that contains the filters and variables for which you want to search. For information about supported field-filters and operators, see the [Query Filters]( https://developer.cybersource.com/api/developer-guides/dita-txn-search-details-rest-api-dev-guide-102718/txn-search-intro/txn-filtering.html) section of the Transaction Search Developer Guide. | [optional]
1010
**offset** | **Number** | Controls the starting point within the collection of results, which defaults to 0. The first item in the collection is retrieved by setting a zero offset. For example, if you have a collection of 15 items to be retrieved from a resource and you specify limit&#x3D;5, you can retrieve the entire set of results in 3 successive requests by varying the offset value like this: &#x60;offset&#x3D;0&#x60; &#x60;offset&#x3D;5&#x60; &#x60;offset&#x3D;10&#x60; **Note:** If an offset larger than the number of results is provided, this will result in no embedded object being returned. | [optional]
1111
**limit** | **Number** | Controls the maximum number of items that may be returned for a single request. The default is 20, the maximum is 2500. | [optional]

docs/CreateWebhook.md docs/CreateWebhookRequest.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# CyberSource.CreateWebhook
1+
# CyberSource.CreateWebhookRequest
22

33
## Properties
44
Name | Type | Description | Notes

docs/GetAllSubscriptionsResponseOrderInformationBillTo.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Properties
44
Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
6-
**firstName** | **String** | Customers first name. | [optional]
7-
**lastName** | **String** | Customers last name. | [optional]
6+
**firstName** | **String** | Customer&#39;s first name. | [optional]
7+
**lastName** | **String** | Customer&#39;s last name. | [optional]
88

99

docs/InvoicingV2InvoicesAllGet200ResponseCustomerInformation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
66
**name** | **String** | Payer name for the invoice. | [optional]
7-
**merchantCustomerId** | **String** | Your identifier for the customer. When a subscription or customer profile is being created, the maximum length for this field for most processors is 30. Otherwise, the maximum length is 100. #### Comercio Latino For recurring payments in Mexico, the value is the customer’s contract number. Note Before you request the authorization, you must inform the issuer of the customer contract numbers that will be used for recurring transactions. #### Worldpay VAP For a follow-on credit with Worldpay VAP, CyberSource checks the following locations, in the order given, for a customer account ID value and uses the first value it finds: 1. &#x60;customer_account_id&#x60; value in the follow-on credit request 2. Customer account ID value that was used for the capture that is being credited 3. Customer account ID value that was used for the original authorization If a customer account ID value cannot be found in any of these locations, then no value is used. For processor-specific information, see the &#x60;customer_account_id&#x60; field description in [Credit Card Services Using the SCMP API.](http://apps.cybersource.com/library/documentation/dev_guides/CC_Svcs_SCMP_API/html) | [optional]
7+
**merchantCustomerId** | **String** | Your identifier for the customer. When a subscription or customer profile is being created, the maximum length for this field for most processors is 30. Otherwise, the maximum length is 100. #### Comercio Latino For recurring payments in Mexico, the value is the customer&#39;s contract number. Note Before you request the authorization, you must inform the issuer of the customer contract numbers that will be used for recurring transactions. #### Worldpay VAP For a follow-on credit with Worldpay VAP, CyberSource checks the following locations, in the order given, for a customer account ID value and uses the first value it finds: 1. &#x60;customer_account_id&#x60; value in the follow-on credit request 2. Customer account ID value that was used for the capture that is being credited 3. Customer account ID value that was used for the original authorization If a customer account ID value cannot be found in any of these locations, then no value is used. For processor-specific information, see the &#x60;customer_account_id&#x60; field description in [Credit Card Services Using the SCMP API.](http://apps.cybersource.com/library/documentation/dev_guides/CC_Svcs_SCMP_API/html) | [optional]
88

99

docs/Invoicingv2invoicesCustomerInformation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
66
**name** | **String** | Payer name for the invoice. | [optional]
77
**email** | **String** | Customer&#39;s email address, including the full domain name. #### CyberSource through VisaNet Credit card networks cannot process transactions that contain non-ASCII characters. CyberSource through VisaNet accepts and stores non-ASCII characters correctly and displays them correctly in reports. However, the limitations of the credit card networks prevent CyberSource through VisaNet from transmitting non-ASCII characters to the credit card networks. Therefore, CyberSource through VisaNet replaces non-ASCII characters with meaningless ASCII characters for transmission to the credit card networks. **Important** It is your responsibility to determine whether a field is required for the transaction you are requesting. For processor-specific information, see the &#x60;customer_email&#x60; request-level field description in [Credit Card Services Using the SCMP API.](http://apps.cybersource.com/library/documentation/dev_guides/CC_Svcs_SCMP_API/html) #### Invoicing Email address for the customer for sending the invoice. If the invoice is in SENT status and email is updated, the old email customer payment link won&#39;t work and you must resend the invoice with the new payment link. #### Chase Paymentech Solutions Optional field. #### Credit Mutuel-CIC Optional field. #### OmniPay Direct Optional field. #### SIX Optional field. #### TSYS Acquiring Solutions Required when &#x60;processingInformation.billPaymentOptions.billPayment&#x3D;true&#x60; and &#x60;pointOfSaleInformation.entryMode&#x3D;keyed&#x60;. #### Worldpay VAP Optional field. #### All other processors Not used. | [optional]
8-
**merchantCustomerId** | **String** | Your identifier for the customer. When a subscription or customer profile is being created, the maximum length for this field for most processors is 30. Otherwise, the maximum length is 100. #### Comercio Latino For recurring payments in Mexico, the value is the customer’s contract number. Note Before you request the authorization, you must inform the issuer of the customer contract numbers that will be used for recurring transactions. #### Worldpay VAP For a follow-on credit with Worldpay VAP, CyberSource checks the following locations, in the order given, for a customer account ID value and uses the first value it finds: 1. &#x60;customer_account_id&#x60; value in the follow-on credit request 2. Customer account ID value that was used for the capture that is being credited 3. Customer account ID value that was used for the original authorization If a customer account ID value cannot be found in any of these locations, then no value is used. For processor-specific information, see the &#x60;customer_account_id&#x60; field description in [Credit Card Services Using the SCMP API.](http://apps.cybersource.com/library/documentation/dev_guides/CC_Svcs_SCMP_API/html) | [optional]
8+
**merchantCustomerId** | **String** | Your identifier for the customer. When a subscription or customer profile is being created, the maximum length for this field for most processors is 30. Otherwise, the maximum length is 100. #### Comercio Latino For recurring payments in Mexico, the value is the customer&#39;s contract number. Note Before you request the authorization, you must inform the issuer of the customer contract numbers that will be used for recurring transactions. #### Worldpay VAP For a follow-on credit with Worldpay VAP, CyberSource checks the following locations, in the order given, for a customer account ID value and uses the first value it finds: 1. &#x60;customer_account_id&#x60; value in the follow-on credit request 2. Customer account ID value that was used for the capture that is being credited 3. Customer account ID value that was used for the original authorization If a customer account ID value cannot be found in any of these locations, then no value is used. For processor-specific information, see the &#x60;customer_account_id&#x60; field description in [Credit Card Services Using the SCMP API.](http://apps.cybersource.com/library/documentation/dev_guides/CC_Svcs_SCMP_API/html) | [optional]
99
**company** | [**Invoicingv2invoicesCustomerInformationCompany**](Invoicingv2invoicesCustomerInformationCompany.md) | | [optional]
1010

1111

docs/Invoicingv2invoicesCustomerInformationCompany.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
## Properties
44
Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
6-
**name** | **String** | Name of the customers company. **CyberSource through VisaNet** Credit card networks cannot process transactions that contain non-ASCII characters. CyberSource through VisaNet accepts and stores non-ASCII characters correctly and displays them correctly in reports. However, the limitations of the credit card networks prevent CyberSource through VisaNet from transmitting non-ASCII characters to the credit card networks. Therefore, CyberSource through VisaNet replaces non-ASCII characters with meaningless ASCII characters for transmission to the credit card networks. For processor-specific information, see the &#x60;company_name&#x60; field in [Credit Card Services Using the SCMP API.](http://apps.cybersource.com/library/documentation/dev_guides/CC_Svcs_SCMP_API/html) | [optional]
6+
**name** | **String** | Name of the customer&#39;s company. **CyberSource through VisaNet** Credit card networks cannot process transactions that contain non-ASCII characters. CyberSource through VisaNet accepts and stores non-ASCII characters correctly and displays them correctly in reports. However, the limitations of the credit card networks prevent CyberSource through VisaNet from transmitting non-ASCII characters to the credit card networks. Therefore, CyberSource through VisaNet replaces non-ASCII characters with meaningless ASCII characters for transmission to the credit card networks. For processor-specific information, see the &#x60;company_name&#x60; field in [Credit Card Services Using the SCMP API.](http://apps.cybersource.com/library/documentation/dev_guides/CC_Svcs_SCMP_API/html) | [optional]
77

88

docs/KmsV2KeysAsymDeletesPost200ResponseKeyInformation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
66
**organizationId** | **String** | Merchant Id | [optional]
7-
**referenceNumber** | **String** | Reference number is a unique identifier provided by the client along with the organization Id. This is an optional field provided solely for the clients convenience. If client specifies value for this field in the request, it is expected to be available in the response. | [optional]
7+
**referenceNumber** | **String** | Reference number is a unique identifier provided by the client along with the organization Id. This is an optional field provided solely for the client&#39;s convenience. If client specifies value for this field in the request, it is expected to be available in the response. | [optional]
88
**keyId** | **String** | Key Serial Number | [optional]
99
**status** | **String** | The status of the key. Possible values: - FAILED - ACTIVE - INACTIVE - EXPIRED | [optional]
1010
**message** | **String** | message in case of failed key | [optional]

docs/KmsV2KeysAsymGet200ResponseKeyInformation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
66
**organizationId** | **String** | Merchant Id | [optional]
7-
**referenceNumber** | **String** | Reference number is a unique identifier provided by the client along with the organization Id. This is an optional field provided solely for the clients convenience. If client specifies value for this field in the request, it is expected to be available in the response. | [optional]
7+
**referenceNumber** | **String** | Reference number is a unique identifier provided by the client along with the organization Id. This is an optional field provided solely for the client&#39;s convenience. If client specifies value for this field in the request, it is expected to be available in the response. | [optional]
88
**keyId** | **String** | Key Serial Number | [optional]
99
**status** | **String** | The status of the key. Possible values: - FAILED - ACTIVE - INACTIVE - EXPIRED | [optional]
1010
**expirationDate** | **String** | The expiration time in UTC. &#x60;Format: YYYY-MM-DDThh:mm:ssZ&#x60; 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. | [optional]

0 commit comments

Comments
 (0)