cybersource-rest-client 0.0.64 → 0.0.66
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/docs/BatchesApi.md +6 -6
- package/docs/CommerceSolutionsProductsTokenManagementConfigurationInformationConfigurations.md +1 -0
- package/docs/CreateNewWebhooksApi.md +2 -97
- package/docs/GenerateCaptureContextRequest.md +2 -1
- package/docs/GenerateUnifiedCheckoutCaptureContextRequest.md +2 -1
- package/docs/InlineResponse2002.md +7 -3
- package/docs/InlineResponse2002Embedded.md +8 -0
- package/docs/{InlineResponse2005EmbeddedBatches.md → InlineResponse2002EmbeddedBatches.md} +3 -3
- package/docs/InlineResponse2002EmbeddedLinks.md +8 -0
- package/docs/{InlineResponse2005EmbeddedLinksReports.md → InlineResponse2002EmbeddedLinksReports.md} +1 -1
- package/docs/{InlineResponse2005EmbeddedTotals.md → InlineResponse2002EmbeddedTotals.md} +1 -1
- package/docs/{InlineResponse2005Links.md → InlineResponse2002Links.md} +1 -1
- package/docs/InlineResponse2003.md +10 -14
- package/docs/{InlineResponse2006Billing.md → InlineResponse2003Billing.md} +1 -1
- package/docs/{InlineResponse2006Links.md → InlineResponse2003Links.md} +2 -2
- package/docs/{InlineResponse2006LinksReport.md → InlineResponse2003LinksReport.md} +1 -1
- package/docs/InlineResponse2004.md +10 -14
- package/docs/InlineResponse2004Records.md +10 -0
- package/docs/{InlineResponse2007ResponseRecord.md → InlineResponse2004ResponseRecord.md} +2 -2
- package/docs/{InlineResponse2007ResponseRecordAdditionalUpdates.md → InlineResponse2004ResponseRecordAdditionalUpdates.md} +1 -1
- package/docs/{InlineResponse2007SourceRecord.md → InlineResponse2004SourceRecord.md} +1 -1
- package/docs/InlineResponse2014.md +9 -15
- package/docs/InlineResponse2014Payloads.md +8 -0
- package/docs/InlineResponse2014PayloadsTestPayload.md +8 -0
- package/docs/InlineResponse2015.md +0 -2
- package/docs/ManageWebhooksApi.md +12 -163
- package/docs/Microformv2sessionsTransientTokenResponseOptions.md +8 -0
- package/docs/Model400UploadBatchFileResponse.md +9 -0
- package/docs/NetworkTokenEnrollment.md +9 -0
- package/docs/NetworkTokenServicesEnablement.md +9 -0
- package/docs/NetworkTokenServicesEnablementMastercardDigitalEnablementService.md +8 -0
- package/docs/NetworkTokenServicesEnablementVisaTokenService.md +8 -0
- package/docs/PaymentsStrongAuthIssuerInformation.md +1 -0
- package/docs/PtsV2PaymentsPost201Response1.md +2 -0
- package/docs/PtsV2PaymentsPost201Response1ErrorInformation.md +10 -0
- package/docs/PtsV2PaymentsPost201Response1ErrorInformationDetails.md +8 -0
- package/docs/PtsV2PaymentsPost201Response1IssuerInformation.md +9 -0
- package/docs/PtsV2PaymentsPost201Response1OrderInformation.md +1 -0
- package/docs/PtsV2PaymentsPost201Response1OrderInformationAmountDetails.md +8 -0
- package/docs/PtsV2PaymentsPost201Response1PaymentInformation.md +1 -0
- package/docs/PtsV2PaymentsPost201Response1PaymentInformationEWallet.md +9 -0
- package/docs/PtsV2PaymentsPost201Response1ProcessorInformation.md +2 -0
- package/docs/PtsV2PaymentsRefundPost201Response.md +1 -0
- package/docs/Ptsv2paymentsProcessingInformation.md +1 -1
- package/docs/Ptsv2payoutsProcessingInformation.md +1 -1
- package/docs/Ptsv2payoutsRecipientInformation.md +7 -7
- package/docs/Ptsv2payoutsSenderInformation.md +3 -3
- package/docs/Ptsv2payoutsSenderInformationAccount.md +1 -1
- package/docs/SaveAsymEgressKey.md +2 -2
- package/docs/SaveSymEgressKey.md +2 -2
- package/docs/TmsBusinessInformation.md +14 -0
- package/docs/TmsBusinessInformationAcquirer.md +9 -0
- package/docs/TmsBusinessInformationAddress.md +9 -0
- package/docs/TransactionBatchesApi.md +47 -0
- package/docs/TssV2TransactionsGet200ResponsePaymentInformationIssuerInformation.md +1 -0
- package/docs/TssV2TransactionsPost201ResponseEmbeddedProcessorInformation.md +1 -0
- package/docs/Upv1capturecontextsCaptureMandate.md +2 -0
- package/package.json +3 -3
- package/src/api/BatchesApi.js +13 -13
- package/src/api/CreateNewWebhooksApi.js +6 -133
- package/src/api/ManageWebhooksApi.js +22 -233
- package/src/api/TransactionBatchesApi.js +66 -4
- package/src/authentication/util/Cache.js +4 -0
- package/src/authentication/util/JWEUtility.js +12 -0
- package/src/index.js +120 -135
- package/src/model/CommerceSolutionsProductsTokenManagementConfigurationInformationConfigurations.js +12 -4
- package/src/model/GenerateCaptureContextRequest.js +13 -5
- package/src/model/GenerateUnifiedCheckoutCaptureContextRequest.js +13 -5
- package/src/model/InlineResponse2002.js +48 -18
- package/src/model/{InlineResponse2005Embedded.js → InlineResponse2002Embedded.js} +13 -13
- package/src/model/{InlineResponse2005EmbeddedBatches.js → InlineResponse2002EmbeddedBatches.js} +15 -15
- package/src/model/{InlineResponse2005EmbeddedLinks.js → InlineResponse2002EmbeddedLinks.js} +13 -13
- package/src/model/{InlineResponse2005EmbeddedLinksReports.js → InlineResponse2002EmbeddedLinksReports.js} +8 -8
- package/src/model/{InlineResponse2005EmbeddedTotals.js → InlineResponse2002EmbeddedTotals.js} +8 -8
- package/src/model/{InlineResponse2005Links.js → InlineResponse2002Links.js} +8 -8
- package/src/model/InlineResponse2003.js +45 -83
- package/src/model/{InlineResponse2006Billing.js → InlineResponse2003Billing.js} +8 -8
- package/src/model/{InlineResponse2006Links.js → InlineResponse2003Links.js} +13 -13
- package/src/model/{InlineResponse2006LinksReport.js → InlineResponse2003LinksReport.js} +8 -8
- package/src/model/InlineResponse2004.js +49 -87
- package/src/model/{InlineResponse2007Records.js → InlineResponse2004Records.js} +15 -15
- package/src/model/{InlineResponse2007ResponseRecord.js → InlineResponse2004ResponseRecord.js} +13 -13
- package/src/model/{InlineResponse2007ResponseRecordAdditionalUpdates.js → InlineResponse2004ResponseRecordAdditionalUpdates.js} +8 -8
- package/src/model/{InlineResponse2007SourceRecord.js → InlineResponse2004SourceRecord.js} +8 -8
- package/src/model/InlineResponse2014.js +46 -99
- package/src/model/InlineResponse2014Payloads.js +81 -0
- package/src/model/InlineResponse2014PayloadsTestPayload.js +82 -0
- package/src/model/InlineResponse2015.js +4 -20
- package/src/model/Microformv2sessionsTransientTokenResponseOptions.js +82 -0
- package/src/model/Model400UploadBatchFileResponse.js +89 -0
- package/src/model/NetworkTokenEnrollment.js +89 -0
- package/src/model/NetworkTokenServicesEnablement.js +89 -0
- package/src/model/NetworkTokenServicesEnablementMastercardDigitalEnablementService.js +82 -0
- package/src/model/NetworkTokenServicesEnablementVisaTokenService.js +82 -0
- package/src/model/PaymentsStrongAuthIssuerInformation.js +9 -0
- package/src/model/PtsV2PaymentsPost201Response1.js +20 -4
- package/src/model/{InlineResponse4042.js → PtsV2PaymentsPost201Response1ErrorInformation.js} +15 -13
- package/src/model/{InlineResponse4042Details.js → PtsV2PaymentsPost201Response1ErrorInformationDetails.js} +9 -16
- package/src/model/{Notificationsubscriptionsv1webhooksProducts.js → PtsV2PaymentsPost201Response1IssuerInformation.js} +18 -17
- package/src/model/PtsV2PaymentsPost201Response1OrderInformation.js +12 -4
- package/src/model/PtsV2PaymentsPost201Response1OrderInformationAmountDetails.js +82 -0
- package/src/model/PtsV2PaymentsPost201Response1PaymentInformation.js +12 -4
- package/src/model/PtsV2PaymentsPost201Response1PaymentInformationEWallet.js +91 -0
- package/src/model/PtsV2PaymentsPost201Response1ProcessorInformation.js +18 -0
- package/src/model/PtsV2PaymentsRefundPost201Response.js +12 -4
- package/src/model/Ptsv2paymentsProcessingInformation.js +1 -1
- package/src/model/Ptsv2payoutsProcessingInformation.js +1 -1
- package/src/model/Ptsv2payoutsRecipientInformation.js +7 -7
- package/src/model/Ptsv2payoutsSenderInformation.js +3 -3
- package/src/model/Ptsv2payoutsSenderInformationAccount.js +1 -1
- package/src/model/SaveAsymEgressKey.js +3 -5
- package/src/model/SaveSymEgressKey.js +3 -5
- package/src/model/TmsBusinessInformation.js +134 -0
- package/src/model/TmsBusinessInformationAcquirer.js +91 -0
- package/src/model/TmsBusinessInformationAddress.js +91 -0
- package/src/model/TssV2TransactionsGet200ResponsePaymentInformationIssuerInformation.js +9 -0
- package/src/model/TssV2TransactionsPost201ResponseEmbeddedProcessorInformation.js +9 -0
- package/src/model/Upv1capturecontextsCaptureMandate.js +18 -0
- package/src/utilities/JWEUtility.js +9 -0
- package/docs/CreateWebhookRequest.md +0 -17
- package/docs/InlineResponse2005.md +0 -14
- package/docs/InlineResponse2005Embedded.md +0 -8
- package/docs/InlineResponse2005EmbeddedLinks.md +0 -8
- package/docs/InlineResponse2006.md +0 -17
- package/docs/InlineResponse2007.md +0 -17
- package/docs/InlineResponse2007Records.md +0 -10
- package/docs/InlineResponse4042.md +0 -10
- package/docs/InlineResponse4042Details.md +0 -9
- package/docs/Notificationsubscriptionsv1productsorganizationIdEventTypes.md +0 -12
- package/docs/Notificationsubscriptionsv1webhooksNotificationScope.md +0 -9
- package/docs/Notificationsubscriptionsv1webhooksProducts.md +0 -9
- package/docs/Notificationsubscriptionsv1webhooksRetryPolicy.md +0 -15
- package/docs/Notificationsubscriptionsv1webhooksSecurityPolicy.md +0 -9
- package/docs/Notificationsubscriptionsv1webhooksSecurityPolicy1.md +0 -10
- package/docs/Notificationsubscriptionsv1webhooksSecurityPolicy1Config.md +0 -11
- package/docs/Notificationsubscriptionsv1webhooksSecurityPolicy1ConfigAdditionalConfig.md +0 -11
- package/docs/Notificationsubscriptionsv1webhooksSecurityPolicyConfig.md +0 -10
- package/docs/Nrtfv1webhookswebhookIdreplaysByDeliveryStatus.md +0 -13
- package/docs/ReplayWebhooksApi.md +0 -59
- package/docs/ReplayWebhooksRequest.md +0 -9
- package/docs/UpdateWebhookRequest.md +0 -19
- package/src/api/ReplayWebhooksApi.js +0 -122
- package/src/model/CreateWebhookRequest.js +0 -161
- package/src/model/InlineResponse2005.js +0 -129
- package/src/model/InlineResponse2006.js +0 -158
- package/src/model/InlineResponse2007.js +0 -158
- package/src/model/Notificationsubscriptionsv1productsorganizationIdEventTypes.js +0 -115
- package/src/model/Notificationsubscriptionsv1webhooksNotificationScope.js +0 -92
- package/src/model/Notificationsubscriptionsv1webhooksRetryPolicy.js +0 -146
- package/src/model/Notificationsubscriptionsv1webhooksSecurityPolicy.js +0 -91
- package/src/model/Notificationsubscriptionsv1webhooksSecurityPolicy1.js +0 -100
- package/src/model/Notificationsubscriptionsv1webhooksSecurityPolicy1Config.js +0 -109
- package/src/model/Notificationsubscriptionsv1webhooksSecurityPolicy1ConfigAdditionalConfig.js +0 -106
- package/src/model/Notificationsubscriptionsv1webhooksSecurityPolicyConfig.js +0 -101
- package/src/model/Nrtfv1webhookswebhookIdreplaysByDeliveryStatus.js +0 -125
- package/src/model/ReplayWebhooksRequest.js +0 -89
- package/src/model/UpdateWebhookRequest.js +0 -179
package/docs/BatchesApi.md
CHANGED
|
@@ -12,7 +12,7 @@ Method | HTTP request | Description
|
|
|
12
12
|
|
|
13
13
|
<a name="getBatchReport"></a>
|
|
14
14
|
# **getBatchReport**
|
|
15
|
-
>
|
|
15
|
+
> InlineResponse2004 getBatchReport(batchId)
|
|
16
16
|
|
|
17
17
|
Retrieve a Batch Report
|
|
18
18
|
|
|
@@ -45,7 +45,7 @@ Name | Type | Description | Notes
|
|
|
45
45
|
|
|
46
46
|
### Return type
|
|
47
47
|
|
|
48
|
-
[**
|
|
48
|
+
[**InlineResponse2004**](InlineResponse2004.md)
|
|
49
49
|
|
|
50
50
|
### Authorization
|
|
51
51
|
|
|
@@ -58,7 +58,7 @@ No authorization required
|
|
|
58
58
|
|
|
59
59
|
<a name="getBatchStatus"></a>
|
|
60
60
|
# **getBatchStatus**
|
|
61
|
-
>
|
|
61
|
+
> InlineResponse2003 getBatchStatus(batchId)
|
|
62
62
|
|
|
63
63
|
Retrieve a Batch Status
|
|
64
64
|
|
|
@@ -91,7 +91,7 @@ Name | Type | Description | Notes
|
|
|
91
91
|
|
|
92
92
|
### Return type
|
|
93
93
|
|
|
94
|
-
[**
|
|
94
|
+
[**InlineResponse2003**](InlineResponse2003.md)
|
|
95
95
|
|
|
96
96
|
### Authorization
|
|
97
97
|
|
|
@@ -104,7 +104,7 @@ No authorization required
|
|
|
104
104
|
|
|
105
105
|
<a name="getBatchesList"></a>
|
|
106
106
|
# **getBatchesList**
|
|
107
|
-
>
|
|
107
|
+
> InlineResponse2002 getBatchesList(opts)
|
|
108
108
|
|
|
109
109
|
List Batches
|
|
110
110
|
|
|
@@ -144,7 +144,7 @@ Name | Type | Description | Notes
|
|
|
144
144
|
|
|
145
145
|
### Return type
|
|
146
146
|
|
|
147
|
-
[**
|
|
147
|
+
[**InlineResponse2002**](InlineResponse2002.md)
|
|
148
148
|
|
|
149
149
|
### Authorization
|
|
150
150
|
|
package/docs/CommerceSolutionsProductsTokenManagementConfigurationInformationConfigurations.md
CHANGED
|
@@ -5,5 +5,6 @@ Name | Type | Description | Notes
|
|
|
5
5
|
------------ | ------------- | ------------- | -------------
|
|
6
6
|
**parentProfileId** | **String** | Specify the Vault ID to which transacting MID needs to be assigned.Provide Vault ID as seen on EBC Vault management page. If not provided , transacting MID will be assigned to the existing default Vault at merchant's level. If there are no Vaults at merchant level , a new Vault will be created and transacting MID will be assigned to it. | [optional]
|
|
7
7
|
**vault** | [**CommerceSolutionsProductsTokenManagementConfigurationInformationConfigurationsVault**](CommerceSolutionsProductsTokenManagementConfigurationInformationConfigurationsVault.md) | | [optional]
|
|
8
|
+
**networkTokenEnrollment** | [**NetworkTokenEnrollment**](NetworkTokenEnrollment.md) | | [optional]
|
|
8
9
|
|
|
9
10
|
|
|
@@ -4,111 +4,16 @@ All URIs are relative to *https://apitest.cybersource.com*
|
|
|
4
4
|
|
|
5
5
|
Method | HTTP request | Description
|
|
6
6
|
------------- | ------------- | -------------
|
|
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
|
|
9
7
|
[**saveSymEgressKey**](CreateNewWebhooksApi.md#saveSymEgressKey) | **POST** /kms/egress/v2/keys-sym | Create Webhook Security Keys
|
|
10
8
|
|
|
11
9
|
|
|
12
|
-
<a name="createWebhookSubscription"></a>
|
|
13
|
-
# **createWebhookSubscription**
|
|
14
|
-
> InlineResponse2014 createWebhookSubscription(opts)
|
|
15
|
-
|
|
16
|
-
Create a Webhook
|
|
17
|
-
|
|
18
|
-
Create a new webhook subscription. Before creating a webhook, ensure that a security key has been created at the top of this developer center section. You will not need to pass us back the key during the creation of the webhook, but you will receive an error if you did not already create a key or store one on file.
|
|
19
|
-
|
|
20
|
-
### Example
|
|
21
|
-
```javascript
|
|
22
|
-
var CyberSource = require('CyberSource');
|
|
23
|
-
|
|
24
|
-
var apiInstance = new CyberSource.CreateNewWebhooksApi();
|
|
25
|
-
|
|
26
|
-
var opts = {
|
|
27
|
-
'createWebhookRequest': new CyberSource.CreateWebhookRequest() // CreateWebhookRequest | The webhook payload
|
|
28
|
-
};
|
|
29
|
-
|
|
30
|
-
var callback = function(error, data, response) {
|
|
31
|
-
if (error) {
|
|
32
|
-
console.error(error);
|
|
33
|
-
} else {
|
|
34
|
-
console.log('API called successfully. Returned data: ' + data);
|
|
35
|
-
}
|
|
36
|
-
};
|
|
37
|
-
apiInstance.createWebhookSubscription(opts, callback);
|
|
38
|
-
```
|
|
39
|
-
|
|
40
|
-
### Parameters
|
|
41
|
-
|
|
42
|
-
Name | Type | Description | Notes
|
|
43
|
-
------------- | ------------- | ------------- | -------------
|
|
44
|
-
**createWebhookRequest** | [**CreateWebhookRequest**](CreateWebhookRequest.md)| The webhook payload | [optional]
|
|
45
|
-
|
|
46
|
-
### Return type
|
|
47
|
-
|
|
48
|
-
[**InlineResponse2014**](InlineResponse2014.md)
|
|
49
|
-
|
|
50
|
-
### Authorization
|
|
51
|
-
|
|
52
|
-
No authorization required
|
|
53
|
-
|
|
54
|
-
### HTTP request headers
|
|
55
|
-
|
|
56
|
-
- **Content-Type**: application/json;charset=utf-8
|
|
57
|
-
- **Accept**: application/json;charset=utf-8
|
|
58
|
-
|
|
59
|
-
<a name="findProductsToSubscribe"></a>
|
|
60
|
-
# **findProductsToSubscribe**
|
|
61
|
-
> [InlineResponse2002] findProductsToSubscribe(organizationId)
|
|
62
|
-
|
|
63
|
-
Find Products You Can Subscribe To
|
|
64
|
-
|
|
65
|
-
Retrieve a list of products and event types that your account is eligible for. These products and events are the ones that you may subscribe to in the next step of creating webhooks.
|
|
66
|
-
|
|
67
|
-
### Example
|
|
68
|
-
```javascript
|
|
69
|
-
var CyberSource = require('CyberSource');
|
|
70
|
-
|
|
71
|
-
var apiInstance = new CyberSource.CreateNewWebhooksApi();
|
|
72
|
-
|
|
73
|
-
var organizationId = "organizationId_example"; // String | The Organization Identifier.
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
var callback = function(error, data, response) {
|
|
77
|
-
if (error) {
|
|
78
|
-
console.error(error);
|
|
79
|
-
} else {
|
|
80
|
-
console.log('API called successfully. Returned data: ' + data);
|
|
81
|
-
}
|
|
82
|
-
};
|
|
83
|
-
apiInstance.findProductsToSubscribe(organizationId, callback);
|
|
84
|
-
```
|
|
85
|
-
|
|
86
|
-
### Parameters
|
|
87
|
-
|
|
88
|
-
Name | Type | Description | Notes
|
|
89
|
-
------------- | ------------- | ------------- | -------------
|
|
90
|
-
**organizationId** | **String**| The Organization Identifier. |
|
|
91
|
-
|
|
92
|
-
### Return type
|
|
93
|
-
|
|
94
|
-
[**[InlineResponse2002]**](InlineResponse2002.md)
|
|
95
|
-
|
|
96
|
-
### Authorization
|
|
97
|
-
|
|
98
|
-
No authorization required
|
|
99
|
-
|
|
100
|
-
### HTTP request headers
|
|
101
|
-
|
|
102
|
-
- **Content-Type**: application/json;charset=utf-8
|
|
103
|
-
- **Accept**: application/json;charset=utf-8
|
|
104
|
-
|
|
105
10
|
<a name="saveSymEgressKey"></a>
|
|
106
11
|
# **saveSymEgressKey**
|
|
107
12
|
> InlineResponse2013 saveSymEgressKey(vCSenderOrganizationId, vCPermissions, opts)
|
|
108
13
|
|
|
109
14
|
Create Webhook Security Keys
|
|
110
15
|
|
|
111
|
-
Create security keys that CyberSource will use internally to connect to your servers and validate messages using a digital signature. Select the CREATE example for CyberSource to generate the key on our server and maintain it for you as well.
|
|
16
|
+
Create security keys that CyberSource will use internally to connect to your servers and validate messages using a digital signature. Select the CREATE example for CyberSource to generate the key on our server and maintain it for you as well. Remember to save the key in the API response, so that you can use it to validate messages later.
|
|
112
17
|
|
|
113
18
|
### Example
|
|
114
19
|
```javascript
|
|
@@ -155,5 +60,5 @@ No authorization required
|
|
|
155
60
|
### HTTP request headers
|
|
156
61
|
|
|
157
62
|
- **Content-Type**: application/json;charset=utf-8
|
|
158
|
-
- **Accept**: application/json;charset=utf-8
|
|
63
|
+
- **Accept**: application/hal+json;charset=utf-8
|
|
159
64
|
|
|
@@ -5,7 +5,8 @@ Name | Type | Description | Notes
|
|
|
5
5
|
------------ | ------------- | ------------- | -------------
|
|
6
6
|
**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 **Important:** - When integrating Microform (
|
|
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 **Important:** - When integrating Microform (Card) at least one card network should be specified in the allowedCardNetworks field in the capture context request. - When integrating Microform (ACH/Echeck) the allowedCardNetworks field is not required in the capture context request. - When integrating both Microform (Card) and Microform (ACH/Echeck) at least one card network should be specified in the allowedCardNetworks field in the capture context request. | [optional]
|
|
9
9
|
**allowedPaymentTypes** | **[String]** | The payment types that are allowed for the merchant. Possible values when launching Microform: - CARD - CHECK <br><br> | [optional]
|
|
10
|
+
**transientTokenResponseOptions** | [**Microformv2sessionsTransientTokenResponseOptions**](Microformv2sessionsTransientTokenResponseOptions.md) | | [optional]
|
|
10
11
|
|
|
11
12
|
|
|
@@ -6,10 +6,11 @@ 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: - 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]
|
|
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.<br><br> **Managing Google Pay Authentication Types** When you enable Google Pay on Unified Checkout you can specify optional parameters that define the types of card authentication you receive from Google Pay. | [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]
|
|
12
12
|
**captureMandate** | [**Upv1capturecontextsCaptureMandate**](Upv1capturecontextsCaptureMandate.md) | | [optional]
|
|
13
13
|
**orderInformation** | [**Upv1capturecontextsOrderInformation**](Upv1capturecontextsOrderInformation.md) | | [optional]
|
|
14
|
+
**transientTokenResponseOptions** | [**Microformv2sessionsTransientTokenResponseOptions**](Microformv2sessionsTransientTokenResponseOptions.md) | | [optional]
|
|
14
15
|
|
|
15
16
|
|
|
@@ -3,8 +3,12 @@
|
|
|
3
3
|
## Properties
|
|
4
4
|
Name | Type | Description | Notes
|
|
5
5
|
------------ | ------------- | ------------- | -------------
|
|
6
|
-
**
|
|
7
|
-
**
|
|
8
|
-
**
|
|
6
|
+
**links** | [**[InlineResponse2002Links]**](InlineResponse2002Links.md) | | [optional]
|
|
7
|
+
**_object** | **String** | | [optional]
|
|
8
|
+
**offset** | **Number** | | [optional]
|
|
9
|
+
**limit** | **Number** | | [optional]
|
|
10
|
+
**count** | **Number** | | [optional]
|
|
11
|
+
**total** | **Number** | | [optional]
|
|
12
|
+
**embedded** | [**InlineResponse2002Embedded**](InlineResponse2002Embedded.md) | | [optional]
|
|
9
13
|
|
|
10
14
|
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
# CyberSource.InlineResponse2002Embedded
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
Name | Type | Description | Notes
|
|
5
|
+
------------ | ------------- | ------------- | -------------
|
|
6
|
+
**batches** | [**[InlineResponse2002EmbeddedBatches]**](InlineResponse2002EmbeddedBatches.md) | | [optional]
|
|
7
|
+
|
|
8
|
+
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
# CyberSource.
|
|
1
|
+
# CyberSource.InlineResponse2002EmbeddedBatches
|
|
2
2
|
|
|
3
3
|
## Properties
|
|
4
4
|
Name | Type | Description | Notes
|
|
5
5
|
------------ | ------------- | ------------- | -------------
|
|
6
|
-
**links** | [**
|
|
6
|
+
**links** | [**InlineResponse2002EmbeddedLinks**](InlineResponse2002EmbeddedLinks.md) | | [optional]
|
|
7
7
|
**batchId** | **String** | Unique identification number assigned to the submitted request. | [optional]
|
|
8
8
|
**batchCreatedDate** | **String** | ISO-8601 format: yyyy-MM-ddTHH:mm:ssZ | [optional]
|
|
9
9
|
**batchModifiedDate** | **String** | ISO-8601 format: yyyy-MM-ddTHH:mm:ssZ | [optional]
|
|
@@ -12,6 +12,6 @@ Name | Type | Description | Notes
|
|
|
12
12
|
**merchantReference** | **String** | Reference used by merchant to identify batch. | [optional]
|
|
13
13
|
**batchCaEndpoints** | **[String]** | Valid Values: * VISA * MASTERCARD * AMEX | [optional]
|
|
14
14
|
**status** | **String** | Valid Values: * REJECTED * RECEIVED * VALIDATED * DECLINED * PROCESSING * COMPLETE | [optional]
|
|
15
|
-
**totals** | [**
|
|
15
|
+
**totals** | [**InlineResponse2002EmbeddedTotals**](InlineResponse2002EmbeddedTotals.md) | | [optional]
|
|
16
16
|
|
|
17
17
|
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
# CyberSource.InlineResponse2002EmbeddedLinks
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
Name | Type | Description | Notes
|
|
5
|
+
------------ | ------------- | ------------- | -------------
|
|
6
|
+
**reports** | [**[InlineResponse2002EmbeddedLinksReports]**](InlineResponse2002EmbeddedLinksReports.md) | | [optional]
|
|
7
|
+
|
|
8
|
+
|
|
@@ -3,19 +3,15 @@
|
|
|
3
3
|
## Properties
|
|
4
4
|
Name | Type | Description | Notes
|
|
5
5
|
------------ | ------------- | ------------- | -------------
|
|
6
|
-
**
|
|
7
|
-
**
|
|
8
|
-
**
|
|
9
|
-
**
|
|
10
|
-
**
|
|
11
|
-
**
|
|
12
|
-
**status** | **String** |
|
|
13
|
-
**
|
|
14
|
-
**
|
|
15
|
-
**
|
|
16
|
-
**securityPolicy** | [**Notificationsubscriptionsv1webhooksSecurityPolicy**](Notificationsubscriptionsv1webhooksSecurityPolicy.md) | | [optional]
|
|
17
|
-
**createdOn** | **String** | Date on which webhook was created/registered. | [optional]
|
|
18
|
-
**updatedOn** | **String** | Date on which webhook was most recently updated. | [optional]
|
|
19
|
-
**additionalAttributes** | **[{String: String}]** | Additional, free form configuration data. | [optional]
|
|
6
|
+
**links** | [**InlineResponse2003Links**](InlineResponse2003Links.md) | | [optional]
|
|
7
|
+
**batchId** | **String** | Unique identification number assigned to the submitted request. | [optional]
|
|
8
|
+
**batchCreatedDate** | **String** | ISO-8601 format: yyyy-MM-ddTHH:mm:ssZ | [optional]
|
|
9
|
+
**batchSource** | **String** | Valid Values: * SCHEDULER * TOKEN_API * CREDIT_CARD_FILE_UPLOAD * AMEX_REGSITRY * AMEX_REGISTRY_API * AMEX_MAINTENANCE | [optional]
|
|
10
|
+
**merchantReference** | **String** | Reference used by merchant to identify batch. | [optional]
|
|
11
|
+
**batchCaEndpoints** | **String** | | [optional]
|
|
12
|
+
**status** | **String** | Valid Values: * REJECTED * RECEIVED * VALIDATED * DECLINED * PROCESSING * COMPLETED | [optional]
|
|
13
|
+
**totals** | [**InlineResponse2002EmbeddedTotals**](InlineResponse2002EmbeddedTotals.md) | | [optional]
|
|
14
|
+
**billing** | [**InlineResponse2003Billing**](InlineResponse2003Billing.md) | | [optional]
|
|
15
|
+
**description** | **String** | | [optional]
|
|
20
16
|
|
|
21
17
|
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
# CyberSource.
|
|
1
|
+
# CyberSource.InlineResponse2003Links
|
|
2
2
|
|
|
3
3
|
## Properties
|
|
4
4
|
Name | Type | Description | Notes
|
|
5
5
|
------------ | ------------- | ------------- | -------------
|
|
6
6
|
**self** | [**InlineResponse202LinksStatus**](InlineResponse202LinksStatus.md) | | [optional]
|
|
7
|
-
**report** | [**[
|
|
7
|
+
**report** | [**[InlineResponse2003LinksReport]**](InlineResponse2003LinksReport.md) | | [optional]
|
|
8
8
|
|
|
9
9
|
|
|
@@ -3,19 +3,15 @@
|
|
|
3
3
|
## Properties
|
|
4
4
|
Name | Type | Description | Notes
|
|
5
5
|
------------ | ------------- | ------------- | -------------
|
|
6
|
-
**
|
|
7
|
-
**
|
|
8
|
-
**
|
|
9
|
-
**
|
|
10
|
-
**
|
|
11
|
-
**
|
|
12
|
-
**
|
|
13
|
-
**
|
|
14
|
-
**
|
|
15
|
-
**
|
|
16
|
-
**securityPolicy** | [**Notificationsubscriptionsv1webhooksSecurityPolicy**](Notificationsubscriptionsv1webhooksSecurityPolicy.md) | | [optional]
|
|
17
|
-
**createdOn** | **String** | Date on which webhook was created/registered. | [optional]
|
|
18
|
-
**updatedOn** | **String** | Date on which webhook was most recently updated. | [optional]
|
|
19
|
-
**additionalAttributes** | **[{String: String}]** | Additional, free form configuration data. | [optional]
|
|
6
|
+
**version** | **String** | | [optional]
|
|
7
|
+
**reportCreatedDate** | **String** | ISO-8601 format: yyyy-MM-ddTHH:mm:ssZ | [optional]
|
|
8
|
+
**batchId** | **String** | Unique identification number assigned to the submitted request. | [optional]
|
|
9
|
+
**batchSource** | **String** | Valid Values: * SCHEDULER * TOKEN_API * CREDIT_CARD_FILE_UPLOAD * AMEX_REGSITRY * AMEX_REGISTRY_API * AMEX_MAINTENANCE | [optional]
|
|
10
|
+
**batchCaEndpoints** | **String** | | [optional]
|
|
11
|
+
**batchCreatedDate** | **String** | ISO-8601 format: yyyy-MM-ddTHH:mm:ssZ | [optional]
|
|
12
|
+
**merchantReference** | **String** | Reference used by merchant to identify batch. | [optional]
|
|
13
|
+
**totals** | [**InlineResponse2002EmbeddedTotals**](InlineResponse2002EmbeddedTotals.md) | | [optional]
|
|
14
|
+
**billing** | [**InlineResponse2003Billing**](InlineResponse2003Billing.md) | | [optional]
|
|
15
|
+
**records** | [**[InlineResponse2004Records]**](InlineResponse2004Records.md) | | [optional]
|
|
20
16
|
|
|
21
17
|
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
# CyberSource.InlineResponse2004Records
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
Name | Type | Description | Notes
|
|
5
|
+
------------ | ------------- | ------------- | -------------
|
|
6
|
+
**id** | **String** | | [optional]
|
|
7
|
+
**sourceRecord** | [**InlineResponse2004SourceRecord**](InlineResponse2004SourceRecord.md) | | [optional]
|
|
8
|
+
**responseRecord** | [**InlineResponse2004ResponseRecord**](InlineResponse2004ResponseRecord.md) | | [optional]
|
|
9
|
+
|
|
10
|
+
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# CyberSource.
|
|
1
|
+
# CyberSource.InlineResponse2004ResponseRecord
|
|
2
2
|
|
|
3
3
|
## Properties
|
|
4
4
|
Name | Type | Description | Notes
|
|
@@ -12,6 +12,6 @@ Name | Type | Description | Notes
|
|
|
12
12
|
**cardExpiryMonth** | **String** | | [optional]
|
|
13
13
|
**cardExpiryYear** | **String** | | [optional]
|
|
14
14
|
**cardType** | **String** | | [optional]
|
|
15
|
-
**additionalUpdates** | [**[
|
|
15
|
+
**additionalUpdates** | [**[InlineResponse2004ResponseRecordAdditionalUpdates]**](InlineResponse2004ResponseRecordAdditionalUpdates.md) | | [optional]
|
|
16
16
|
|
|
17
17
|
|
|
@@ -3,20 +3,14 @@
|
|
|
3
3
|
## Properties
|
|
4
4
|
Name | Type | Description | Notes
|
|
5
5
|
------------ | ------------- | ------------- | -------------
|
|
6
|
-
**
|
|
7
|
-
**
|
|
8
|
-
**
|
|
9
|
-
**
|
|
10
|
-
**
|
|
11
|
-
**
|
|
12
|
-
**
|
|
13
|
-
**
|
|
14
|
-
**
|
|
15
|
-
**description** | **String** | Client friendly webhook description. | [optional]
|
|
16
|
-
**retryPolicy** | [**Notificationsubscriptionsv1webhooksRetryPolicy**](Notificationsubscriptionsv1webhooksRetryPolicy.md) | | [optional]
|
|
17
|
-
**securityPolicy** | [**Notificationsubscriptionsv1webhooksSecurityPolicy**](Notificationsubscriptionsv1webhooksSecurityPolicy.md) | | [optional]
|
|
18
|
-
**createdOn** | **String** | Date on which webhook was created/registered. | [optional]
|
|
19
|
-
**updatedOn** | **String** | Date on which webhook was most recently updated. | [optional]
|
|
20
|
-
**additionalAttributes** | **[{String: String}]** | Additional, free form configuration data. | [optional]
|
|
6
|
+
**eventDate** | **String** | Date that the webhook was delivered | [optional]
|
|
7
|
+
**eventType** | **String** | The event name the webhook was delivered for | [optional]
|
|
8
|
+
**organizationId** | **String** | The Organization Identifier. | [optional]
|
|
9
|
+
**payloads** | [**InlineResponse2014Payloads**](InlineResponse2014Payloads.md) | | [optional]
|
|
10
|
+
**productId** | **String** | The product the webhook was delivered for | [optional]
|
|
11
|
+
**requestType** | **String** | Identifies the the type of request | [optional]
|
|
12
|
+
**retryNumber** | **Number** | The number of retry attempts for a given webhook | [optional]
|
|
13
|
+
**transactionTraceId** | **String** | The identifier for the webhook | [optional]
|
|
14
|
+
**webhookId** | **String** | The identifier of the subscription | [optional]
|
|
21
15
|
|
|
22
16
|
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
# CyberSource.InlineResponse2014Payloads
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
Name | Type | Description | Notes
|
|
5
|
+
------------ | ------------- | ------------- | -------------
|
|
6
|
+
**testPayload** | [**InlineResponse2014PayloadsTestPayload**](InlineResponse2014PayloadsTestPayload.md) | | [optional]
|
|
7
|
+
|
|
8
|
+
|
|
@@ -5,7 +5,5 @@ Name | Type | Description | Notes
|
|
|
5
5
|
------------ | ------------- | ------------- | -------------
|
|
6
6
|
**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. | [optional]
|
|
7
7
|
**status** | **String** | The status of the submitted transaction. Possible values: - ACCEPTED | [optional]
|
|
8
|
-
**clientReferenceInformation** | [**Kmsegressv2keyssymClientReferenceInformation**](Kmsegressv2keyssymClientReferenceInformation.md) | | [optional]
|
|
9
|
-
**keyInformation** | [**Kmsegressv2keysasymKeyInformation**](Kmsegressv2keysasymKeyInformation.md) | | [optional]
|
|
10
8
|
|
|
11
9
|
|