public class PaymentInstrumentApi extends Object
| Constructor and Description |
|---|
PaymentInstrumentApi() |
PaymentInstrumentApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
void |
deletePaymentInstrument(String paymentInstrumentId,
String profileId)
Delete a Payment Instrument
| | | | | --- | --- | --- | |**Standalone Payment Instruments**<br>A Payment Instrument represents tokenized payment information such as expiration date, billing address & card type.<br>A Payment Instrument token does not store the card number.
|
okhttp3.Call |
deletePaymentInstrumentAsync(String paymentInstrumentId,
String profileId,
ApiCallback<Void> callback)
Delete a Payment Instrument (asynchronously)
| | | | | --- | --- | --- | |**Standalone Payment Instruments**<br>A Payment Instrument represents tokenized payment information such as expiration date, billing address & card type.<br>A Payment Instrument token does not store the card number.
|
okhttp3.Call |
deletePaymentInstrumentCall(String paymentInstrumentId,
String profileId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deletePaymentInstrument
|
ApiResponse<Void> |
deletePaymentInstrumentWithHttpInfo(String paymentInstrumentId,
String profileId)
Delete a Payment Instrument
| | | | | --- | --- | --- | |**Standalone Payment Instruments**<br>A Payment Instrument represents tokenized payment information such as expiration date, billing address & card type.<br>A Payment Instrument token does not store the card number.
|
ApiClient |
getApiClient() |
PostPaymentInstrumentRequest |
getPaymentInstrument(String paymentInstrumentId,
String profileId,
Boolean retrieveBinDetails)
Retrieve a Payment Instrument
| | | | | --- | --- | --- | |**Standalone Payment Instruments**<br>A Payment Instrument represents tokenized payment information such as expiration date, billing address & card type.<br>A Payment Instrument token does not store the card number.
|
okhttp3.Call |
getPaymentInstrumentAsync(String paymentInstrumentId,
String profileId,
Boolean retrieveBinDetails,
ApiCallback<PostPaymentInstrumentRequest> callback)
Retrieve a Payment Instrument (asynchronously)
| | | | | --- | --- | --- | |**Standalone Payment Instruments**<br>A Payment Instrument represents tokenized payment information such as expiration date, billing address & card type.<br>A Payment Instrument token does not store the card number.
|
okhttp3.Call |
getPaymentInstrumentCall(String paymentInstrumentId,
String profileId,
Boolean retrieveBinDetails,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getPaymentInstrument
|
ApiResponse<PostPaymentInstrumentRequest> |
getPaymentInstrumentWithHttpInfo(String paymentInstrumentId,
String profileId,
Boolean retrieveBinDetails)
Retrieve a Payment Instrument
| | | | | --- | --- | --- | |**Standalone Payment Instruments**<br>A Payment Instrument represents tokenized payment information such as expiration date, billing address & card type.<br>A Payment Instrument token does not store the card number.
|
PatchPaymentInstrumentRequest |
patchPaymentInstrument(String paymentInstrumentId,
PatchPaymentInstrumentRequest patchPaymentInstrumentRequest,
String profileId,
Boolean retrieveBinDetails,
String ifMatch)
Update a Payment Instrument
| | | | | --- | --- | --- | |**Standalone Payment Instruments**<br>A Payment Instrument represents tokenized payment information such as expiration date, billing address & card type.<br>A Payment Instrument token does not store the card number.
|
okhttp3.Call |
patchPaymentInstrumentAsync(String paymentInstrumentId,
PatchPaymentInstrumentRequest patchPaymentInstrumentRequest,
String profileId,
Boolean retrieveBinDetails,
String ifMatch,
ApiCallback<PatchPaymentInstrumentRequest> callback)
Update a Payment Instrument (asynchronously)
| | | | | --- | --- | --- | |**Standalone Payment Instruments**<br>A Payment Instrument represents tokenized payment information such as expiration date, billing address & card type.<br>A Payment Instrument token does not store the card number.
|
okhttp3.Call |
patchPaymentInstrumentCall(String paymentInstrumentId,
PatchPaymentInstrumentRequest patchPaymentInstrumentRequest,
String profileId,
Boolean retrieveBinDetails,
String ifMatch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchPaymentInstrument
|
ApiResponse<PatchPaymentInstrumentRequest> |
patchPaymentInstrumentWithHttpInfo(String paymentInstrumentId,
PatchPaymentInstrumentRequest patchPaymentInstrumentRequest,
String profileId,
Boolean retrieveBinDetails,
String ifMatch)
Update a Payment Instrument
| | | | | --- | --- | --- | |**Standalone Payment Instruments**<br>A Payment Instrument represents tokenized payment information such as expiration date, billing address & card type.<br>A Payment Instrument token does not store the card number.
|
PostPaymentInstrumentRequest |
postPaymentInstrument(PostPaymentInstrumentRequest postPaymentInstrumentRequest,
String profileId,
Boolean retrieveBinDetails)
Create a Payment Instrument
| | | | | --- | --- | --- | |**Standalone Payment Instruments**<br>A Payment Instrument represents tokenized payment information such as expiration date, billing address & card type.<br>A Payment Instrument token does not store the card number.
|
okhttp3.Call |
postPaymentInstrumentAsync(PostPaymentInstrumentRequest postPaymentInstrumentRequest,
String profileId,
Boolean retrieveBinDetails,
ApiCallback<PostPaymentInstrumentRequest> callback)
Create a Payment Instrument (asynchronously)
| | | | | --- | --- | --- | |**Standalone Payment Instruments**<br>A Payment Instrument represents tokenized payment information such as expiration date, billing address & card type.<br>A Payment Instrument token does not store the card number.
|
okhttp3.Call |
postPaymentInstrumentCall(PostPaymentInstrumentRequest postPaymentInstrumentRequest,
String profileId,
Boolean retrieveBinDetails,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for postPaymentInstrument
|
ApiResponse<PostPaymentInstrumentRequest> |
postPaymentInstrumentWithHttpInfo(PostPaymentInstrumentRequest postPaymentInstrumentRequest,
String profileId,
Boolean retrieveBinDetails)
Create a Payment Instrument
| | | | | --- | --- | --- | |**Standalone Payment Instruments**<br>A Payment Instrument represents tokenized payment information such as expiration date, billing address & card type.<br>A Payment Instrument token does not store the card number.
|
void |
setApiClient(ApiClient apiClient) |
public PaymentInstrumentApi()
public PaymentInstrumentApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public okhttp3.Call deletePaymentInstrumentCall(String paymentInstrumentId, String profileId, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
paymentInstrumentId - The Id of a payment instrument. (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 void deletePaymentInstrument(String paymentInstrumentId, String profileId) throws ApiException
paymentInstrumentId - The Id of a payment instrument. (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<Void> deletePaymentInstrumentWithHttpInfo(String paymentInstrumentId, String profileId) throws ApiException
paymentInstrumentId - The Id of a payment instrument. (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 deletePaymentInstrumentAsync(String paymentInstrumentId, String profileId, ApiCallback<Void> callback) throws ApiException
paymentInstrumentId - The Id of a payment instrument. (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 objectpublic okhttp3.Call getPaymentInstrumentCall(String paymentInstrumentId, String profileId, Boolean retrieveBinDetails, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
paymentInstrumentId - The Id of a payment instrument. (required)profileId - The Id of a profile containing user specific TMS configuration. (optional)retrieveBinDetails - Retrieve the Bin Details of PAN or network token (optional)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic PostPaymentInstrumentRequest getPaymentInstrument(String paymentInstrumentId, String profileId, Boolean retrieveBinDetails) throws ApiException
paymentInstrumentId - The Id of a payment instrument. (required)profileId - The Id of a profile containing user specific TMS configuration. (optional)retrieveBinDetails - Retrieve the Bin Details of PAN or network token (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<PostPaymentInstrumentRequest> getPaymentInstrumentWithHttpInfo(String paymentInstrumentId, String profileId, Boolean retrieveBinDetails) throws ApiException
paymentInstrumentId - The Id of a payment instrument. (required)profileId - The Id of a profile containing user specific TMS configuration. (optional)retrieveBinDetails - Retrieve the Bin Details of PAN or network token (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call getPaymentInstrumentAsync(String paymentInstrumentId, String profileId, Boolean retrieveBinDetails, ApiCallback<PostPaymentInstrumentRequest> callback) throws ApiException
paymentInstrumentId - The Id of a payment instrument. (required)profileId - The Id of a profile containing user specific TMS configuration. (optional)retrieveBinDetails - Retrieve the Bin Details of PAN or network token (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 objectpublic okhttp3.Call patchPaymentInstrumentCall(String paymentInstrumentId, PatchPaymentInstrumentRequest patchPaymentInstrumentRequest, String profileId, Boolean retrieveBinDetails, String ifMatch, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
paymentInstrumentId - The Id of a payment instrument. (required)patchPaymentInstrumentRequest - (required)profileId - The Id of a profile containing user specific TMS configuration. (optional)retrieveBinDetails - Retrieve the Bin Details of PAN or network token (optional)ifMatch - Contains an ETag value from a GET request to make the request conditional. (optional)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic PatchPaymentInstrumentRequest patchPaymentInstrument(String paymentInstrumentId, PatchPaymentInstrumentRequest patchPaymentInstrumentRequest, String profileId, Boolean retrieveBinDetails, String ifMatch) throws ApiException
paymentInstrumentId - The Id of a payment instrument. (required)patchPaymentInstrumentRequest - (required)profileId - The Id of a profile containing user specific TMS configuration. (optional)retrieveBinDetails - Retrieve the Bin Details of PAN or network token (optional)ifMatch - Contains an ETag value from a GET request to make the request conditional. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<PatchPaymentInstrumentRequest> patchPaymentInstrumentWithHttpInfo(String paymentInstrumentId, PatchPaymentInstrumentRequest patchPaymentInstrumentRequest, String profileId, Boolean retrieveBinDetails, String ifMatch) throws ApiException
paymentInstrumentId - The Id of a payment instrument. (required)patchPaymentInstrumentRequest - (required)profileId - The Id of a profile containing user specific TMS configuration. (optional)retrieveBinDetails - Retrieve the Bin Details of PAN or network token (optional)ifMatch - Contains an ETag value from a GET request to make the request conditional. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call patchPaymentInstrumentAsync(String paymentInstrumentId, PatchPaymentInstrumentRequest patchPaymentInstrumentRequest, String profileId, Boolean retrieveBinDetails, String ifMatch, ApiCallback<PatchPaymentInstrumentRequest> callback) throws ApiException
paymentInstrumentId - The Id of a payment instrument. (required)patchPaymentInstrumentRequest - (required)profileId - The Id of a profile containing user specific TMS configuration. (optional)retrieveBinDetails - Retrieve the Bin Details of PAN or network token (optional)ifMatch - Contains an ETag value from a GET request to make the request conditional. (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 objectpublic okhttp3.Call postPaymentInstrumentCall(PostPaymentInstrumentRequest postPaymentInstrumentRequest, String profileId, Boolean retrieveBinDetails, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
postPaymentInstrumentRequest - (required)profileId - The Id of a profile containing user specific TMS configuration. (optional)retrieveBinDetails - Retrieve the Bin Details of PAN or network token (optional)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic PostPaymentInstrumentRequest postPaymentInstrument(PostPaymentInstrumentRequest postPaymentInstrumentRequest, String profileId, Boolean retrieveBinDetails) throws ApiException
postPaymentInstrumentRequest - (required)profileId - The Id of a profile containing user specific TMS configuration. (optional)retrieveBinDetails - Retrieve the Bin Details of PAN or network token (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<PostPaymentInstrumentRequest> postPaymentInstrumentWithHttpInfo(PostPaymentInstrumentRequest postPaymentInstrumentRequest, String profileId, Boolean retrieveBinDetails) throws ApiException
postPaymentInstrumentRequest - (required)profileId - The Id of a profile containing user specific TMS configuration. (optional)retrieveBinDetails - Retrieve the Bin Details of PAN or network token (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call postPaymentInstrumentAsync(PostPaymentInstrumentRequest postPaymentInstrumentRequest, String profileId, Boolean retrieveBinDetails, ApiCallback<PostPaymentInstrumentRequest> callback) throws ApiException
postPaymentInstrumentRequest - (required)profileId - The Id of a profile containing user specific TMS configuration. (optional)retrieveBinDetails - Retrieve the Bin Details of PAN or network token (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.