public class TransientTokenDataApi extends Object
| Constructor and Description |
|---|
TransientTokenDataApi() |
TransientTokenDataApi(ApiClient apiClient) |
| Modifier and Type | Method and 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
|
ApiResponse<Void> |
getTransactionForTransientTokenWithHttpInfo(String transientToken)
Get Transient Token Data
Retrieve the data captured by Unified Checkout.
|
void |
setApiClient(ApiClient apiClient) |
public TransientTokenDataApi()
public TransientTokenDataApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public okhttp3.Call getPaymentCredentialsForTransientTokenCall(String paymentCredentialsReference, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
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 objectpublic String getPaymentCredentialsForTransientToken(String paymentCredentialsReference) throws ApiException
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 bodypublic ApiResponse<String> getPaymentCredentialsForTransientTokenWithHttpInfo(String paymentCredentialsReference) throws ApiException
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 bodypublic okhttp3.Call getPaymentCredentialsForTransientTokenAsync(String paymentCredentialsReference, ApiCallback<String> callback) throws ApiException
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 objectpublic okhttp3.Call getTransactionForTransientTokenCall(String transientToken, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
transientToken - Transient Token returned by the Unified Checkout application. (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic void getTransactionForTransientToken(String transientToken) throws ApiException
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 bodypublic ApiResponse<Void> getTransactionForTransientTokenWithHttpInfo(String transientToken) throws ApiException
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 bodypublic okhttp3.Call getTransactionForTransientTokenAsync(String transientToken, ApiCallback<Void> callback) throws ApiException
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 objectCopyright © 2025. All rights reserved.