| Package | Description |
|---|---|
| Api | |
| Model |
| Modifier and Type | Method and Description |
|---|---|
PtsV2PaymentsReversalsPost201Response |
ReversalApi.authReversal(String id,
AuthReversalRequest authReversalRequest,
com.cybersource.authsdk.core.MerchantConfig merchantConfig)
Process an Authorization Reversal
Include the payment ID in the POST request to reverse the payment amount.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<PtsV2PaymentsReversalsPost201Response> |
ReversalApi.authReversalWithHttpInfo(String id,
AuthReversalRequest authReversalRequest,
com.cybersource.authsdk.core.MerchantConfig merchantConfig)
Process an Authorization Reversal
Include the payment ID in the POST request to reverse the payment amount.
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
ReversalApi.authReversalAsync(String id,
AuthReversalRequest authReversalRequest,
com.cybersource.authsdk.core.MerchantConfig merchantConfig,
ApiCallback<PtsV2PaymentsReversalsPost201Response> callback)
Process an Authorization Reversal (asynchronously)
Include the payment ID in the POST request to reverse the payment amount.
|
Copyright © 2018. All rights reserved.