Table of Contents Previous Next Index

RefundTransaction API

RefundTransaction API
Use the RefundTransaction API to make full or partial refunds.
Diagram of RefundTransaction Types
The following diagram represents the composition of the RefundTransactionRequestType and RefundTransactionResponseType elements.
Figure 8.1
RefundTransactionRequest
Request to refund a payment.
With RefundTransactionRequest, you must always pass the values of TransactionID and RefundType. If RefundType is set to Full, you must not set Amount.
if RefundType is Partial, you must set Amount.
l
l
Amount is required if RefundType is Partial.
Note:
If RefundType is Full, do not set Amount.
See description
RefundTransactionResponse
Response to RefundTransactionRequest.