Skip to content

Commit d791d0c

Browse files
authored
Merge pull request #48 from CyberSource/feb2020-release
Update to v0.0.18
2 parents eef0177 + b010ad5 commit d791d0c

File tree

935 files changed

+45904
-22043
lines changed

Some content is hidden

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

935 files changed

+45904
-22043
lines changed

docs/AddNegativeListRequest.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
2+
# AddNegativeListRequest
3+
4+
## Properties
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**orderInformation** | [**Riskv1liststypeentriesOrderInformation**](Riskv1liststypeentriesOrderInformation.md) | | [optional]
8+
**paymentInformation** | [**Riskv1liststypeentriesPaymentInformation**](Riskv1liststypeentriesPaymentInformation.md) | | [optional]
9+
**clientReferenceInformation** | [**Riskv1decisionsClientReferenceInformation**](Riskv1decisionsClientReferenceInformation.md) | | [optional]
10+
**deviceInformation** | [**Riskv1liststypeentriesDeviceInformation**](Riskv1liststypeentriesDeviceInformation.md) | | [optional]
11+
**riskInformation** | [**Riskv1liststypeentriesRiskInformation**](Riskv1liststypeentriesRiskInformation.md) | | [optional]
12+
**buyerInformation** | [**Riskv1liststypeentriesBuyerInformation**](Riskv1liststypeentriesBuyerInformation.md) | | [optional]
13+
14+
15+

docs/AuthenticationExemptionsApi.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ All URIs are relative to *https://apitest.cybersource.com*
44

55
Method | HTTP request | Description
66
------------- | ------------- | -------------
7-
[**authenticationExemptions**](AuthenticationExemptionsApi.md#authenticationExemptions) | **POST** /risk/v1/authentication-exemptions | Authentication exemptions service
7+
[**authenticationExemptions**](AuthenticationExemptionsApi.md#authenticationExemptions) | **POST** /risk/v1/authentication-exemptions | Authentication Exemptions Service
88

99

1010
<a name="authenticationExemptions"></a>
1111
# **authenticationExemptions**
1212
> RiskV1AuthenticationExemptionsPost201Response authenticationExemptions(authenticationExemptionsRequest)
1313
14-
Authentication exemptions service
14+
Authentication Exemptions Service
1515

1616
A new CYBS branded service to connect to VISA’s REST API to enable Visa Transaction Advisor (VTA) as a standalone service for merchants to support PSD2/SCA adoption and exemptions processing startegy in Europe.VTA Provides intelligent risk data to merchants as inputs to their in-house fraud management tools for fraud mitigation on Visa transactions.
1717

docs/AuthenticationExemptionsRequest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
## Properties
55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7-
**clientReferenceInformation** | [**Ptsv2payoutsClientReferenceInformation**](Ptsv2payoutsClientReferenceInformation.md) | | [optional]
7+
**clientReferenceInformation** | [**PtsV2IncrementalAuthorizationPatch201ResponseClientReferenceInformation**](PtsV2IncrementalAuthorizationPatch201ResponseClientReferenceInformation.md) | | [optional]
88
**orderInformation** | [**Riskv1authenticationexemptionsOrderInformation**](Riskv1authenticationexemptionsOrderInformation.md) | | [optional]
99
**paymentInformation** | [**Riskv1authenticationexemptionsPaymentInformation**](Riskv1authenticationexemptionsPaymentInformation.md) | | [optional]
1010
**deviceInformation** | [**Riskv1authenticationexemptionsDeviceInformation**](Riskv1authenticationexemptionsDeviceInformation.md) | | [optional]

docs/CheckPayerAuthEnrollmentRequest.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@
44
## Properties
55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7-
**clientReferenceInformation** | [**Riskv1authenticationsClientReferenceInformation**](Riskv1authenticationsClientReferenceInformation.md) | | [optional]
7+
**clientReferenceInformation** | [**Riskv1authenticationsetupsClientReferenceInformation**](Riskv1authenticationsetupsClientReferenceInformation.md) | | [optional]
88
**orderInformation** | [**Riskv1authenticationsOrderInformation**](Riskv1authenticationsOrderInformation.md) | | [optional]
99
**paymentInformation** | [**Riskv1authenticationexemptionsPaymentInformation**](Riskv1authenticationexemptionsPaymentInformation.md) | | [optional]
10+
**processingInformation** | [**Riskv1authenticationsetupsProcessingInformation**](Riskv1authenticationsetupsProcessingInformation.md) | | [optional]
1011
**buyerInformation** | [**Riskv1authenticationsBuyerInformation**](Riskv1authenticationsBuyerInformation.md) | | [optional]
1112
**deviceInformation** | [**Riskv1authenticationsDeviceInformation**](Riskv1authenticationsDeviceInformation.md) | | [optional]
1213
**merchantInformation** | [**Riskv1authenticationsMerchantInformation**](Riskv1authenticationsMerchantInformation.md) | | [optional]

docs/ConversionDetailsApi.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ All URIs are relative to *https://apitest.cybersource.com*
44

55
Method | HTTP request | Description
66
------------- | ------------- | -------------
7-
[**getConversionDetail**](ConversionDetailsApi.md#getConversionDetail) | **GET** /reporting/v3/conversion-details | Get conversion detail transactions
7+
[**getConversionDetail**](ConversionDetailsApi.md#getConversionDetail) | **GET** /reporting/v3/conversion-details | Get Conversion Detail Transactions
88

99

1010
<a name="getConversionDetail"></a>
1111
# **getConversionDetail**
1212
> ReportingV3ConversionDetailsGet200Response getConversionDetail(startTime, endTime, organizationId)
1313
14-
Get conversion detail transactions
14+
Get Conversion Detail Transactions
1515

1616
Get conversion detail of transactions for a merchant.
1717

docs/CreateInstrumentIdentifierRequest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
## Properties
55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7-
**type** | **String** | Type of Card | [optional]
7+
**type** | **String** | Enrol card for a Network Token | [optional]
88
**card** | [**Tmsv1instrumentidentifiersCard**](Tmsv1instrumentidentifiersCard.md) | | [optional]
99
**bankAccount** | [**Tmsv1instrumentidentifiersBankAccount**](Tmsv1instrumentidentifiersBankAccount.md) | | [optional]
1010
**billTo** | [**Tmsv1instrumentidentifiersBillTo**](Tmsv1instrumentidentifiersBillTo.md) | | [optional]

docs/DecisionManagerApi.md

Lines changed: 96 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,58 @@ All URIs are relative to *https://apitest.cybersource.com*
44

55
Method | HTTP request | Description
66
------------- | ------------- | -------------
7+
[**addNegative**](DecisionManagerApi.md#addNegative) | **POST** /risk/v1/lists/{type}/entries | List Management
78
[**createDecisionManagerCase**](DecisionManagerApi.md#createDecisionManagerCase) | **POST** /risk/v1/decisions | Create Decision Manager Case
9+
[**fraudUpdate**](DecisionManagerApi.md#fraudUpdate) | **POST** /risk/v1/decisions/{id}/marking | Fraud Marking
810

911

12+
<a name="addNegative"></a>
13+
# **addNegative**
14+
> RiskV1UpdatePost201Response addNegative(type, addNegativeListRequest)
15+
16+
List Management
17+
18+
This call adds/deletes/converts the request information in the negative list. Provide the list to be updated as the path parameter. This value can be &#39;postiive&#39;, &#39;negative&#39; or &#39;review&#39;.
19+
20+
### Example
21+
```java
22+
// Import classes:
23+
//import Invokers.ApiException;
24+
//import Api.DecisionManagerApi;
25+
26+
27+
DecisionManagerApi apiInstance = new DecisionManagerApi();
28+
String type = "type_example"; // String | The list to be updated. It can be 'positive', 'negative' or 'review'.
29+
AddNegativeListRequest addNegativeListRequest = new AddNegativeListRequest(); // AddNegativeListRequest |
30+
try {
31+
RiskV1UpdatePost201Response result = apiInstance.addNegative(type, addNegativeListRequest);
32+
System.out.println(result);
33+
} catch (ApiException e) {
34+
System.err.println("Exception when calling DecisionManagerApi#addNegative");
35+
e.printStackTrace();
36+
}
37+
```
38+
39+
### Parameters
40+
41+
Name | Type | Description | Notes
42+
------------- | ------------- | ------------- | -------------
43+
**type** | **String**| The list to be updated. It can be &#39;positive&#39;, &#39;negative&#39; or &#39;review&#39;. |
44+
**addNegativeListRequest** | [**AddNegativeListRequest**](AddNegativeListRequest.md)| |
45+
46+
### Return type
47+
48+
[**RiskV1UpdatePost201Response**](RiskV1UpdatePost201Response.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/hal+json;charset=utf-8
58+
1059
<a name="createDecisionManagerCase"></a>
1160
# **createDecisionManagerCase**
1261
> RiskV1DecisionsPost201Response createDecisionManagerCase(createDecisionManagerCaseRequest)
@@ -52,3 +101,50 @@ No authorization required
52101
- **Content-Type**: application/json;charset=utf-8
53102
- **Accept**: application/hal+json;charset=utf-8
54103

104+
<a name="fraudUpdate"></a>
105+
# **fraudUpdate**
106+
> RiskV1UpdatePost201Response fraudUpdate(id, fraudMarkingActionRequest)
107+
108+
Fraud Marking
109+
110+
This can be used to - 1. Add known fraudulent data to the fraud history 2. Remove data added to history with Transaction Marking Tool or by uploading chargeback files 3. Remove chargeback data from history that was automatically added. For detailed information, contact your Cybersource representative Place the request ID of the transaction you want to mark as suspect (or remove from history) as the path parameter in this request.
111+
112+
### Example
113+
```java
114+
// Import classes:
115+
//import Invokers.ApiException;
116+
//import Api.DecisionManagerApi;
117+
118+
119+
DecisionManagerApi apiInstance = new DecisionManagerApi();
120+
String id = "id_example"; // String | Request ID of the transaction that you want to mark as suspect or remove from history.
121+
FraudMarkingActionRequest fraudMarkingActionRequest = new FraudMarkingActionRequest(); // FraudMarkingActionRequest |
122+
try {
123+
RiskV1UpdatePost201Response result = apiInstance.fraudUpdate(id, fraudMarkingActionRequest);
124+
System.out.println(result);
125+
} catch (ApiException e) {
126+
System.err.println("Exception when calling DecisionManagerApi#fraudUpdate");
127+
e.printStackTrace();
128+
}
129+
```
130+
131+
### Parameters
132+
133+
Name | Type | Description | Notes
134+
------------- | ------------- | ------------- | -------------
135+
**id** | **String**| Request ID of the transaction that you want to mark as suspect or remove from history. |
136+
**fraudMarkingActionRequest** | [**FraudMarkingActionRequest**](FraudMarkingActionRequest.md)| |
137+
138+
### Return type
139+
140+
[**RiskV1UpdatePost201Response**](RiskV1UpdatePost201Response.md)
141+
142+
### Authorization
143+
144+
No authorization required
145+
146+
### HTTP request headers
147+
148+
- **Content-Type**: application/json;charset=utf-8
149+
- **Accept**: application/hal+json;charset=utf-8
150+

docs/DownloadDTDApi.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ All URIs are relative to *https://apitest.cybersource.com*
44

55
Method | HTTP request | Description
66
------------- | ------------- | -------------
7-
[**getDTDV2**](DownloadDTDApi.md#getDTDV2) | **GET** /dtds/{reportDefinitionNameVersion} | Download DTD for report
7+
[**getDTDV2**](DownloadDTDApi.md#getDTDV2) | **GET** /dtds/{reportDefinitionNameVersion} | Download DTD for Report
88

99

1010
<a name="getDTDV2"></a>
1111
# **getDTDV2**
1212
> getDTDV2(reportDefinitionNameVersion)
1313
14-
Download DTD for report
14+
Download DTD for Report
1515

1616
Used to download DTDs for reports on no-auth.
1717

docs/DownloadXSDApi.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ All URIs are relative to *https://apitest.cybersource.com*
44

55
Method | HTTP request | Description
66
------------- | ------------- | -------------
7-
[**getXSDV2**](DownloadXSDApi.md#getXSDV2) | **GET** /xsds/{reportDefinitionNameVersion} | Download XSD for report
7+
[**getXSDV2**](DownloadXSDApi.md#getXSDV2) | **GET** /xsds/{reportDefinitionNameVersion} | Download XSD for Report
88

99

1010
<a name="getXSDV2"></a>
1111
# **getXSDV2**
1212
> getXSDV2(reportDefinitionNameVersion)
1313
14-
Download XSD for report
14+
Download XSD for Report
1515

1616
Used to download XSDs for reports on no-auth.
1717

docs/EmbeddedInstrumentIdentifierResponse.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Name | Type | Description | Notes
99
**state** | **String** | &#39;Current state of the token.&#39; Valid values: - ACTIVE - CLOSED | [optional]
1010
**id** | **String** | The ID of the existing instrument identifier to be linked to the newly created payment instrument. | [optional]
1111
**card** | [**TmsV1InstrumentIdentifiersPost200ResponseCard**](TmsV1InstrumentIdentifiersPost200ResponseCard.md) | | [optional]
12+
**tokenizedCard** | [**TmsV1InstrumentIdentifiersPost200ResponseTokenizedCard**](TmsV1InstrumentIdentifiersPost200ResponseTokenizedCard.md) | | [optional]
1213
**bankAccount** | [**Tmsv1instrumentidentifiersBankAccount**](Tmsv1instrumentidentifiersBankAccount.md) | | [optional]
1314
**issuer** | [**TmsV1InstrumentIdentifiersPost200ResponseIssuer**](TmsV1InstrumentIdentifiersPost200ResponseIssuer.md) | | [optional]
1415
**processingInformation** | [**TmsV1InstrumentIdentifiersPost200ResponseProcessingInformation**](TmsV1InstrumentIdentifiersPost200ResponseProcessingInformation.md) | | [optional]

0 commit comments

Comments
 (0)