| Package | Description |
|---|---|
| Api | |
| Model |
| Modifier and Type | Method and Description |
|---|---|
PtsV2PaymentsRefundPost201Response |
RefundApi.refundPayment(RefundPaymentRequest refundPaymentRequest,
String id,
com.cybersource.authsdk.core.MerchantConfig merchantConfig)
Refund a Payment
Include the payment ID in the POST request to refund the payment amount.
|
com.squareup.okhttp.Call |
RefundApi.refundPaymentAsync(RefundPaymentRequest refundPaymentRequest,
String id,
com.cybersource.authsdk.core.MerchantConfig merchantConfig,
ApiCallback<PtsV2PaymentsRefundPost201Response> callback)
Refund a Payment (asynchronously)
Include the payment ID in the POST request to refund the payment amount.
|
com.squareup.okhttp.Call |
RefundApi.refundPaymentCall(RefundPaymentRequest refundPaymentRequest,
String id,
com.cybersource.authsdk.core.MerchantConfig merchantConfig,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for refundPayment
|
ApiResponse<PtsV2PaymentsRefundPost201Response> |
RefundApi.refundPaymentWithHttpInfo(RefundPaymentRequest refundPaymentRequest,
String id,
com.cybersource.authsdk.core.MerchantConfig merchantConfig)
Refund a Payment
Include the payment ID in the POST request to refund the payment amount.
|
Copyright © 2018. All rights reserved.