public class TokenApi extends Object
| Constructor and Description |
|---|
TokenApi() |
TokenApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
InlineResponse200 |
getCardArtAsset(String instrumentIdentifierId,
String tokenProvider,
String assetType)
Retrieve Card Art
Retrieves Card Art for a specific Instrument Identifier.
|
okhttp3.Call |
getCardArtAssetAsync(String instrumentIdentifierId,
String tokenProvider,
String assetType,
ApiCallback<InlineResponse200> callback)
Retrieve Card Art (asynchronously)
Retrieves Card Art for a specific Instrument Identifier.
|
okhttp3.Call |
getCardArtAssetCall(String instrumentIdentifierId,
String tokenProvider,
String assetType,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getCardArtAsset
|
ApiResponse<InlineResponse200> |
getCardArtAssetWithHttpInfo(String instrumentIdentifierId,
String tokenProvider,
String assetType)
Retrieve Card Art
Retrieves Card Art for a specific Instrument Identifier.
|
String |
postTokenPaymentCredentials(String tokenId,
PostPaymentCredentialsRequest postPaymentCredentialsRequest,
String profileId)
Generate Payment Credentials for a TMS Token
| | | | | --- | --- | --- | |**Token**<br>A Token can represent your tokenized Customer, Payment Instrument or Instrument Identifier information.| |**Payment Credentials**<br>Contains payment information such as the network token, generated cryptogram for Visa & MasterCard or dynamic CVV for Amex in a JSON Web Encryption (JWE) response.<br>Your system can use this API to retrieve the Payment Credentials for an existing Customer, Payment Instrument or Instrument Identifier.
|
okhttp3.Call |
postTokenPaymentCredentialsAsync(String tokenId,
PostPaymentCredentialsRequest postPaymentCredentialsRequest,
String profileId,
ApiCallback<String> callback)
Generate Payment Credentials for a TMS Token (asynchronously)
| | | | | --- | --- | --- | |**Token**<br>A Token can represent your tokenized Customer, Payment Instrument or Instrument Identifier information.| |**Payment Credentials**<br>Contains payment information such as the network token, generated cryptogram for Visa & MasterCard or dynamic CVV for Amex in a JSON Web Encryption (JWE) response.<br>Your system can use this API to retrieve the Payment Credentials for an existing Customer, Payment Instrument or Instrument Identifier.
|
okhttp3.Call |
postTokenPaymentCredentialsCall(String tokenId,
PostPaymentCredentialsRequest postPaymentCredentialsRequest,
String profileId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for postTokenPaymentCredentials
|
ApiResponse<String> |
postTokenPaymentCredentialsWithHttpInfo(String tokenId,
PostPaymentCredentialsRequest postPaymentCredentialsRequest,
String profileId)
Generate Payment Credentials for a TMS Token
| | | | | --- | --- | --- | |**Token**<br>A Token can represent your tokenized Customer, Payment Instrument or Instrument Identifier information.| |**Payment Credentials**<br>Contains payment information such as the network token, generated cryptogram for Visa & MasterCard or dynamic CVV for Amex in a JSON Web Encryption (JWE) response.<br>Your system can use this API to retrieve the Payment Credentials for an existing Customer, Payment Instrument or Instrument Identifier.
|
void |
setApiClient(ApiClient apiClient) |
public TokenApi()
public TokenApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public okhttp3.Call getCardArtAssetCall(String instrumentIdentifierId, String tokenProvider, String assetType, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
instrumentIdentifierId - The Id of an Instrument Identifier. (required)tokenProvider - The token provider. (required)assetType - The type of asset. (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic InlineResponse200 getCardArtAsset(String instrumentIdentifierId, String tokenProvider, String assetType) throws ApiException
instrumentIdentifierId - The Id of an Instrument Identifier. (required)tokenProvider - The token provider. (required)assetType - The type of asset. (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<InlineResponse200> getCardArtAssetWithHttpInfo(String instrumentIdentifierId, String tokenProvider, String assetType) throws ApiException
instrumentIdentifierId - The Id of an Instrument Identifier. (required)tokenProvider - The token provider. (required)assetType - The type of asset. (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call getCardArtAssetAsync(String instrumentIdentifierId, String tokenProvider, String assetType, ApiCallback<InlineResponse200> callback) throws ApiException
instrumentIdentifierId - The Id of an Instrument Identifier. (required)tokenProvider - The token provider. (required)assetType - The type of asset. (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 postTokenPaymentCredentialsCall(String tokenId, PostPaymentCredentialsRequest postPaymentCredentialsRequest, String profileId, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
tokenId - The Id of a token representing a Customer, Payment Instrument or Instrument Identifier. (required)postPaymentCredentialsRequest - (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 objectpublic String postTokenPaymentCredentials(String tokenId, PostPaymentCredentialsRequest postPaymentCredentialsRequest, String profileId) throws ApiException
tokenId - The Id of a token representing a Customer, Payment Instrument or Instrument Identifier. (required)postPaymentCredentialsRequest - (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 bodypublic ApiResponse<String> postTokenPaymentCredentialsWithHttpInfo(String tokenId, PostPaymentCredentialsRequest postPaymentCredentialsRequest, String profileId) throws ApiException
tokenId - The Id of a token representing a Customer, Payment Instrument or Instrument Identifier. (required)postPaymentCredentialsRequest - (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 bodypublic okhttp3.Call postTokenPaymentCredentialsAsync(String tokenId, PostPaymentCredentialsRequest postPaymentCredentialsRequest, String profileId, ApiCallback<String> callback) throws ApiException
tokenId - The Id of a token representing a Customer, Payment Instrument or Instrument Identifier. (required)postPaymentCredentialsRequest - (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 objectCopyright © 2025. All rights reserved.