public class MicroformIntegrationApi extends Object
| Constructor | Description |
|---|---|
MicroformIntegrationApi() |
|
MicroformIntegrationApi(ApiClient apiClient) |
| Modifier and Type | Method | Description |
|---|---|---|
String |
generateCaptureContext(GenerateCaptureContextRequest generateCaptureContextRequest) |
Generate Capture Context
This API is used to generate the Capture Context data structure for the Microform Integration.
|
okhttp3.Call |
generateCaptureContextAsync(GenerateCaptureContextRequest generateCaptureContextRequest,
ApiCallback<String> callback) |
Generate Capture Context (asynchronously)
This API is used to generate the Capture Context data structure for the Microform Integration.
|
okhttp3.Call |
generateCaptureContextCall(GenerateCaptureContextRequest generateCaptureContextRequest,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Build call for generateCaptureContext
|
ApiResponse<String> |
generateCaptureContextWithHttpInfo(GenerateCaptureContextRequest generateCaptureContextRequest) |
Generate Capture Context
This API is used to generate the Capture Context data structure for the Microform Integration.
|
ApiClient |
getApiClient() |
|
void |
setApiClient(ApiClient apiClient) |
public MicroformIntegrationApi()
public MicroformIntegrationApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public okhttp3.Call generateCaptureContextCall(GenerateCaptureContextRequest generateCaptureContextRequest, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException, com.cybersource.authsdk.core.ConfigException
generateCaptureContextRequest - (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 String generateCaptureContext(GenerateCaptureContextRequest generateCaptureContextRequest) throws ApiException, com.cybersource.authsdk.core.ConfigException
generateCaptureContextRequest - (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<String> generateCaptureContextWithHttpInfo(GenerateCaptureContextRequest generateCaptureContextRequest) throws ApiException, com.cybersource.authsdk.core.ConfigException
generateCaptureContextRequest - (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 generateCaptureContextAsync(GenerateCaptureContextRequest generateCaptureContextRequest, ApiCallback<String> callback) throws ApiException, com.cybersource.authsdk.core.ConfigException
generateCaptureContextRequest - (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.