public class TransientTokenDataV2Api extends Object
| Constructor | Description |
|---|---|
TransientTokenDataV2Api() |
|
TransientTokenDataV2Api(ApiClient apiClient) |
| Modifier and Type | Method | Description |
|---|---|---|
ApiClient |
getApiClient() |
|
String |
getPaymentCredentialsForTransientToken(String paymentCredentialsReference) |
Get Payment Credentials
Retrieve the Payment data captured by Unified Checkout.
|
okhttp3.Call |
getPaymentCredentialsForTransientTokenAsync(String paymentCredentialsReference,
ApiCallback<String> callback) |
Get Payment Credentials (asynchronously)
Retrieve the Payment data captured by Unified Checkout.
|
okhttp3.Call |
getPaymentCredentialsForTransientTokenCall(String paymentCredentialsReference,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Build call for getPaymentCredentialsForTransientToken
|
ApiResponse<String> |
getPaymentCredentialsForTransientTokenWithHttpInfo(String paymentCredentialsReference) |
Get Payment Credentials
Retrieve the Payment data captured by Unified Checkout.
|
void |
getTransactionForTransientToken(String transientToken) |
Get Transient Token Data
Retrieve the data captured by Unified Checkout.
|
okhttp3.Call |
getTransactionForTransientTokenAsync(String transientToken,
ApiCallback<Void> callback) |
Get Transient Token Data (asynchronously)
Retrieve the data captured by Unified Checkout.
|
okhttp3.Call |
getTransactionForTransientTokenCall(String transientToken,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Build call for getTransactionForTransientToken
|
void |
getTransactionForTransientTokenJTI(String jti) |
Get Transient Token Data v2
Retrieve data captured through Unified Checkout.
|
okhttp3.Call |
getTransactionForTransientTokenJTIAsync(String jti,
ApiCallback<Void> callback) |
Get Transient Token Data v2 (asynchronously)
Retrieve data captured through Unified Checkout.
|
okhttp3.Call |
getTransactionForTransientTokenJTICall(String jti,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Build call for getTransactionForTransientTokenJTI
|
ApiResponse<Void> |
getTransactionForTransientTokenJTIWithHttpInfo(String jti) |
Get Transient Token Data v2
Retrieve data captured through Unified Checkout.
|
ApiResponse<Void> |
getTransactionForTransientTokenWithHttpInfo(String transientToken) |
Get Transient Token Data
Retrieve the data captured by Unified Checkout.
|
void |
setApiClient(ApiClient apiClient) |
public TransientTokenDataV2Api()
public TransientTokenDataV2Api(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public okhttp3.Call getPaymentCredentialsForTransientTokenCall(String paymentCredentialsReference, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException, com.cybersource.authsdk.core.ConfigException
paymentCredentialsReference - The paymentCredentialsReference field contained within the Transient token returned from a successful Unified Checkout transaction. (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 getPaymentCredentialsForTransientToken(String paymentCredentialsReference) throws ApiException, com.cybersource.authsdk.core.ConfigException
paymentCredentialsReference - The paymentCredentialsReference field contained within the Transient token returned from a successful Unified Checkout transaction. (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> getPaymentCredentialsForTransientTokenWithHttpInfo(String paymentCredentialsReference) throws ApiException, com.cybersource.authsdk.core.ConfigException
paymentCredentialsReference - The paymentCredentialsReference field contained within the Transient token returned from a successful Unified Checkout transaction. (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 getPaymentCredentialsForTransientTokenAsync(String paymentCredentialsReference, ApiCallback<String> callback) throws ApiException, com.cybersource.authsdk.core.ConfigException
paymentCredentialsReference - The paymentCredentialsReference field contained within the Transient token returned from a successful Unified Checkout transaction. (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 getTransactionForTransientTokenCall(String transientToken, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException, com.cybersource.authsdk.core.ConfigException
transientToken - Transient Token returned by the Unified Checkout application. (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 void getTransactionForTransientToken(String transientToken) throws ApiException, com.cybersource.authsdk.core.ConfigException
transientToken - Transient Token returned by the Unified Checkout application. (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<Void> getTransactionForTransientTokenWithHttpInfo(String transientToken) throws ApiException, com.cybersource.authsdk.core.ConfigException
transientToken - Transient Token returned by the Unified Checkout application. (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 getTransactionForTransientTokenAsync(String transientToken, ApiCallback<Void> callback) throws ApiException, com.cybersource.authsdk.core.ConfigException
transientToken - Transient Token returned by the Unified Checkout application. (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 getTransactionForTransientTokenJTICall(String jti, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException, com.cybersource.authsdk.core.ConfigException
jti - The jti within the Transient Token jwt returned by the Unified Checkout application (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 void getTransactionForTransientTokenJTI(String jti) throws ApiException, com.cybersource.authsdk.core.ConfigException
jti - The jti within the Transient Token jwt returned by the Unified Checkout application (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<Void> getTransactionForTransientTokenJTIWithHttpInfo(String jti) throws ApiException, com.cybersource.authsdk.core.ConfigException
jti - The jti within the Transient Token jwt returned by the Unified Checkout application (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 getTransactionForTransientTokenJTIAsync(String jti, ApiCallback<Void> callback) throws ApiException, com.cybersource.authsdk.core.ConfigException
jti - The jti within the Transient Token jwt returned by the Unified Checkout application (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.