public class TokenizeApi extends Object
| Constructor and Description |
|---|
TokenizeApi() |
TokenizeApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
void |
setApiClient(ApiClient apiClient) |
InlineResponse200 |
tokenize(PostTokenizeRequest postTokenizeRequest,
String profileId)
Tokenize
| | | | | --- | --- | --- | |The **Tokenize API** endpoint facilitates the creation of various TMS tokens such as Customers, Payment Instruments, Shipping Addresses, and Instrument Identifiers in a single operation.
|
okhttp3.Call |
tokenizeAsync(PostTokenizeRequest postTokenizeRequest,
String profileId,
ApiCallback<InlineResponse200> callback)
Tokenize (asynchronously)
| | | | | --- | --- | --- | |The **Tokenize API** endpoint facilitates the creation of various TMS tokens such as Customers, Payment Instruments, Shipping Addresses, and Instrument Identifiers in a single operation.
|
okhttp3.Call |
tokenizeCall(PostTokenizeRequest postTokenizeRequest,
String profileId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for tokenize
|
ApiResponse<InlineResponse200> |
tokenizeWithHttpInfo(PostTokenizeRequest postTokenizeRequest,
String profileId)
Tokenize
| | | | | --- | --- | --- | |The **Tokenize API** endpoint facilitates the creation of various TMS tokens such as Customers, Payment Instruments, Shipping Addresses, and Instrument Identifiers in a single operation.
|
public TokenizeApi()
public TokenizeApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public okhttp3.Call tokenizeCall(PostTokenizeRequest postTokenizeRequest, String profileId, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException, com.cybersource.authsdk.core.ConfigException
postTokenizeRequest - (required)profileId - The Id of a profile containing user specific TMS configuration. (optional)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 InlineResponse200 tokenize(PostTokenizeRequest postTokenizeRequest, String profileId) throws ApiException, com.cybersource.authsdk.core.ConfigException
postTokenizeRequest - (required)profileId - The Id of a profile containing user specific TMS configuration. (optional)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<InlineResponse200> tokenizeWithHttpInfo(PostTokenizeRequest postTokenizeRequest, String profileId) throws ApiException, com.cybersource.authsdk.core.ConfigException
postTokenizeRequest - (required)profileId - The Id of a profile containing user specific TMS configuration. (optional)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 tokenizeAsync(PostTokenizeRequest postTokenizeRequest, String profileId, ApiCallback<InlineResponse200> callback) throws ApiException, com.cybersource.authsdk.core.ConfigException
postTokenizeRequest - (required)profileId - The Id of a profile containing user specific TMS configuration. (optional)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.