Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/BinLookupApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ Method | HTTP request | Description

<a name="getAccountInfo"></a>
# **getAccountInfo**
> InlineResponse2011 getAccountInfo(createBinLookupRequest)
> InlineResponse2012 getAccountInfo(createBinLookupRequest)

BIN Lookup API

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.
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 (such as Visa, American Express, Discover and several regional 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.

### Example
```java
Expand All @@ -25,7 +25,7 @@ The BIN Lookup Service is a versatile business tool that provides card network a
BinLookupApi apiInstance = new BinLookupApi();
CreateBinLookupRequest createBinLookupRequest = new CreateBinLookupRequest(); // CreateBinLookupRequest |
try {
InlineResponse2011 result = apiInstance.getAccountInfo(createBinLookupRequest);
InlineResponse2012 result = apiInstance.getAccountInfo(createBinLookupRequest);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling BinLookupApi#getAccountInfo");
Expand All @@ -41,7 +41,7 @@ Name | Type | Description | Notes

### Return type

[**InlineResponse2011**](InlineResponse2011.md)
[**InlineResponse2012**](InlineResponse2012.md)

### Authorization

Expand Down
12 changes: 6 additions & 6 deletions docs/CreateNewWebhooksApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ No authorization required

<a name="notificationSubscriptionsV2WebhooksPost"></a>
# **notificationSubscriptionsV2WebhooksPost**
> InlineResponse2014 notificationSubscriptionsV2WebhooksPost(createWebhook)
> InlineResponse2015 notificationSubscriptionsV2WebhooksPost(createWebhook)

Create a New Webhook Subscription

Expand All @@ -72,7 +72,7 @@ Create a new webhook subscription. Before creating a webhook, ensure that a sign
CreateNewWebhooksApi apiInstance = new CreateNewWebhooksApi();
CreateWebhook createWebhook = new CreateWebhook(); // CreateWebhook | The webhook payload
try {
InlineResponse2014 result = apiInstance.notificationSubscriptionsV2WebhooksPost(createWebhook);
InlineResponse2015 result = apiInstance.notificationSubscriptionsV2WebhooksPost(createWebhook);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling CreateNewWebhooksApi#notificationSubscriptionsV2WebhooksPost");
Expand All @@ -88,7 +88,7 @@ Name | Type | Description | Notes

### Return type

[**InlineResponse2014**](InlineResponse2014.md)
[**InlineResponse2015**](InlineResponse2015.md)

### Authorization

Expand All @@ -101,7 +101,7 @@ No authorization required

<a name="saveSymEgressKey"></a>
# **saveSymEgressKey**
> InlineResponse2013 saveSymEgressKey(vCSenderOrganizationId, vCPermissions, vCCorrelationId, saveSymEgressKey)
> InlineResponse2014 saveSymEgressKey(vCSenderOrganizationId, vCPermissions, vCCorrelationId, saveSymEgressKey)

Create Webhook Security Keys

Expand All @@ -120,7 +120,7 @@ String vCPermissions = "vCPermissions_example"; // String | Encoded user permiss
String vCCorrelationId = "vCCorrelationId_example"; // String | A globally unique id associated with your request
SaveSymEgressKey saveSymEgressKey = new SaveSymEgressKey(); // SaveSymEgressKey | Provide egress Symmetric key information to save (create or store or refresh)
try {
InlineResponse2013 result = apiInstance.saveSymEgressKey(vCSenderOrganizationId, vCPermissions, vCCorrelationId, saveSymEgressKey);
InlineResponse2014 result = apiInstance.saveSymEgressKey(vCSenderOrganizationId, vCPermissions, vCCorrelationId, saveSymEgressKey);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling CreateNewWebhooksApi#saveSymEgressKey");
Expand All @@ -139,7 +139,7 @@ Name | Type | Description | Notes

### Return type

[**InlineResponse2013**](InlineResponse2013.md)
[**InlineResponse2014**](InlineResponse2014.md)

### Authorization

Expand Down
4 changes: 4 additions & 0 deletions docs/CreateOrderRequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ Name | Type | Description | Notes
**merchantInformation** | [**Ptsv2intentsMerchantInformation**](Ptsv2intentsMerchantInformation.md) | | [optional]
**paymentInformation** | [**Ptsv2intentsPaymentInformation**](Ptsv2intentsPaymentInformation.md) | | [optional]
**orderInformation** | [**Ptsv2intentsOrderInformation**](Ptsv2intentsOrderInformation.md) | | [optional]
**senderInformation** | [**Ptsv2intentsSenderInformation**](Ptsv2intentsSenderInformation.md) | | [optional]
**eventInformation** | [**Ptsv2intentsEventInformation**](Ptsv2intentsEventInformation.md) | | [optional]
**travelInformation** | [**Ptsv2intentsTravelInformation**](Ptsv2intentsTravelInformation.md) | | [optional]
**recipientInformation** | [**Ptsv2intentsRecipientInformation**](Ptsv2intentsRecipientInformation.md) | | [optional]



6 changes: 3 additions & 3 deletions docs/DecisionManagerApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ No authorization required

<a name="commentDecisionManagerCase"></a>
# **commentDecisionManagerCase**
> InlineResponse201 commentDecisionManagerCase(id, caseManagementCommentsRequest)
> InlineResponse2011 commentDecisionManagerCase(id, caseManagementCommentsRequest)

Add a comment to a DM post-transactional case

Expand All @@ -124,7 +124,7 @@ DecisionManagerApi apiInstance = new DecisionManagerApi();
String id = "id_example"; // String | An unique identification number generated by Cybersource to identify the submitted request.
CaseManagementCommentsRequest caseManagementCommentsRequest = new CaseManagementCommentsRequest(); // CaseManagementCommentsRequest |
try {
InlineResponse201 result = apiInstance.commentDecisionManagerCase(id, caseManagementCommentsRequest);
InlineResponse2011 result = apiInstance.commentDecisionManagerCase(id, caseManagementCommentsRequest);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling DecisionManagerApi#commentDecisionManagerCase");
Expand All @@ -141,7 +141,7 @@ Name | Type | Description | Notes

### Return type

[**InlineResponse201**](InlineResponse201.md)
[**InlineResponse2011**](InlineResponse2011.md)

### Authorization

Expand Down
2 changes: 1 addition & 1 deletion docs/InlineResponse2002.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Name | Type | Description | Notes
**integrationInformation** | [**InlineResponse2002IntegrationInformation**](InlineResponse2002IntegrationInformation.md) | | [optional]
**organizationInformation** | [**Boardingv1registrationsOrganizationInformation**](Boardingv1registrationsOrganizationInformation.md) | | [optional]
**productInformation** | [**Boardingv1registrationsProductInformation**](Boardingv1registrationsProductInformation.md) | | [optional]
**productInformationSetups** | [**List&lt;InlineResponse2012ProductInformationSetups&gt;**](InlineResponse2012ProductInformationSetups.md) | | [optional]
**productInformationSetups** | [**List&lt;InlineResponse2013ProductInformationSetups&gt;**](InlineResponse2013ProductInformationSetups.md) | | [optional]
**documentInformation** | [**Boardingv1registrationsDocumentInformation**](Boardingv1registrationsDocumentInformation.md) | | [optional]
**details** | [**Map&lt;String, List&lt;Object&gt;&gt;**](List.md) | | [optional]

Expand Down
7 changes: 4 additions & 3 deletions docs/InlineResponse201.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **String** | UUID uniquely generated for this comments. | [optional]
**submitTimeUtc** | **String** | Time of request in UTC. Format: &#x60;YYYY-MM-DDThh:mm:ssZ&#x60; **Example** &#x60;2016-08-11T22:47:57Z&#x60; equals August 11, 2016, at 22:47:57 (10:47:57 p.m.). The &#x60;T&#x60; separates the date and the time. The &#x60;Z&#x60; indicates UTC. Returned by Cybersource for all services. | [optional]
**status** | **String** | Status of the comment creation. Possible values are: - &#x60;COMPLETED&#x60; | [optional]
**id** | **String** | An unique identification number generated by Cybersource to identify the submitted request. Returned by all services. It is also appended to the endpoint of the resource. On incremental authorizations, this value with be the same as the identification number returned in the original authorization response. | [optional]
**status** | **String** | The status of the request. Possible values: - COMPLETED | [optional]
**paymentInformation** | [**InlineResponse201PaymentInformation**](InlineResponse201PaymentInformation.md) | | [optional]
**orderInformation** | [**InlineResponse201OrderInformation**](InlineResponse201OrderInformation.md) | | [optional]



7 changes: 2 additions & 5 deletions docs/InlineResponse2011.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,9 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **String** | An unique identification number generated by Cybersource to identify the submitted request. Returned by all services. It is also appended to the endpoint of the resource. On incremental authorizations, this value with be the same as the identification number returned in the original authorization response. | [optional]
**id** | **String** | UUID uniquely generated for this comments. | [optional]
**submitTimeUtc** | **String** | Time of request in UTC. Format: &#x60;YYYY-MM-DDThh:mm:ssZ&#x60; **Example** &#x60;2016-08-11T22:47:57Z&#x60; equals August 11, 2016, at 22:47:57 (10:47:57 p.m.). The &#x60;T&#x60; separates the date and the time. The &#x60;Z&#x60; indicates UTC. Returned by Cybersource for all services. | [optional]
**status** | **String** | The status of the submitted transaction. Possible values: - COMPLETED - MULTIPLE - NO MATCH | [optional]
**paymentAccountInformation** | [**TmsBinLookupPaymentAccountInformation**](TmsBinLookupPaymentAccountInformation.md) | | [optional]
**issuerInformation** | [**TmsBinLookupIssuerInformation**](TmsBinLookupIssuerInformation.md) | | [optional]
**payoutInformation** | [**InlineResponse2011PayoutInformation**](InlineResponse2011PayoutInformation.md) | | [optional]
**status** | **String** | Status of the comment creation. Possible values are: - &#x60;COMPLETED&#x60; | [optional]



15 changes: 6 additions & 9 deletions docs/InlineResponse2012.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,12 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **String** | | [optional]
**submitTimeUtc** | [**DateTime**](DateTime.md) | Time of request 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]
**status** | **String** | The status of Registration request Possible Values: - &#39;INITIALIZED&#39; - &#39;RECEIVED&#39; - &#39;PROCESSING&#39; - &#39;SUCCESS&#39; - &#39;FAILURE&#39; - &#39;PARTIAL&#39; | [optional]
**registrationInformation** | [**InlineResponse2012RegistrationInformation**](InlineResponse2012RegistrationInformation.md) | | [optional]
**integrationInformation** | [**InlineResponse2012IntegrationInformation**](InlineResponse2012IntegrationInformation.md) | | [optional]
**organizationInformation** | [**InlineResponse2012OrganizationInformation**](InlineResponse2012OrganizationInformation.md) | | [optional]
**productInformationSetups** | [**List&lt;InlineResponse2012ProductInformationSetups&gt;**](InlineResponse2012ProductInformationSetups.md) | | [optional]
**message** | **String** | | [optional]
**details** | [**Map&lt;String, List&lt;Object&gt;&gt;**](List.md) | | [optional]
**id** | **String** | An unique identification number generated by Cybersource to identify the submitted request. Returned by all services. It is also appended to the endpoint of the resource. On incremental authorizations, this value with be the same as the identification number returned in the original authorization response. | [optional]
**submitTimeUtc** | **String** | Time of request in UTC. Format: &#x60;YYYY-MM-DDThh:mm:ssZ&#x60; **Example** &#x60;2016-08-11T22:47:57Z&#x60; equals August 11, 2016, at 22:47:57 (10:47:57 p.m.). The &#x60;T&#x60; separates the date and the time. The &#x60;Z&#x60; indicates UTC. Returned by Cybersource for all services. | [optional]
**status** | **String** | The status of the submitted transaction. Possible values: - COMPLETED - MULTIPLE - NO MATCH | [optional]
**paymentAccountInformation** | [**TmsBinLookupPaymentAccountInformation**](TmsBinLookupPaymentAccountInformation.md) | | [optional]
**issuerInformation** | [**TmsBinLookupIssuerInformation**](TmsBinLookupIssuerInformation.md) | | [optional]
**payoutInformation** | [**InlineResponse2012PayoutInformation**](InlineResponse2012PayoutInformation.md) | | [optional]



Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@

# InlineResponse2011PayoutInformation
# InlineResponse2012PayoutInformation

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**pushFunds** | [**InlineResponse2011PayoutInformationPushFunds**](InlineResponse2011PayoutInformationPushFunds.md) | | [optional]
**pullFunds** | [**InlineResponse2011PayoutInformationPullFunds**](InlineResponse2011PayoutInformationPullFunds.md) | | [optional]
**pushFunds** | [**InlineResponse2012PayoutInformationPushFunds**](InlineResponse2012PayoutInformationPushFunds.md) | | [optional]
**pullFunds** | [**InlineResponse2012PayoutInformationPullFunds**](InlineResponse2012PayoutInformationPullFunds.md) | | [optional]
**geoRestrictionIndicator** | **String** | This field indicates if the recipient issuer can accept transactions from the originator country. Possible values: - &#x60;Y&#x60; - &#x60;N&#x60; | [optional]


Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

# InlineResponse2011PayoutInformationPullFunds
# InlineResponse2012PayoutInformationPullFunds

## Properties
Name | Type | Description | Notes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

# InlineResponse2011PayoutInformationPushFunds
# InlineResponse2012PayoutInformationPushFunds

## Properties
Name | Type | Description | Notes
Expand Down
13 changes: 0 additions & 13 deletions docs/InlineResponse2012Setups.md

This file was deleted.

12 changes: 0 additions & 12 deletions docs/InlineResponse2012SetupsCommerceSolutions.md

This file was deleted.

28 changes: 0 additions & 28 deletions docs/InlineResponse2012SetupsPayments.md

This file was deleted.

11 changes: 0 additions & 11 deletions docs/InlineResponse2012SetupsPaymentsCardProcessing.md

This file was deleted.

Loading