public class PushFundsApi extends Object
| Constructor and Description |
|---|
PushFundsApi() |
PushFundsApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
PushFunds201Response |
createPushFundsTransfer(PushFundsRequest pushFundsRequest,
String contentType,
String xRequestid,
String vCMerchantId,
String vCPermissions,
String vCCorrelationId,
String vCOrganizationId)
Process a Push Funds Transfer
Receive funds using an Original Credit Transaction (OCT).
|
okhttp3.Call |
createPushFundsTransferAsync(PushFundsRequest pushFundsRequest,
String contentType,
String xRequestid,
String vCMerchantId,
String vCPermissions,
String vCCorrelationId,
String vCOrganizationId,
ApiCallback<PushFunds201Response> callback)
Process a Push Funds Transfer (asynchronously)
Receive funds using an Original Credit Transaction (OCT).
|
okhttp3.Call |
createPushFundsTransferCall(PushFundsRequest pushFundsRequest,
String contentType,
String xRequestid,
String vCMerchantId,
String vCPermissions,
String vCCorrelationId,
String vCOrganizationId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createPushFundsTransfer
|
ApiResponse<PushFunds201Response> |
createPushFundsTransferWithHttpInfo(PushFundsRequest pushFundsRequest,
String contentType,
String xRequestid,
String vCMerchantId,
String vCPermissions,
String vCCorrelationId,
String vCOrganizationId)
Process a Push Funds Transfer
Receive funds using an Original Credit Transaction (OCT).
|
ApiClient |
getApiClient() |
void |
setApiClient(ApiClient apiClient) |
public PushFundsApi()
public PushFundsApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public okhttp3.Call createPushFundsTransferCall(PushFundsRequest pushFundsRequest, 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
pushFundsRequest - (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 PushFunds201Response createPushFundsTransfer(PushFundsRequest pushFundsRequest, String contentType, String xRequestid, String vCMerchantId, String vCPermissions, String vCCorrelationId, String vCOrganizationId) throws ApiException, com.cybersource.authsdk.core.ConfigException
pushFundsRequest - (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<PushFunds201Response> createPushFundsTransferWithHttpInfo(PushFundsRequest pushFundsRequest, String contentType, String xRequestid, String vCMerchantId, String vCPermissions, String vCCorrelationId, String vCOrganizationId) throws ApiException, com.cybersource.authsdk.core.ConfigException
pushFundsRequest - (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 createPushFundsTransferAsync(PushFundsRequest pushFundsRequest, String contentType, String xRequestid, String vCMerchantId, String vCPermissions, String vCCorrelationId, String vCOrganizationId, ApiCallback<PushFunds201Response> callback) throws ApiException, com.cybersource.authsdk.core.ConfigException
pushFundsRequest - (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.