public class DecisionManagerApi extends Object
| Constructor | Description |
|---|---|
DecisionManagerApi() |
|
DecisionManagerApi(ApiClient apiClient) |
| Modifier and Type | Method | Description |
|---|---|---|
InlineResponse2003 |
actionDecisionManagerCase(String id,
CaseManagementActionsRequest caseManagementActionsRequest) |
Take action on a DM post-transactional case
Take action on a DM post-transactional case
|
okhttp3.Call |
actionDecisionManagerCaseAsync(String id,
CaseManagementActionsRequest caseManagementActionsRequest,
ApiCallback<InlineResponse2003> callback) |
Take action on a DM post-transactional case (asynchronously)
Take action on a DM post-transactional case
|
okhttp3.Call |
actionDecisionManagerCaseCall(String id,
CaseManagementActionsRequest caseManagementActionsRequest,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Build call for actionDecisionManagerCase
|
ApiResponse<InlineResponse2003> |
actionDecisionManagerCaseWithHttpInfo(String id,
CaseManagementActionsRequest caseManagementActionsRequest) |
Take action on a DM post-transactional case
Take action on a DM post-transactional case
|
RiskV1UpdatePost201Response |
addNegative(String type,
AddNegativeListRequest addNegativeListRequest) |
List Management
This call adds/deletes/converts the request information in the negative list.
|
okhttp3.Call |
addNegativeAsync(String type,
AddNegativeListRequest addNegativeListRequest,
ApiCallback<RiskV1UpdatePost201Response> callback) |
List Management (asynchronously)
This call adds/deletes/converts the request information in the negative list.
|
okhttp3.Call |
addNegativeCall(String type,
AddNegativeListRequest addNegativeListRequest,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Build call for addNegative
|
ApiResponse<RiskV1UpdatePost201Response> |
addNegativeWithHttpInfo(String type,
AddNegativeListRequest addNegativeListRequest) |
List Management
This call adds/deletes/converts the request information in the negative list.
|
InlineResponse2012 |
commentDecisionManagerCase(String id,
CaseManagementCommentsRequest caseManagementCommentsRequest) |
Add a comment to a DM post-transactional case
Add a comment to a DM post-transactional case
|
okhttp3.Call |
commentDecisionManagerCaseAsync(String id,
CaseManagementCommentsRequest caseManagementCommentsRequest,
ApiCallback<InlineResponse2012> callback) |
Add a comment to a DM post-transactional case (asynchronously)
Add a comment to a DM post-transactional case
|
okhttp3.Call |
commentDecisionManagerCaseCall(String id,
CaseManagementCommentsRequest caseManagementCommentsRequest,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Build call for commentDecisionManagerCase
|
ApiResponse<InlineResponse2012> |
commentDecisionManagerCaseWithHttpInfo(String id,
CaseManagementCommentsRequest caseManagementCommentsRequest) |
Add a comment to a DM post-transactional case
Add a comment to a DM post-transactional case
|
RiskV1DecisionsPost201Response |
createBundledDecisionManagerCase(CreateBundledDecisionManagerCaseRequest createBundledDecisionManagerCaseRequest) |
Create Decision Manager
Decision Manager can help you automate and streamline your fraud operations.
|
okhttp3.Call |
createBundledDecisionManagerCaseAsync(CreateBundledDecisionManagerCaseRequest createBundledDecisionManagerCaseRequest,
ApiCallback<RiskV1DecisionsPost201Response> callback) |
Create Decision Manager (asynchronously)
Decision Manager can help you automate and streamline your fraud operations.
|
okhttp3.Call |
createBundledDecisionManagerCaseCall(CreateBundledDecisionManagerCaseRequest createBundledDecisionManagerCaseRequest,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Build call for createBundledDecisionManagerCase
|
ApiResponse<RiskV1DecisionsPost201Response> |
createBundledDecisionManagerCaseWithHttpInfo(CreateBundledDecisionManagerCaseRequest createBundledDecisionManagerCaseRequest) |
Create Decision Manager
Decision Manager can help you automate and streamline your fraud operations.
|
RiskV1UpdatePost201Response |
fraudUpdate(String id,
FraudMarkingActionRequest fraudMarkingActionRequest) |
Fraud Marking
This can be used to - 1.
|
okhttp3.Call |
fraudUpdateAsync(String id,
FraudMarkingActionRequest fraudMarkingActionRequest,
ApiCallback<RiskV1UpdatePost201Response> callback) |
Fraud Marking (asynchronously)
This can be used to - 1.
|
okhttp3.Call |
fraudUpdateCall(String id,
FraudMarkingActionRequest fraudMarkingActionRequest,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Build call for fraudUpdate
|
ApiResponse<RiskV1UpdatePost201Response> |
fraudUpdateWithHttpInfo(String id,
FraudMarkingActionRequest fraudMarkingActionRequest) |
Fraud Marking
This can be used to - 1.
|
ApiClient |
getApiClient() |
|
void |
setApiClient(ApiClient apiClient) |
public DecisionManagerApi()
public DecisionManagerApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public okhttp3.Call actionDecisionManagerCaseCall(String id, CaseManagementActionsRequest caseManagementActionsRequest, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException, com.cybersource.authsdk.core.ConfigException
id - An unique identification number generated by Cybersource to identify the submitted request. (required)caseManagementActionsRequest - (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectcom.cybersource.authsdk.core.ConfigException - If creation of merchant configuration fails in ApiClientpublic InlineResponse2003 actionDecisionManagerCase(String id, CaseManagementActionsRequest caseManagementActionsRequest) throws ApiException, com.cybersource.authsdk.core.ConfigException
id - An unique identification number generated by Cybersource to identify the submitted request. (required)caseManagementActionsRequest - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodycom.cybersource.authsdk.core.ConfigException - If creation of merchant configuration fails in ApiClientpublic ApiResponse<InlineResponse2003> actionDecisionManagerCaseWithHttpInfo(String id, CaseManagementActionsRequest caseManagementActionsRequest) throws ApiException, com.cybersource.authsdk.core.ConfigException
id - An unique identification number generated by Cybersource to identify the submitted request. (required)caseManagementActionsRequest - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodycom.cybersource.authsdk.core.ConfigException - If creation of merchant configuration fails in ApiClientpublic okhttp3.Call actionDecisionManagerCaseAsync(String id, CaseManagementActionsRequest caseManagementActionsRequest, ApiCallback<InlineResponse2003> callback) throws ApiException, com.cybersource.authsdk.core.ConfigException
id - An unique identification number generated by Cybersource to identify the submitted request. (required)caseManagementActionsRequest - (required)callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectcom.cybersource.authsdk.core.ConfigException - If creation of merchant configuration fails in ApiClientpublic okhttp3.Call addNegativeCall(String type, AddNegativeListRequest addNegativeListRequest, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException, com.cybersource.authsdk.core.ConfigException
type - The list to be updated. It can be 'positive', 'negative' or 'review'. (required)addNegativeListRequest - (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectcom.cybersource.authsdk.core.ConfigException - If creation of merchant configuration fails in ApiClientpublic RiskV1UpdatePost201Response addNegative(String type, AddNegativeListRequest addNegativeListRequest) throws ApiException, com.cybersource.authsdk.core.ConfigException
type - The list to be updated. It can be 'positive', 'negative' or 'review'. (required)addNegativeListRequest - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodycom.cybersource.authsdk.core.ConfigException - If creation of merchant configuration fails in ApiClientpublic ApiResponse<RiskV1UpdatePost201Response> addNegativeWithHttpInfo(String type, AddNegativeListRequest addNegativeListRequest) throws ApiException, com.cybersource.authsdk.core.ConfigException
type - The list to be updated. It can be 'positive', 'negative' or 'review'. (required)addNegativeListRequest - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodycom.cybersource.authsdk.core.ConfigException - If creation of merchant configuration fails in ApiClientpublic okhttp3.Call addNegativeAsync(String type, AddNegativeListRequest addNegativeListRequest, ApiCallback<RiskV1UpdatePost201Response> callback) throws ApiException, com.cybersource.authsdk.core.ConfigException
type - The list to be updated. It can be 'positive', 'negative' or 'review'. (required)addNegativeListRequest - (required)callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectcom.cybersource.authsdk.core.ConfigException - If creation of merchant configuration fails in ApiClientpublic okhttp3.Call commentDecisionManagerCaseCall(String id, CaseManagementCommentsRequest caseManagementCommentsRequest, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException, com.cybersource.authsdk.core.ConfigException
id - An unique identification number generated by Cybersource to identify the submitted request. (required)caseManagementCommentsRequest - (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectcom.cybersource.authsdk.core.ConfigException - If creation of merchant configuration fails in ApiClientpublic InlineResponse2012 commentDecisionManagerCase(String id, CaseManagementCommentsRequest caseManagementCommentsRequest) throws ApiException, com.cybersource.authsdk.core.ConfigException
id - An unique identification number generated by Cybersource to identify the submitted request. (required)caseManagementCommentsRequest - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodycom.cybersource.authsdk.core.ConfigException - If creation of merchant configuration fails in ApiClientpublic ApiResponse<InlineResponse2012> commentDecisionManagerCaseWithHttpInfo(String id, CaseManagementCommentsRequest caseManagementCommentsRequest) throws ApiException, com.cybersource.authsdk.core.ConfigException
id - An unique identification number generated by Cybersource to identify the submitted request. (required)caseManagementCommentsRequest - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodycom.cybersource.authsdk.core.ConfigException - If creation of merchant configuration fails in ApiClientpublic okhttp3.Call commentDecisionManagerCaseAsync(String id, CaseManagementCommentsRequest caseManagementCommentsRequest, ApiCallback<InlineResponse2012> callback) throws ApiException, com.cybersource.authsdk.core.ConfigException
id - An unique identification number generated by Cybersource to identify the submitted request. (required)caseManagementCommentsRequest - (required)callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectcom.cybersource.authsdk.core.ConfigException - If creation of merchant configuration fails in ApiClientpublic okhttp3.Call createBundledDecisionManagerCaseCall(CreateBundledDecisionManagerCaseRequest createBundledDecisionManagerCaseRequest, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException, com.cybersource.authsdk.core.ConfigException
createBundledDecisionManagerCaseRequest - (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectcom.cybersource.authsdk.core.ConfigException - If creation of merchant configuration fails in ApiClientpublic RiskV1DecisionsPost201Response createBundledDecisionManagerCase(CreateBundledDecisionManagerCaseRequest createBundledDecisionManagerCaseRequest) throws ApiException, com.cybersource.authsdk.core.ConfigException
createBundledDecisionManagerCaseRequest - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodycom.cybersource.authsdk.core.ConfigException - If creation of merchant configuration fails in ApiClientpublic ApiResponse<RiskV1DecisionsPost201Response> createBundledDecisionManagerCaseWithHttpInfo(CreateBundledDecisionManagerCaseRequest createBundledDecisionManagerCaseRequest) throws ApiException, com.cybersource.authsdk.core.ConfigException
createBundledDecisionManagerCaseRequest - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodycom.cybersource.authsdk.core.ConfigException - If creation of merchant configuration fails in ApiClientpublic okhttp3.Call createBundledDecisionManagerCaseAsync(CreateBundledDecisionManagerCaseRequest createBundledDecisionManagerCaseRequest, ApiCallback<RiskV1DecisionsPost201Response> callback) throws ApiException, com.cybersource.authsdk.core.ConfigException
createBundledDecisionManagerCaseRequest - (required)callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectcom.cybersource.authsdk.core.ConfigException - If creation of merchant configuration fails in ApiClientpublic okhttp3.Call fraudUpdateCall(String id, FraudMarkingActionRequest fraudMarkingActionRequest, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException, com.cybersource.authsdk.core.ConfigException
id - Request ID of the transaction that you want to mark as suspect or remove from history. (required)fraudMarkingActionRequest - (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectcom.cybersource.authsdk.core.ConfigException - If creation of merchant configuration fails in ApiClientpublic RiskV1UpdatePost201Response fraudUpdate(String id, FraudMarkingActionRequest fraudMarkingActionRequest) throws ApiException, com.cybersource.authsdk.core.ConfigException
id - Request ID of the transaction that you want to mark as suspect or remove from history. (required)fraudMarkingActionRequest - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodycom.cybersource.authsdk.core.ConfigException - If creation of merchant configuration fails in ApiClientpublic ApiResponse<RiskV1UpdatePost201Response> fraudUpdateWithHttpInfo(String id, FraudMarkingActionRequest fraudMarkingActionRequest) throws ApiException, com.cybersource.authsdk.core.ConfigException
id - Request ID of the transaction that you want to mark as suspect or remove from history. (required)fraudMarkingActionRequest - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodycom.cybersource.authsdk.core.ConfigException - If creation of merchant configuration fails in ApiClientpublic okhttp3.Call fraudUpdateAsync(String id, FraudMarkingActionRequest fraudMarkingActionRequest, ApiCallback<RiskV1UpdatePost201Response> callback) throws ApiException, com.cybersource.authsdk.core.ConfigException
id - Request ID of the transaction that you want to mark as suspect or remove from history. (required)fraudMarkingActionRequest - (required)callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectcom.cybersource.authsdk.core.ConfigException - If creation of merchant configuration fails in ApiClientCopyright © 2026. All rights reserved.