public class ProcessAPayoutApi extends Object
| Constructor and Description |
|---|
ProcessAPayoutApi() |
ProcessAPayoutApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
void |
octCreatePayment(PtsV2PayoutsPostResponse octCreatePaymentRequest,
com.cybersource.authsdk.core.MerchantConfig merchantConfig)
Process a Payout
Send funds from a selected funding source to a designated credit/debit card account or a prepaid card using an Original Credit Transaction (OCT).
|
com.squareup.okhttp.Call |
octCreatePaymentAsync(PtsV2PayoutsPostResponse octCreatePaymentRequest,
com.cybersource.authsdk.core.MerchantConfig merchantConfig,
ApiCallback<Void> callback)
Process a Payout (asynchronously)
Send funds from a selected funding source to a designated credit/debit card account or a prepaid card using an Original Credit Transaction (OCT).
|
com.squareup.okhttp.Call |
octCreatePaymentCall(PtsV2PayoutsPostResponse octCreatePaymentRequest,
com.cybersource.authsdk.core.MerchantConfig merchantConfig,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for octCreatePayment
|
ApiResponse<Void> |
octCreatePaymentWithHttpInfo(PtsV2PayoutsPostResponse octCreatePaymentRequest,
com.cybersource.authsdk.core.MerchantConfig merchantConfig)
Process a Payout
Send funds from a selected funding source to a designated credit/debit card account or a prepaid card using an Original Credit Transaction (OCT).
|
void |
setApiClient(ApiClient apiClient) |
public ProcessAPayoutApi()
public ProcessAPayoutApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public com.squareup.okhttp.Call octCreatePaymentCall(PtsV2PayoutsPostResponse octCreatePaymentRequest, com.cybersource.authsdk.core.MerchantConfig merchantConfig, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
octCreatePaymentRequest - (required)merchantConfig - (merchant details)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic void octCreatePayment(PtsV2PayoutsPostResponse octCreatePaymentRequest, com.cybersource.authsdk.core.MerchantConfig merchantConfig) throws ApiException
octCreatePaymentRequest - (required)merchantConfig - (merchant details)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Void> octCreatePaymentWithHttpInfo(PtsV2PayoutsPostResponse octCreatePaymentRequest, com.cybersource.authsdk.core.MerchantConfig merchantConfig) throws ApiException
octCreatePaymentRequest - (required)merchantConfig - (merchant details)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call octCreatePaymentAsync(PtsV2PayoutsPostResponse octCreatePaymentRequest, com.cybersource.authsdk.core.MerchantConfig merchantConfig, ApiCallback<Void> callback) throws ApiException
octCreatePaymentRequest - (required)merchantConfig - (merchant details)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 © 2018. All rights reserved.