public class PaymentTokensApi extends Object
| Constructor | Description |
|---|---|
PaymentTokensApi() |
|
PaymentTokensApi(ApiClient apiClient) |
| Modifier and Type | Method | Description |
|---|---|---|
ApiClient |
getApiClient() |
|
InlineResponse201 |
retrieveOrDeletePaymentToken(Request request) |
Retrieve or Delete Payment Token
This API can be used in two flavours - for retrieval or deletion of vault id.
|
okhttp3.Call |
retrieveOrDeletePaymentTokenAsync(Request request,
ApiCallback<InlineResponse201> callback) |
Retrieve or Delete Payment Token (asynchronously)
This API can be used in two flavours - for retrieval or deletion of vault id.
|
okhttp3.Call |
retrieveOrDeletePaymentTokenCall(Request request,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Build call for retrieveOrDeletePaymentToken
|
ApiResponse<InlineResponse201> |
retrieveOrDeletePaymentTokenWithHttpInfo(Request request) |
Retrieve or Delete Payment Token
This API can be used in two flavours - for retrieval or deletion of vault id.
|
void |
setApiClient(ApiClient apiClient) |
public PaymentTokensApi()
public PaymentTokensApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public okhttp3.Call retrieveOrDeletePaymentTokenCall(Request request, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException, com.cybersource.authsdk.core.ConfigException
request - (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 InlineResponse201 retrieveOrDeletePaymentToken(Request request) throws ApiException, com.cybersource.authsdk.core.ConfigException
request - (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<InlineResponse201> retrieveOrDeletePaymentTokenWithHttpInfo(Request request) throws ApiException, com.cybersource.authsdk.core.ConfigException
request - (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 retrieveOrDeletePaymentTokenAsync(Request request, ApiCallback<InlineResponse201> callback) throws ApiException, com.cybersource.authsdk.core.ConfigException
request - (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.