public class PullFundsApi extends Object
| Constructor | Description |
|---|---|
PullFundsApi() |
|
PullFundsApi(ApiClient apiClient) |
| Modifier and Type | Method | Description |
|---|---|---|
PullFundsRefund201Response |
createPullFundsRefund(PullFundsRefundRequest pullFundsRefundRequest,
String id,
String contentType,
String xRequestid,
String vCMerchantId,
String vCPermissions,
String vCCorrelationId,
String vCOrganizationId) |
Process a Pull Funds Refund
Refund an Account Funding Transaction (AFT).
|
okhttp3.Call |
createPullFundsRefundAsync(PullFundsRefundRequest pullFundsRefundRequest,
String id,
String contentType,
String xRequestid,
String vCMerchantId,
String vCPermissions,
String vCCorrelationId,
String vCOrganizationId,
ApiCallback<PullFundsRefund201Response> callback) |
Process a Pull Funds Refund (asynchronously)
Refund an Account Funding Transaction (AFT).
|
okhttp3.Call |
createPullFundsRefundCall(PullFundsRefundRequest pullFundsRefundRequest,
String id,
String contentType,
String xRequestid,
String vCMerchantId,
String vCPermissions,
String vCCorrelationId,
String vCOrganizationId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Build call for createPullFundsRefund
|
ApiResponse<PullFundsRefund201Response> |
createPullFundsRefundWithHttpInfo(PullFundsRefundRequest pullFundsRefundRequest,
String id,
String contentType,
String xRequestid,
String vCMerchantId,
String vCPermissions,
String vCCorrelationId,
String vCOrganizationId) |
Process a Pull Funds Refund
Refund an Account Funding Transaction (AFT).
|
PullFundsReversal201Response |
createPullFundsReversal(PullFundsReversalRequest pullFundsReversalRequest,
String id,
String contentType,
String xRequestid,
String vCMerchantId,
String vCPermissions,
String vCCorrelationId,
String vCOrganizationId) |
Process a Pull Funds Reversal
Reverse an Account Funding Transaction (AFT).
|
okhttp3.Call |
createPullFundsReversalAsync(PullFundsReversalRequest pullFundsReversalRequest,
String id,
String contentType,
String xRequestid,
String vCMerchantId,
String vCPermissions,
String vCCorrelationId,
String vCOrganizationId,
ApiCallback<PullFundsReversal201Response> callback) |
Process a Pull Funds Reversal (asynchronously)
Reverse an Account Funding Transaction (AFT).
|
okhttp3.Call |
createPullFundsReversalCall(PullFundsReversalRequest pullFundsReversalRequest,
String id,
String contentType,
String xRequestid,
String vCMerchantId,
String vCPermissions,
String vCCorrelationId,
String vCOrganizationId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Build call for createPullFundsReversal
|
ApiResponse<PullFundsReversal201Response> |
createPullFundsReversalWithHttpInfo(PullFundsReversalRequest pullFundsReversalRequest,
String id,
String contentType,
String xRequestid,
String vCMerchantId,
String vCPermissions,
String vCCorrelationId,
String vCOrganizationId) |
Process a Pull Funds Reversal
Reverse an Account Funding Transaction (AFT).
|
PullFunds201Response |
createPullFundsTransfer(PullFundsRequest pullFundsRequest,
String contentType,
String xRequestid,
String vCMerchantId,
String vCPermissions,
String vCCorrelationId,
String vCOrganizationId) |
Process a Pull Funds Transfer
Receive funds using an Account Funding Transaction (AFT).
|
okhttp3.Call |
createPullFundsTransferAsync(PullFundsRequest pullFundsRequest,
String contentType,
String xRequestid,
String vCMerchantId,
String vCPermissions,
String vCCorrelationId,
String vCOrganizationId,
ApiCallback<PullFunds201Response> callback) |
Process a Pull Funds Transfer (asynchronously)
Receive funds using an Account Funding Transaction (AFT).
|
okhttp3.Call |
createPullFundsTransferCall(PullFundsRequest pullFundsRequest,
String contentType,
String xRequestid,
String vCMerchantId,
String vCPermissions,
String vCCorrelationId,
String vCOrganizationId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Build call for createPullFundsTransfer
|
ApiResponse<PullFunds201Response> |
createPullFundsTransferWithHttpInfo(PullFundsRequest pullFundsRequest,
String contentType,
String xRequestid,
String vCMerchantId,
String vCPermissions,
String vCCorrelationId,
String vCOrganizationId) |
Process a Pull Funds Transfer
Receive funds using an Account Funding Transaction (AFT).
|
ApiClient |
getApiClient() |
|
void |
setApiClient(ApiClient apiClient) |
public PullFundsApi()
public PullFundsApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public okhttp3.Call createPullFundsRefundCall(PullFundsRefundRequest pullFundsRefundRequest, String id, String contentType, String xRequestid, String vCMerchantId, String vCPermissions, String vCCorrelationId, String vCOrganizationId, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException, com.cybersource.authsdk.core.ConfigException
pullFundsRefundRequest - (required)id - The transaction id of a previous Account Funding Transaction. (required)contentType - (required)xRequestid - (required)vCMerchantId - (required)vCPermissions - (required)vCCorrelationId - (required)vCOrganizationId - (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 PullFundsRefund201Response createPullFundsRefund(PullFundsRefundRequest pullFundsRefundRequest, String id, String contentType, String xRequestid, String vCMerchantId, String vCPermissions, String vCCorrelationId, String vCOrganizationId) throws ApiException, com.cybersource.authsdk.core.ConfigException
pullFundsRefundRequest - (required)id - The transaction id of a previous Account Funding Transaction. (required)contentType - (required)xRequestid - (required)vCMerchantId - (required)vCPermissions - (required)vCCorrelationId - (required)vCOrganizationId - (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<PullFundsRefund201Response> createPullFundsRefundWithHttpInfo(PullFundsRefundRequest pullFundsRefundRequest, String id, String contentType, String xRequestid, String vCMerchantId, String vCPermissions, String vCCorrelationId, String vCOrganizationId) throws ApiException, com.cybersource.authsdk.core.ConfigException
pullFundsRefundRequest - (required)id - The transaction id of a previous Account Funding Transaction. (required)contentType - (required)xRequestid - (required)vCMerchantId - (required)vCPermissions - (required)vCCorrelationId - (required)vCOrganizationId - (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 createPullFundsRefundAsync(PullFundsRefundRequest pullFundsRefundRequest, String id, String contentType, String xRequestid, String vCMerchantId, String vCPermissions, String vCCorrelationId, String vCOrganizationId, ApiCallback<PullFundsRefund201Response> callback) throws ApiException, com.cybersource.authsdk.core.ConfigException
pullFundsRefundRequest - (required)id - The transaction id of a previous Account Funding Transaction. (required)contentType - (required)xRequestid - (required)vCMerchantId - (required)vCPermissions - (required)vCCorrelationId - (required)vCOrganizationId - (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 createPullFundsReversalCall(PullFundsReversalRequest pullFundsReversalRequest, String id, String contentType, String xRequestid, String vCMerchantId, String vCPermissions, String vCCorrelationId, String vCOrganizationId, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException, com.cybersource.authsdk.core.ConfigException
pullFundsReversalRequest - (required)id - The transaction id of a previous Account Funding Transaction. (required)contentType - (required)xRequestid - (required)vCMerchantId - (required)vCPermissions - (required)vCCorrelationId - (required)vCOrganizationId - (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 PullFundsReversal201Response createPullFundsReversal(PullFundsReversalRequest pullFundsReversalRequest, String id, String contentType, String xRequestid, String vCMerchantId, String vCPermissions, String vCCorrelationId, String vCOrganizationId) throws ApiException, com.cybersource.authsdk.core.ConfigException
pullFundsReversalRequest - (required)id - The transaction id of a previous Account Funding Transaction. (required)contentType - (required)xRequestid - (required)vCMerchantId - (required)vCPermissions - (required)vCCorrelationId - (required)vCOrganizationId - (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<PullFundsReversal201Response> createPullFundsReversalWithHttpInfo(PullFundsReversalRequest pullFundsReversalRequest, String id, String contentType, String xRequestid, String vCMerchantId, String vCPermissions, String vCCorrelationId, String vCOrganizationId) throws ApiException, com.cybersource.authsdk.core.ConfigException
pullFundsReversalRequest - (required)id - The transaction id of a previous Account Funding Transaction. (required)contentType - (required)xRequestid - (required)vCMerchantId - (required)vCPermissions - (required)vCCorrelationId - (required)vCOrganizationId - (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 createPullFundsReversalAsync(PullFundsReversalRequest pullFundsReversalRequest, String id, String contentType, String xRequestid, String vCMerchantId, String vCPermissions, String vCCorrelationId, String vCOrganizationId, ApiCallback<PullFundsReversal201Response> callback) throws ApiException, com.cybersource.authsdk.core.ConfigException
pullFundsReversalRequest - (required)id - The transaction id of a previous Account Funding Transaction. (required)contentType - (required)xRequestid - (required)vCMerchantId - (required)vCPermissions - (required)vCCorrelationId - (required)vCOrganizationId - (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 createPullFundsTransferCall(PullFundsRequest pullFundsRequest, String contentType, String xRequestid, String vCMerchantId, String vCPermissions, String vCCorrelationId, String vCOrganizationId, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException, com.cybersource.authsdk.core.ConfigException
pullFundsRequest - (required)contentType - (required)xRequestid - (required)vCMerchantId - (required)vCPermissions - (required)vCCorrelationId - (required)vCOrganizationId - (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 PullFunds201Response createPullFundsTransfer(PullFundsRequest pullFundsRequest, String contentType, String xRequestid, String vCMerchantId, String vCPermissions, String vCCorrelationId, String vCOrganizationId) throws ApiException, com.cybersource.authsdk.core.ConfigException
pullFundsRequest - (required)contentType - (required)xRequestid - (required)vCMerchantId - (required)vCPermissions - (required)vCCorrelationId - (required)vCOrganizationId - (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<PullFunds201Response> createPullFundsTransferWithHttpInfo(PullFundsRequest pullFundsRequest, String contentType, String xRequestid, String vCMerchantId, String vCPermissions, String vCCorrelationId, String vCOrganizationId) throws ApiException, com.cybersource.authsdk.core.ConfigException
pullFundsRequest - (required)contentType - (required)xRequestid - (required)vCMerchantId - (required)vCPermissions - (required)vCCorrelationId - (required)vCOrganizationId - (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 createPullFundsTransferAsync(PullFundsRequest pullFundsRequest, String contentType, String xRequestid, String vCMerchantId, String vCPermissions, String vCCorrelationId, String vCOrganizationId, ApiCallback<PullFunds201Response> callback) throws ApiException, com.cybersource.authsdk.core.ConfigException
pullFundsRequest - (required)contentType - (required)xRequestid - (required)vCMerchantId - (required)vCPermissions - (required)vCCorrelationId - (required)vCOrganizationId - (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.