| Package | Description |
|---|---|
| Api | |
| Model |
| Modifier and Type | Method and Description |
|---|---|
PtsV2PaymentsRefundPost201Response |
RefundApi.refundCapture(RefundCaptureRequest refundCaptureRequest,
String id,
com.cybersource.authsdk.core.MerchantConfig merchantConfig)
Refund a Capture
Include the capture ID in the POST request to refund the captured amount.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<PtsV2PaymentsRefundPost201Response> |
RefundApi.refundCaptureWithHttpInfo(RefundCaptureRequest refundCaptureRequest,
String id,
com.cybersource.authsdk.core.MerchantConfig merchantConfig)
Refund a Capture
Include the capture ID in the POST request to refund the captured amount.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
RefundApi.refundCaptureAsync(RefundCaptureRequest refundCaptureRequest,
String id,
com.cybersource.authsdk.core.MerchantConfig merchantConfig,
ApiCallback<PtsV2PaymentsRefundPost201Response> callback)
Refund a Capture (asynchronously)
Include the capture ID in the POST request to refund the captured 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.
|
Copyright © 2018. All rights reserved.