public class EnrollmentApi extends Object
| Constructor | Description |
|---|---|
EnrollmentApi() |
|
EnrollmentApi(ApiClient apiClient) |
| Modifier and Type | Method | Description |
|---|---|---|
AgenticCardEnrollmentResponse200 |
enrollCard(AgenticCardEnrollmentRequest agenticCardEnrollmentRequest) |
Enroll a card
Enroll a payment card for agentic or e-commerce transactions.
|
okhttp3.Call |
enrollCardAsync(AgenticCardEnrollmentRequest agenticCardEnrollmentRequest,
ApiCallback<AgenticCardEnrollmentResponse200> callback) |
Enroll a card (asynchronously)
Enroll a payment card for agentic or e-commerce transactions.
|
okhttp3.Call |
enrollCardCall(AgenticCardEnrollmentRequest agenticCardEnrollmentRequest,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Build call for enrollCard
|
ApiResponse<AgenticCardEnrollmentResponse200> |
enrollCardWithHttpInfo(AgenticCardEnrollmentRequest agenticCardEnrollmentRequest) |
Enroll a card
Enroll a payment card for agentic or e-commerce transactions.
|
ApiClient |
getApiClient() |
|
void |
setApiClient(ApiClient apiClient) |
public EnrollmentApi()
public EnrollmentApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public okhttp3.Call enrollCardCall(AgenticCardEnrollmentRequest agenticCardEnrollmentRequest, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException, com.cybersource.authsdk.core.ConfigException
agenticCardEnrollmentRequest - (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 AgenticCardEnrollmentResponse200 enrollCard(AgenticCardEnrollmentRequest agenticCardEnrollmentRequest) throws ApiException, com.cybersource.authsdk.core.ConfigException
agenticCardEnrollmentRequest - (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<AgenticCardEnrollmentResponse200> enrollCardWithHttpInfo(AgenticCardEnrollmentRequest agenticCardEnrollmentRequest) throws ApiException, com.cybersource.authsdk.core.ConfigException
agenticCardEnrollmentRequest - (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 enrollCardAsync(AgenticCardEnrollmentRequest agenticCardEnrollmentRequest, ApiCallback<AgenticCardEnrollmentResponse200> callback) throws ApiException, com.cybersource.authsdk.core.ConfigException
agenticCardEnrollmentRequest - (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.