cybersource-rest-client 0.0.59 → 0.0.60
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/BinLookupApi.md +2 -2
- package/docs/CheckPayerAuthEnrollmentRequest.md +1 -1
- package/docs/CreateNewWebhooksApi.md +2 -2
- package/docs/CreatePaymentRequest.md +1 -0
- package/docs/InlineResponse2001.md +7 -6
- package/docs/{InlineResponse2002IntegrationInformation.md → InlineResponse2001IntegrationInformation.md} +2 -2
- package/docs/{InlineResponse2002IntegrationInformationTenantConfigurations.md → InlineResponse2001IntegrationInformationTenantConfigurations.md} +1 -1
- package/docs/InlineResponse2002.md +3 -7
- package/docs/InlineResponse2003.md +14 -3
- package/docs/InlineResponse2005.md +7 -14
- package/docs/InlineResponse2005Embedded.md +8 -0
- package/docs/{InlineResponse2006EmbeddedBatches.md → InlineResponse2005EmbeddedBatches.md} +3 -3
- package/docs/InlineResponse2005EmbeddedLinks.md +8 -0
- package/docs/{InlineResponse2006EmbeddedLinksReports.md → InlineResponse2005EmbeddedLinksReports.md} +1 -1
- package/docs/{InlineResponse2006EmbeddedTotals.md → InlineResponse2005EmbeddedTotals.md} +1 -1
- package/docs/InlineResponse2005Links.md +9 -0
- package/docs/InlineResponse2006.md +10 -7
- package/docs/{InlineResponse2007Billing.md → InlineResponse2006Billing.md} +1 -1
- package/docs/InlineResponse2006Links.md +2 -2
- package/docs/{InlineResponse2007LinksReport.md → InlineResponse2006LinksReport.md} +1 -1
- package/docs/InlineResponse2007.md +7 -7
- package/docs/InlineResponse2007Records.md +10 -0
- package/docs/{InlineResponse2008ResponseRecord.md → InlineResponse2007ResponseRecord.md} +2 -2
- package/docs/{InlineResponse2008ResponseRecordAdditionalUpdates.md → InlineResponse2007ResponseRecordAdditionalUpdates.md} +1 -1
- package/docs/{InlineResponse2008SourceRecord.md → InlineResponse2007SourceRecord.md} +1 -1
- package/docs/InlineResponse2012SetupsPayments.md +1 -0
- package/docs/InlineResponse4005.md +18 -5
- package/docs/{InlineResponse4007Details.md → InlineResponse4005Details.md} +1 -1
- package/docs/InlineResponse4006.md +42 -5
- package/docs/{InlineResponse4008Details.md → InlineResponse4006Details.md} +1 -1
- package/docs/InlineResponse4041.md +1 -1
- package/docs/InlineResponse4221.md +1 -1
- package/docs/InlineResponse5002.md +13 -4
- package/docs/ManageWebhooksApi.md +4 -4
- package/docs/MerchantBoardingApi.md +2 -2
- package/docs/PayerAuthConfigCardTypesVerifiedByVisaCurrencies.md +1 -1
- package/docs/PayerAuthSetupRequest.md +1 -1
- package/docs/PaymentsProducts.md +1 -0
- package/docs/PaymentsProductsServiceFee.md +9 -0
- package/docs/PaymentsProductsServiceFeeConfigurationInformation.md +8 -0
- package/docs/PaymentsProductsServiceFeeConfigurationInformationConfigurations.md +12 -0
- package/docs/PaymentsProductsServiceFeeConfigurationInformationConfigurationsMerchantInformation.md +10 -0
- package/docs/PaymentsProductsServiceFeeConfigurationInformationConfigurationsPaymentInformation.md +44 -0
- package/docs/PaymentsProductsServiceFeeConfigurationInformationConfigurationsProducts.md +8 -0
- package/docs/PtsV2PaymentsPost201ResponseEmbeddedActionsCONSUMERAUTHENTICATION.md +1 -1
- package/docs/PtsV2PaymentsPost201ResponseProcessorInformation.md +1 -0
- package/docs/Ptsv2paymentsProcessingInformationAuthorizationOptions.md +1 -0
- package/docs/Ptsv2paymentsRecipientInformation.md +7 -3
- package/docs/Ptsv2paymentsSenderInformation.md +14 -0
- package/docs/RiskV1AuthenticationResultsPost201Response.md +1 -2
- package/docs/RiskV1AuthenticationResultsPost201ResponseConsumerAuthenticationInformation.md +5 -0
- package/docs/RiskV1AuthenticationsPost201Response.md +1 -2
- package/docs/RiskV1AuthenticationsPost400Response1.md +1 -1
- package/docs/Riskv1authenticationresultsConsumerAuthenticationInformation.md +1 -3
- package/docs/Riskv1authenticationresultsPaymentInformationCard.md +0 -1
- package/docs/Riskv1authenticationsDeviceInformation.md +8 -8
- package/docs/Riskv1authenticationsPaymentInformation.md +1 -1
- package/docs/Riskv1authenticationsetupsClientReferenceInformation.md +11 -0
- package/docs/Riskv1decisionsConsumerAuthenticationInformation.md +1 -2
- package/docs/ValidateRequest.md +1 -1
- package/package.json +1 -1
- package/src/ApiClient.js +14 -0
- package/src/api/BatchesApi.js +13 -13
- package/src/api/BinLookupApi.js +2 -2
- package/src/api/CreateNewWebhooksApi.js +7 -7
- package/src/api/ManageWebhooksApi.js +10 -10
- package/src/api/MerchantBoardingApi.js +7 -7
- package/src/api/UnifiedCheckoutCaptureContextApi.js +4 -4
- package/src/index.js +104 -269
- package/src/model/CheckPayerAuthEnrollmentRequest.js +6 -6
- package/src/model/CreatePaymentRequest.js +12 -4
- package/src/model/InlineResponse2001.js +36 -34
- package/src/model/{InlineResponse2002IntegrationInformation.js → InlineResponse2001IntegrationInformation.js} +13 -13
- package/src/model/{InlineResponse2002IntegrationInformationTenantConfigurations.js → InlineResponse2001IntegrationInformationTenantConfigurations.js} +9 -9
- package/src/model/InlineResponse2002.js +18 -48
- package/src/model/InlineResponse2003.js +115 -18
- package/src/model/InlineResponse2005.js +32 -99
- package/src/model/{InlineResponse2006Embedded.js → InlineResponse2005Embedded.js} +13 -13
- package/src/model/{InlineResponse2006EmbeddedBatches.js → InlineResponse2005EmbeddedBatches.js} +15 -15
- package/src/model/{InlineResponse2006EmbeddedLinks.js → InlineResponse2005EmbeddedLinks.js} +13 -13
- package/src/model/{InlineResponse2006EmbeddedLinksReports.js → InlineResponse2005EmbeddedLinksReports.js} +8 -8
- package/src/model/{InlineResponse2006EmbeddedTotals.js → InlineResponse2005EmbeddedTotals.js} +8 -8
- package/src/model/InlineResponse2005Links.js +90 -0
- package/src/model/InlineResponse2006.js +59 -30
- package/src/model/{InlineResponse2007Billing.js → InlineResponse2006Billing.js} +8 -8
- package/src/model/InlineResponse2006Links.js +12 -13
- package/src/model/{InlineResponse2007LinksReport.js → InlineResponse2006LinksReport.js} +8 -8
- package/src/model/InlineResponse2007.js +37 -37
- package/src/model/{InlineResponse2008Records.js → InlineResponse2007Records.js} +15 -15
- package/src/model/{InlineResponse2008ResponseRecord.js → InlineResponse2007ResponseRecord.js} +13 -13
- package/src/model/{InlineResponse2008ResponseRecordAdditionalUpdates.js → InlineResponse2007ResponseRecordAdditionalUpdates.js} +8 -8
- package/src/model/{InlineResponse2008SourceRecord.js → InlineResponse2007SourceRecord.js} +8 -8
- package/src/model/InlineResponse2012SetupsPayments.js +8 -0
- package/src/model/InlineResponse4005.js +36 -16
- package/src/model/{InlineResponse4007Details.js → InlineResponse4005Details.js} +8 -8
- package/src/model/InlineResponse4006.js +106 -27
- package/src/model/{InlineResponse4008Details.js → InlineResponse4006Details.js} +8 -8
- package/src/model/InlineResponse4041.js +6 -6
- package/src/model/InlineResponse4221.js +6 -6
- package/src/model/InlineResponse5002.js +18 -7
- package/src/model/PayerAuthConfigCardTypesVerifiedByVisaCurrencies.js +1 -0
- package/src/model/PayerAuthSetupRequest.js +6 -6
- package/src/model/PaymentsProducts.js +12 -4
- package/src/model/PaymentsProductsServiceFee.js +89 -0
- package/src/model/PaymentsProductsServiceFeeConfigurationInformation.js +81 -0
- package/src/model/PaymentsProductsServiceFeeConfigurationInformationConfigurations.js +116 -0
- package/src/model/PaymentsProductsServiceFeeConfigurationInformationConfigurationsMerchantInformation.js +100 -0
- package/src/model/PaymentsProductsServiceFeeConfigurationInformationConfigurationsPaymentInformation.js +175 -0
- package/src/model/PaymentsProductsServiceFeeConfigurationInformationConfigurationsProducts.js +82 -0
- package/src/model/PtsV2PaymentsPost201ResponseEmbeddedActionsCONSUMERAUTHENTICATION.js +1 -1
- package/src/model/PtsV2PaymentsPost201ResponseProcessorInformation.js +9 -0
- package/src/model/Ptsv2paymentsProcessingInformationAuthorizationOptions.js +9 -0
- package/src/model/Ptsv2paymentsRecipientInformation.js +39 -3
- package/src/model/Ptsv2paymentsSenderInformation.js +136 -0
- package/src/model/RiskV1AuthenticationResultsPost201Response.js +1 -10
- package/src/model/RiskV1AuthenticationResultsPost201ResponseConsumerAuthenticationInformation.js +45 -0
- package/src/model/RiskV1AuthenticationsPost201Response.js +1 -10
- package/src/model/RiskV1AuthenticationsPost400Response1.js +1 -1
- package/src/model/Riskv1authenticationresultsConsumerAuthenticationInformation.js +3 -20
- package/src/model/Riskv1authenticationresultsPaymentInformationCard.js +0 -9
- package/src/model/Riskv1authenticationsDeviceInformation.js +17 -9
- package/src/model/Riskv1authenticationsPaymentInformation.js +6 -6
- package/src/model/{Kmsv2keyssymClientReferenceInformation.js → Riskv1authenticationsetupsClientReferenceInformation.js} +19 -10
- package/src/model/Riskv1decisionsConsumerAuthenticationInformation.js +3 -11
- package/src/model/ValidateRequest.js +6 -6
- package/src/utilities/tracking/SdkTracker.js +0 -5
- package/docs/AsymmetricKeyManagementApi.md +0 -199
- package/docs/CreateP12KeysRequest.md +0 -9
- package/docs/CreateSharedSecretKeysRequest.md +0 -9
- package/docs/CreateSharedSecretKeysVerifiRequest.md +0 -9
- package/docs/DeleteBulkP12KeysRequest.md +0 -9
- package/docs/DeleteBulkSymmetricKeysRequest.md +0 -9
- package/docs/InlineResponse2001Keys.md +0 -20
- package/docs/InlineResponse2006Embedded.md +0 -8
- package/docs/InlineResponse2006EmbeddedLinks.md +0 -8
- package/docs/InlineResponse2007Links.md +0 -9
- package/docs/InlineResponse2008.md +0 -17
- package/docs/InlineResponse2008Records.md +0 -10
- package/docs/InlineResponse4007.md +0 -25
- package/docs/InlineResponse4008.md +0 -49
- package/docs/InlineResponse5003.md +0 -20
- package/docs/InlineResponse5021.md +0 -12
- package/docs/KeyManagementApi.md +0 -70
- package/docs/KeyManagementPasswordApi.md +0 -58
- package/docs/KeyManagementPgpApi.md +0 -58
- package/docs/KeyManagementScmpApi.md +0 -58
- package/docs/KmsV2KeysAsymDeletesPost200Response.md +0 -10
- package/docs/KmsV2KeysAsymDeletesPost200ResponseKeyInformation.md +0 -13
- package/docs/KmsV2KeysAsymGet200Response.md +0 -9
- package/docs/KmsV2KeysAsymGet200ResponseKeyInformation.md +0 -15
- package/docs/KmsV2KeysAsymPost201Response.md +0 -12
- package/docs/KmsV2KeysAsymPost201ResponseCertificateInformation.md +0 -11
- package/docs/KmsV2KeysAsymPost201ResponseKeyInformation.md +0 -16
- package/docs/KmsV2KeysSymDeletesPost200Response.md +0 -11
- package/docs/KmsV2KeysSymDeletesPost200ResponseKeyInformation.md +0 -12
- package/docs/KmsV2KeysSymGet200Response.md +0 -10
- package/docs/KmsV2KeysSymGet200ResponseKeyInformation.md +0 -13
- package/docs/KmsV2KeysSymPost201Response.md +0 -11
- package/docs/KmsV2KeysSymPost201ResponseErrorInformation.md +0 -9
- package/docs/KmsV2KeysSymPost201ResponseKeyInformation.md +0 -16
- package/docs/Kmsv2keysasymKeyInformation.md +0 -10
- package/docs/Kmsv2keyssymClientReferenceInformation.md +0 -10
- package/docs/Kmsv2keyssymKeyInformation.md +0 -9
- package/docs/Kmsv2keyssymdeletesKeyInformation.md +0 -10
- package/docs/Kmsv2keyssymverifiKeyInformation.md +0 -21
- package/docs/Riskv1authenticationsPaymentInformationCard.md +0 -12
- package/docs/SymmetricKeyManagementApi.md +0 -199
- package/docs/UpdateAsymKeysRequest.md +0 -9
- package/docs/UpdatePGPKeysRequest.md +0 -9
- package/docs/UpdatePGPKeysRequest1.md +0 -12
- package/docs/UpdatePasswordKeysRequest.md +0 -9
- package/src/api/AsymmetricKeyManagementApi.js +0 -257
- package/src/api/KeyManagementApi.js +0 -114
- package/src/api/KeyManagementPasswordApi.js +0 -110
- package/src/api/KeyManagementPgpApi.js +0 -110
- package/src/api/KeyManagementScmpApi.js +0 -110
- package/src/api/SymmetricKeyManagementApi.js +0 -257
- package/src/model/CreateP12KeysRequest.js +0 -89
- package/src/model/CreateSharedSecretKeysRequest.js +0 -89
- package/src/model/CreateSharedSecretKeysVerifiRequest.js +0 -89
- package/src/model/DeleteBulkP12KeysRequest.js +0 -89
- package/src/model/DeleteBulkSymmetricKeysRequest.js +0 -89
- package/src/model/InlineResponse2001Keys.js +0 -191
- package/src/model/InlineResponse2007Links.js +0 -89
- package/src/model/InlineResponse2008.js +0 -158
- package/src/model/InlineResponse4007.js +0 -138
- package/src/model/InlineResponse4008.js +0 -196
- package/src/model/InlineResponse5003.js +0 -120
- package/src/model/InlineResponse5021.js +0 -118
- package/src/model/KmsV2KeysAsymDeletesPost200Response.js +0 -98
- package/src/model/KmsV2KeysAsymDeletesPost200ResponseKeyInformation.js +0 -127
- package/src/model/KmsV2KeysAsymGet200Response.js +0 -90
- package/src/model/KmsV2KeysAsymGet200ResponseKeyInformation.js +0 -145
- package/src/model/KmsV2KeysAsymPost201Response.js +0 -115
- package/src/model/KmsV2KeysAsymPost201ResponseCertificateInformation.js +0 -109
- package/src/model/KmsV2KeysAsymPost201ResponseKeyInformation.js +0 -154
- package/src/model/KmsV2KeysSymDeletesPost200Response.js +0 -107
- package/src/model/KmsV2KeysSymDeletesPost200ResponseKeyInformation.js +0 -118
- package/src/model/KmsV2KeysSymGet200Response.js +0 -99
- package/src/model/KmsV2KeysSymGet200ResponseKeyInformation.js +0 -127
- package/src/model/KmsV2KeysSymPost201Response.js +0 -107
- package/src/model/KmsV2KeysSymPost201ResponseErrorInformation.js +0 -90
- package/src/model/KmsV2KeysSymPost201ResponseKeyInformation.js +0 -154
- package/src/model/Kmsv2keysasymKeyInformation.js +0 -103
- package/src/model/Kmsv2keyssymKeyInformation.js +0 -93
- package/src/model/Kmsv2keyssymdeletesKeyInformation.js +0 -103
- package/src/model/Kmsv2keyssymverifiKeyInformation.js +0 -119
- package/src/model/Riskv1authenticationsPaymentInformationCard.js +0 -122
- package/src/model/UpdateAsymKeysRequest.js +0 -93
- package/src/model/UpdatePGPKeysRequest.js +0 -93
- package/src/model/UpdatePGPKeysRequest1.js +0 -118
- package/src/model/UpdatePasswordKeysRequest.js +0 -93
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
|
+
> InlineResponse2007 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
|
+
[**InlineResponse2007**](InlineResponse2007.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
|
+
> InlineResponse2006 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
|
+
[**InlineResponse2006**](InlineResponse2006.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
|
+
> InlineResponse2005 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
|
+
[**InlineResponse2005**](InlineResponse2005.md)
|
|
148
148
|
|
|
149
149
|
### Authorization
|
|
150
150
|
|
package/docs/BinLookupApi.md
CHANGED
|
@@ -13,7 +13,7 @@ Method | HTTP request | Description
|
|
|
13
13
|
|
|
14
14
|
BIN Lookup API
|
|
15
15
|
|
|
16
|
-
The BIN Lookup Service is a versatile business tool that provides card network agnostic solution designed to ensure frictionless transaction experience by utilizing up-to-date Bank Identification Number (BIN) attributes sourced from multiple global and regional data sources. This service helps to improve authorization rates by helping to route transactions to the best-suited card network, minimizes fraud through card detail verification and aids in regulatory compliance by identifying card properties. The service is flexible and provides businesses
|
|
16
|
+
The BIN Lookup Service is a versatile business tool that provides card network agnostic solution designed to ensure frictionless transaction experience by utilizing up-to-date Bank Identification Number (BIN) attributes sourced from multiple global and regional data sources. This service helps to improve authorization rates by helping to route transactions to the best-suited card network, minimizes fraud through card detail verification and aids in regulatory compliance by identifying card properties. The service is flexible and provides businesses with a flexible choice of inputs such as primary account number (PAN), network token from major networks which includes device PAN (DPAN), and all types of tokens generated via CyberSource Token Management Service (TMS). Currently, the range of available credentials is contingent on the networks enabled for the business entity. Therefore, the network information specified in this documentation is illustrative and subject to personalized offerings for each reseller or merchant.
|
|
17
17
|
|
|
18
18
|
### Example
|
|
19
19
|
```javascript
|
|
@@ -51,5 +51,5 @@ No authorization required
|
|
|
51
51
|
### HTTP request headers
|
|
52
52
|
|
|
53
53
|
- **Content-Type**: application/json;charset=utf-8
|
|
54
|
-
- **Accept**: application/
|
|
54
|
+
- **Accept**: application/json;charset=utf-8
|
|
55
55
|
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
## Properties
|
|
4
4
|
Name | Type | Description | Notes
|
|
5
5
|
------------ | ------------- | ------------- | -------------
|
|
6
|
-
**clientReferenceInformation** | [**
|
|
6
|
+
**clientReferenceInformation** | [**Riskv1authenticationsetupsClientReferenceInformation**](Riskv1authenticationsetupsClientReferenceInformation.md) | | [optional]
|
|
7
7
|
**orderInformation** | [**Riskv1authenticationsOrderInformation**](Riskv1authenticationsOrderInformation.md) | | [optional]
|
|
8
8
|
**paymentInformation** | [**Riskv1authenticationsPaymentInformation**](Riskv1authenticationsPaymentInformation.md) | | [optional]
|
|
9
9
|
**processingInformation** | [**Riskv1authenticationsetupsProcessingInformation**](Riskv1authenticationsetupsProcessingInformation.md) | | [optional]
|
|
@@ -58,7 +58,7 @@ No authorization required
|
|
|
58
58
|
|
|
59
59
|
<a name="findProductsToSubscribe"></a>
|
|
60
60
|
# **findProductsToSubscribe**
|
|
61
|
-
> [
|
|
61
|
+
> [InlineResponse2002] findProductsToSubscribe(organizationId)
|
|
62
62
|
|
|
63
63
|
Find Products You Can Subscribe To
|
|
64
64
|
|
|
@@ -91,7 +91,7 @@ Name | Type | Description | Notes
|
|
|
91
91
|
|
|
92
92
|
### Return type
|
|
93
93
|
|
|
94
|
-
[**[
|
|
94
|
+
[**[InlineResponse2002]**](InlineResponse2002.md)
|
|
95
95
|
|
|
96
96
|
### Authorization
|
|
97
97
|
|
|
@@ -9,6 +9,7 @@ Name | Type | Description | Notes
|
|
|
9
9
|
**paymentInformation** | [**Ptsv2paymentsPaymentInformation**](Ptsv2paymentsPaymentInformation.md) | | [optional]
|
|
10
10
|
**orderInformation** | [**Ptsv2paymentsOrderInformation**](Ptsv2paymentsOrderInformation.md) | | [optional]
|
|
11
11
|
**buyerInformation** | [**Ptsv2paymentsBuyerInformation**](Ptsv2paymentsBuyerInformation.md) | | [optional]
|
|
12
|
+
**senderInformation** | [**Ptsv2paymentsSenderInformation**](Ptsv2paymentsSenderInformation.md) | | [optional]
|
|
12
13
|
**recipientInformation** | [**Ptsv2paymentsRecipientInformation**](Ptsv2paymentsRecipientInformation.md) | | [optional]
|
|
13
14
|
**deviceInformation** | [**Ptsv2paymentsDeviceInformation**](Ptsv2paymentsDeviceInformation.md) | | [optional]
|
|
14
15
|
**merchantInformation** | [**Ptsv2paymentsMerchantInformation**](Ptsv2paymentsMerchantInformation.md) | | [optional]
|
|
@@ -3,11 +3,12 @@
|
|
|
3
3
|
## Properties
|
|
4
4
|
Name | Type | Description | Notes
|
|
5
5
|
------------ | ------------- | ------------- | -------------
|
|
6
|
-
**
|
|
7
|
-
**
|
|
8
|
-
**
|
|
9
|
-
**
|
|
10
|
-
**
|
|
11
|
-
**
|
|
6
|
+
**registrationInformation** | [**Boardingv1registrationsRegistrationInformation**](Boardingv1registrationsRegistrationInformation.md) | | [optional]
|
|
7
|
+
**integrationInformation** | [**InlineResponse2001IntegrationInformation**](InlineResponse2001IntegrationInformation.md) | | [optional]
|
|
8
|
+
**organizationInformation** | [**Boardingv1registrationsOrganizationInformation**](Boardingv1registrationsOrganizationInformation.md) | | [optional]
|
|
9
|
+
**productInformation** | [**Boardingv1registrationsProductInformation**](Boardingv1registrationsProductInformation.md) | | [optional]
|
|
10
|
+
**productInformationSetups** | [**[InlineResponse2012ProductInformationSetups]**](InlineResponse2012ProductInformationSetups.md) | | [optional]
|
|
11
|
+
**documentInformation** | [**Boardingv1registrationsDocumentInformation**](Boardingv1registrationsDocumentInformation.md) | | [optional]
|
|
12
|
+
**details** | **{String: [Object]}** | | [optional]
|
|
12
13
|
|
|
13
14
|
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
# CyberSource.
|
|
1
|
+
# CyberSource.InlineResponse2001IntegrationInformation
|
|
2
2
|
|
|
3
3
|
## Properties
|
|
4
4
|
Name | Type | Description | Notes
|
|
5
5
|
------------ | ------------- | ------------- | -------------
|
|
6
6
|
**oauth2** | [**[Boardingv1registrationsIntegrationInformationOauth2]**](Boardingv1registrationsIntegrationInformationOauth2.md) | | [optional]
|
|
7
|
-
**tenantConfigurations** | [**[
|
|
7
|
+
**tenantConfigurations** | [**[InlineResponse2001IntegrationInformationTenantConfigurations]**](InlineResponse2001IntegrationInformationTenantConfigurations.md) | tenantConfigurations is an array of objects that includes the tenant information this merchant is associated with. | [optional]
|
|
8
8
|
|
|
9
9
|
|
|
@@ -3,12 +3,8 @@
|
|
|
3
3
|
## Properties
|
|
4
4
|
Name | Type | Description | Notes
|
|
5
5
|
------------ | ------------- | ------------- | -------------
|
|
6
|
-
**
|
|
7
|
-
**
|
|
8
|
-
**
|
|
9
|
-
**productInformation** | [**Boardingv1registrationsProductInformation**](Boardingv1registrationsProductInformation.md) | | [optional]
|
|
10
|
-
**productInformationSetups** | [**[InlineResponse2012ProductInformationSetups]**](InlineResponse2012ProductInformationSetups.md) | | [optional]
|
|
11
|
-
**documentInformation** | [**Boardingv1registrationsDocumentInformation**](Boardingv1registrationsDocumentInformation.md) | | [optional]
|
|
12
|
-
**details** | **{String: [Object]}** | | [optional]
|
|
6
|
+
**productId** | **String** | Product ID. | [optional]
|
|
7
|
+
**productName** | **String** | Product Name. | [optional]
|
|
8
|
+
**eventTypes** | [**[Notificationsubscriptionsv1productsorganizationIdEventTypes]**](Notificationsubscriptionsv1productsorganizationIdEventTypes.md) | | [optional]
|
|
13
9
|
|
|
14
10
|
|
|
@@ -3,8 +3,19 @@
|
|
|
3
3
|
## Properties
|
|
4
4
|
Name | Type | Description | Notes
|
|
5
5
|
------------ | ------------- | ------------- | -------------
|
|
6
|
-
**
|
|
7
|
-
**
|
|
8
|
-
**
|
|
6
|
+
**webhookId** | **String** | Webhook Id. This is generated by the server. | [optional]
|
|
7
|
+
**organizationId** | **String** | Organization ID. | [optional]
|
|
8
|
+
**products** | [**[Notificationsubscriptionsv1webhooksProducts]**](Notificationsubscriptionsv1webhooksProducts.md) | | [optional]
|
|
9
|
+
**webhookUrl** | **String** | The client's endpoint (URL) to receive webhooks. | [optional]
|
|
10
|
+
**healthCheckUrl** | **String** | The client's health check endpoint (URL). This should be as close as possible to the actual webhookUrl. | [optional]
|
|
11
|
+
**notificationScope** | [**Notificationsubscriptionsv1webhooksNotificationScope**](Notificationsubscriptionsv1webhooksNotificationScope.md) | | [optional]
|
|
12
|
+
**status** | **String** | Webhook status. | [optional] [default to 'INACTIVE']
|
|
13
|
+
**name** | **String** | Client friendly webhook name. | [optional]
|
|
14
|
+
**description** | **String** | Client friendly webhook description. | [optional]
|
|
15
|
+
**retryPolicy** | [**Notificationsubscriptionsv1webhooksRetryPolicy**](Notificationsubscriptionsv1webhooksRetryPolicy.md) | | [optional]
|
|
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]
|
|
9
20
|
|
|
10
21
|
|
|
@@ -3,19 +3,12 @@
|
|
|
3
3
|
## Properties
|
|
4
4
|
Name | Type | Description | Notes
|
|
5
5
|
------------ | ------------- | ------------- | -------------
|
|
6
|
-
**
|
|
7
|
-
**
|
|
8
|
-
**
|
|
9
|
-
**
|
|
10
|
-
**
|
|
11
|
-
**
|
|
12
|
-
**
|
|
13
|
-
**name** | **String** | Client friendly webhook name. | [optional]
|
|
14
|
-
**description** | **String** | Client friendly webhook description. | [optional]
|
|
15
|
-
**retryPolicy** | [**Notificationsubscriptionsv1webhooksRetryPolicy**](Notificationsubscriptionsv1webhooksRetryPolicy.md) | | [optional]
|
|
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** | [**[InlineResponse2005Links]**](InlineResponse2005Links.md) | | [optional]
|
|
7
|
+
**_object** | **String** | | [optional]
|
|
8
|
+
**offset** | **Number** | | [optional]
|
|
9
|
+
**limit** | **Number** | | [optional]
|
|
10
|
+
**count** | **Number** | | [optional]
|
|
11
|
+
**total** | **Number** | | [optional]
|
|
12
|
+
**embedded** | [**InlineResponse2005Embedded**](InlineResponse2005Embedded.md) | | [optional]
|
|
20
13
|
|
|
21
14
|
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
# CyberSource.InlineResponse2005Embedded
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
Name | Type | Description | Notes
|
|
5
|
+
------------ | ------------- | ------------- | -------------
|
|
6
|
+
**batches** | [**[InlineResponse2005EmbeddedBatches]**](InlineResponse2005EmbeddedBatches.md) | | [optional]
|
|
7
|
+
|
|
8
|
+
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
# CyberSource.
|
|
1
|
+
# CyberSource.InlineResponse2005EmbeddedBatches
|
|
2
2
|
|
|
3
3
|
## Properties
|
|
4
4
|
Name | Type | Description | Notes
|
|
5
5
|
------------ | ------------- | ------------- | -------------
|
|
6
|
-
**links** | [**
|
|
6
|
+
**links** | [**InlineResponse2005EmbeddedLinks**](InlineResponse2005EmbeddedLinks.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** | [**InlineResponse2005EmbeddedTotals**](InlineResponse2005EmbeddedTotals.md) | | [optional]
|
|
16
16
|
|
|
17
17
|
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
# CyberSource.InlineResponse2005EmbeddedLinks
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
Name | Type | Description | Notes
|
|
5
|
+
------------ | ------------- | ------------- | -------------
|
|
6
|
+
**reports** | [**[InlineResponse2005EmbeddedLinksReports]**](InlineResponse2005EmbeddedLinksReports.md) | | [optional]
|
|
7
|
+
|
|
8
|
+
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
# CyberSource.InlineResponse2005Links
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
Name | Type | Description | Notes
|
|
5
|
+
------------ | ------------- | ------------- | -------------
|
|
6
|
+
**rel** | **String** | Valid Values: * self * first * last * prev * next | [optional]
|
|
7
|
+
**href** | **String** | | [optional]
|
|
8
|
+
|
|
9
|
+
|
|
@@ -3,12 +3,15 @@
|
|
|
3
3
|
## Properties
|
|
4
4
|
Name | Type | Description | Notes
|
|
5
5
|
------------ | ------------- | ------------- | -------------
|
|
6
|
-
**links** | [**
|
|
7
|
-
**
|
|
8
|
-
**
|
|
9
|
-
**
|
|
10
|
-
**
|
|
11
|
-
**
|
|
12
|
-
**
|
|
6
|
+
**links** | [**InlineResponse2006Links**](InlineResponse2006Links.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** | [**InlineResponse2005EmbeddedTotals**](InlineResponse2005EmbeddedTotals.md) | | [optional]
|
|
14
|
+
**billing** | [**InlineResponse2006Billing**](InlineResponse2006Billing.md) | | [optional]
|
|
15
|
+
**description** | **String** | | [optional]
|
|
13
16
|
|
|
14
17
|
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
## Properties
|
|
4
4
|
Name | Type | Description | Notes
|
|
5
5
|
------------ | ------------- | ------------- | -------------
|
|
6
|
-
**
|
|
7
|
-
**
|
|
6
|
+
**self** | [**InlineResponse202LinksStatus**](InlineResponse202LinksStatus.md) | | [optional]
|
|
7
|
+
**report** | [**[InlineResponse2006LinksReport]**](InlineResponse2006LinksReport.md) | | [optional]
|
|
8
8
|
|
|
9
9
|
|
|
@@ -3,15 +3,15 @@
|
|
|
3
3
|
## Properties
|
|
4
4
|
Name | Type | Description | Notes
|
|
5
5
|
------------ | ------------- | ------------- | -------------
|
|
6
|
-
**
|
|
6
|
+
**version** | **String** | | [optional]
|
|
7
|
+
**reportCreatedDate** | **String** | ISO-8601 format: yyyy-MM-ddTHH:mm:ssZ | [optional]
|
|
7
8
|
**batchId** | **String** | Unique identification number assigned to the submitted request. | [optional]
|
|
8
|
-
**batchCreatedDate** | **String** | ISO-8601 format: yyyy-MM-ddTHH:mm:ssZ | [optional]
|
|
9
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
10
|
**batchCaEndpoints** | **String** | | [optional]
|
|
12
|
-
**
|
|
13
|
-
**
|
|
14
|
-
**
|
|
15
|
-
**
|
|
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** | [**InlineResponse2005EmbeddedTotals**](InlineResponse2005EmbeddedTotals.md) | | [optional]
|
|
14
|
+
**billing** | [**InlineResponse2006Billing**](InlineResponse2006Billing.md) | | [optional]
|
|
15
|
+
**records** | [**[InlineResponse2007Records]**](InlineResponse2007Records.md) | | [optional]
|
|
16
16
|
|
|
17
17
|
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
# CyberSource.InlineResponse2007Records
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
Name | Type | Description | Notes
|
|
5
|
+
------------ | ------------- | ------------- | -------------
|
|
6
|
+
**id** | **String** | | [optional]
|
|
7
|
+
**sourceRecord** | [**InlineResponse2007SourceRecord**](InlineResponse2007SourceRecord.md) | | [optional]
|
|
8
|
+
**responseRecord** | [**InlineResponse2007ResponseRecord**](InlineResponse2007ResponseRecord.md) | | [optional]
|
|
9
|
+
|
|
10
|
+
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# CyberSource.
|
|
1
|
+
# CyberSource.InlineResponse2007ResponseRecord
|
|
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** | [**[InlineResponse2007ResponseRecordAdditionalUpdates]**](InlineResponse2007ResponseRecordAdditionalUpdates.md) | | [optional]
|
|
16
16
|
|
|
17
17
|
|
|
@@ -20,5 +20,6 @@ Name | Type | Description | Notes
|
|
|
20
20
|
**payByLink** | [**InlineResponse2012SetupsPaymentsDigitalPayments**](InlineResponse2012SetupsPaymentsDigitalPayments.md) | | [optional]
|
|
21
21
|
**unifiedCheckout** | [**InlineResponse2012SetupsPaymentsDigitalPayments**](InlineResponse2012SetupsPaymentsDigitalPayments.md) | | [optional]
|
|
22
22
|
**receivablesManager** | [**InlineResponse2012SetupsPaymentsDigitalPayments**](InlineResponse2012SetupsPaymentsDigitalPayments.md) | | [optional]
|
|
23
|
+
**serviceFee** | [**InlineResponse2012SetupsPaymentsCardProcessing**](InlineResponse2012SetupsPaymentsCardProcessing.md) | | [optional]
|
|
23
24
|
|
|
24
25
|
|
|
@@ -3,10 +3,23 @@
|
|
|
3
3
|
## Properties
|
|
4
4
|
Name | Type | Description | Notes
|
|
5
5
|
------------ | ------------- | ------------- | -------------
|
|
6
|
-
**submitTimeUtc** | **
|
|
7
|
-
**status** | **String** | The status of the submitted
|
|
8
|
-
**reason** | **String** |
|
|
9
|
-
**message** | **String** |
|
|
10
|
-
**
|
|
6
|
+
**submitTimeUtc** | **Date** | 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
|
+
**status** | **String** | The http status description of the submitted request. | [optional]
|
|
8
|
+
**reason** | **String** | Documented reason codes. Client should be able to use the key for generating their own error message Possible Values: - 'INVALID_DATA' - 'SYSTEM_ERROR' - 'RESOURCE_NOT_FOUND' | [optional]
|
|
9
|
+
**message** | **String** | Descriptive message for the error. | [optional]
|
|
10
|
+
**details** | [**[InlineResponse4005Details]**](InlineResponse4005Details.md) | | [optional]
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
<a name="ReasonEnum"></a>
|
|
14
|
+
## Enum: ReasonEnum
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
* `INVALID_DATA` (value: `"INVALID_DATA"`)
|
|
18
|
+
|
|
19
|
+
* `SYSTEM_ERROR` (value: `"SYSTEM_ERROR"`)
|
|
20
|
+
|
|
21
|
+
* `RESOURCE_NOT_FOUND` (value: `"RESOURCE_NOT_FOUND"`)
|
|
22
|
+
|
|
23
|
+
|
|
11
24
|
|
|
12
25
|
|
|
@@ -3,10 +3,47 @@
|
|
|
3
3
|
## Properties
|
|
4
4
|
Name | Type | Description | Notes
|
|
5
5
|
------------ | ------------- | ------------- | -------------
|
|
6
|
-
**
|
|
7
|
-
**
|
|
8
|
-
**
|
|
9
|
-
**message** | **String** |
|
|
10
|
-
**
|
|
6
|
+
**correlationId** | **String** | | [optional]
|
|
7
|
+
**details** | [**[InlineResponse4006Details]**](InlineResponse4006Details.md) | | [optional]
|
|
8
|
+
**informationLink** | **String** | | [optional]
|
|
9
|
+
**message** | **String** | |
|
|
10
|
+
**reason** | **String** | |
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
<a name="ReasonEnum"></a>
|
|
14
|
+
## Enum: ReasonEnum
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
* `INVALID_APIKEY` (value: `"INVALID_APIKEY"`)
|
|
18
|
+
|
|
19
|
+
* `INVALID_SHIPPING_INPUT_PARAMS` (value: `"INVALID_SHIPPING_INPUT_PARAMS"`)
|
|
20
|
+
|
|
21
|
+
* `CAPTURE_CONTEXT_INVALID` (value: `"CAPTURE_CONTEXT_INVALID"`)
|
|
22
|
+
|
|
23
|
+
* `CAPTURE_CONTEXT_EXPIRED` (value: `"CAPTURE_CONTEXT_EXPIRED"`)
|
|
24
|
+
|
|
25
|
+
* `SDK_XHR_ERROR` (value: `"SDK_XHR_ERROR"`)
|
|
26
|
+
|
|
27
|
+
* `UNIFIEDPAYMENTS_VALIDATION_PARAMS` (value: `"UNIFIEDPAYMENTS_VALIDATION_PARAMS"`)
|
|
28
|
+
|
|
29
|
+
* `UNIFIEDPAYMENTS_VALIDATION_FIELDS` (value: `"UNIFIEDPAYMENTS_VALIDATION_FIELDS"`)
|
|
30
|
+
|
|
31
|
+
* `UNIFIEDPAYMENT_PAYMENT_PARAMITERS` (value: `"UNIFIEDPAYMENT_PAYMENT_PARAMITERS"`)
|
|
32
|
+
|
|
33
|
+
* `CREATE_TOKEN_TIMEOUT` (value: `"CREATE_TOKEN_TIMEOUT"`)
|
|
34
|
+
|
|
35
|
+
* `CREATE_TOKEN_XHR_ERROR` (value: `"CREATE_TOKEN_XHR_ERROR"`)
|
|
36
|
+
|
|
37
|
+
* `SHOW_LOAD_CONTAINER_SELECTOR` (value: `"SHOW_LOAD_CONTAINER_SELECTOR"`)
|
|
38
|
+
|
|
39
|
+
* `SHOW_LOAD_INVALID_CONTAINER` (value: `"SHOW_LOAD_INVALID_CONTAINER"`)
|
|
40
|
+
|
|
41
|
+
* `SHOW_TOKEN_TIMEOUT` (value: `"SHOW_TOKEN_TIMEOUT"`)
|
|
42
|
+
|
|
43
|
+
* `SHOW_TOKEN_XHR_ERROR` (value: `"SHOW_TOKEN_XHR_ERROR"`)
|
|
44
|
+
|
|
45
|
+
* `SHOW_PAYMENT_TIMEOUT` (value: `"SHOW_PAYMENT_TIMEOUT"`)
|
|
46
|
+
|
|
47
|
+
|
|
11
48
|
|
|
12
49
|
|
|
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
|
|
|
7
7
|
**status** | **String** | The http status description of the submitted request. | [optional]
|
|
8
8
|
**reason** | **String** | Documented reason codes. Client should be able to use the key for generating their own error message Possible Values: - 'RESOURCE_NOT_FOUND' | [optional]
|
|
9
9
|
**message** | **String** | Descriptive message for the error. | [optional]
|
|
10
|
-
**details** | [**[
|
|
10
|
+
**details** | [**[InlineResponse4005Details]**](InlineResponse4005Details.md) | | [optional]
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
<a name="ReasonEnum"></a>
|
|
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
|
|
|
7
7
|
**status** | **String** | The http status description of the submitted request. | [optional]
|
|
8
8
|
**reason** | **String** | Documented reason codes. Client should be able to use the key for generating their own error message Possible Values: - 'INVALID_DATA' | [optional]
|
|
9
9
|
**message** | **String** | Descriptive message for the error. | [optional]
|
|
10
|
-
**details** | [**[
|
|
10
|
+
**details** | [**[InlineResponse4005Details]**](InlineResponse4005Details.md) | | [optional]
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
<a name="ReasonEnum"></a>
|
|
@@ -3,9 +3,18 @@
|
|
|
3
3
|
## Properties
|
|
4
4
|
Name | Type | Description | Notes
|
|
5
5
|
------------ | ------------- | ------------- | -------------
|
|
6
|
-
**submitTimeUtc** | **
|
|
7
|
-
**status** | **String** | The status of the submitted request.
|
|
8
|
-
**reason** | **String** |
|
|
9
|
-
**message** | **String** |
|
|
6
|
+
**submitTimeUtc** | **Date** | 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
|
+
**status** | **String** | The http status description of the submitted request. | [optional]
|
|
8
|
+
**reason** | **String** | Documented reason codes. Client should be able to use the key for generating their own error message Possible Values: - 'SYSTEM_ERROR' | [optional]
|
|
9
|
+
**message** | **String** | Descriptive message for the error. | [optional]
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
<a name="ReasonEnum"></a>
|
|
13
|
+
## Enum: ReasonEnum
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
* `SYSTEM_ERROR` (value: `"SYSTEM_ERROR"`)
|
|
17
|
+
|
|
18
|
+
|
|
10
19
|
|
|
11
20
|
|
|
@@ -59,7 +59,7 @@ No authorization required
|
|
|
59
59
|
|
|
60
60
|
<a name="getWebhookSubscriptionById"></a>
|
|
61
61
|
# **getWebhookSubscriptionById**
|
|
62
|
-
>
|
|
62
|
+
> InlineResponse2004 getWebhookSubscriptionById(webhookId)
|
|
63
63
|
|
|
64
64
|
Get Details On a Single Webhook
|
|
65
65
|
|
|
@@ -92,7 +92,7 @@ Name | Type | Description | Notes
|
|
|
92
92
|
|
|
93
93
|
### Return type
|
|
94
94
|
|
|
95
|
-
[**
|
|
95
|
+
[**InlineResponse2004**](InlineResponse2004.md)
|
|
96
96
|
|
|
97
97
|
### Authorization
|
|
98
98
|
|
|
@@ -105,7 +105,7 @@ No authorization required
|
|
|
105
105
|
|
|
106
106
|
<a name="getWebhookSubscriptionsByOrg"></a>
|
|
107
107
|
# **getWebhookSubscriptionsByOrg**
|
|
108
|
-
> [
|
|
108
|
+
> [InlineResponse2003] getWebhookSubscriptionsByOrg(organizationId, productId, eventType)
|
|
109
109
|
|
|
110
110
|
Get Details On All Created Webhooks
|
|
111
111
|
|
|
@@ -144,7 +144,7 @@ Name | Type | Description | Notes
|
|
|
144
144
|
|
|
145
145
|
### Return type
|
|
146
146
|
|
|
147
|
-
[**[
|
|
147
|
+
[**[InlineResponse2003]**](InlineResponse2003.md)
|
|
148
148
|
|
|
149
149
|
### Authorization
|
|
150
150
|
|
|
@@ -10,7 +10,7 @@ Method | HTTP request | Description
|
|
|
10
10
|
|
|
11
11
|
<a name="getRegistration"></a>
|
|
12
12
|
# **getRegistration**
|
|
13
|
-
>
|
|
13
|
+
> InlineResponse2001 getRegistration(registrationId)
|
|
14
14
|
|
|
15
15
|
Gets all the information on a boarding registration
|
|
16
16
|
|
|
@@ -43,7 +43,7 @@ Name | Type | Description | Notes
|
|
|
43
43
|
|
|
44
44
|
### Return type
|
|
45
45
|
|
|
46
|
-
[**
|
|
46
|
+
[**InlineResponse2001**](InlineResponse2001.md)
|
|
47
47
|
|
|
48
48
|
### Authorization
|
|
49
49
|
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
## Properties
|
|
4
4
|
Name | Type | Description | Notes
|
|
5
5
|
------------ | ------------- | ------------- | -------------
|
|
6
|
-
**currencyCodes** | **[String]** | | [optional]
|
|
6
|
+
**currencyCodes** | **[String]** | Supported currency codes are numeric ISO 4217 codes, such as 840 for US Dollar and 978 for Euro. For backward compatibility, we also support the 'ALL' code, which represents all currencies. In the UI, 'ALL' is displayed as 'Default'. | [optional]
|
|
7
7
|
**acquirerId** | **String** | The Acquirer ID value, often referred to as the Acquirer BIN, is specific to an Acquirer. The value is created by Cardinal in their system and the Acquirer may not know that the Acquirer ID is different from their Acquiring BIN. It is most often the Acquiring BIN + \"-1000\" but the trailing character can be different. **Note** We will need to double check with Cardinal before setting up the Portfolio Template in production. | [optional]
|
|
8
8
|
**processorMerchantId** | **String** | Processor Merchant ID is the Merchant ID assigned by your acquiring bank. This Merchant ID should also be used by your bank to register your account to the card scheme Directory Server for processing Payer Authentication services. | [optional]
|
|
9
9
|
|