ReversalCode Property
This code can be present in the reversal request for MasterCard transactions to signify the reason for the reversal.
Syntax
tsysreversalcontrol.ReversalCode[=integer]
Possible Values
rcNotSpecified(0), rcCustomerDirected(1), rcPartialReversal(2), rcCNPSuspectFraud(3)
Default Value
0
Remarks
rcNotSpecified (0) | Do not send the ReversalCode in the request. |
rcCustomerDirected (1) | Customer directed reversal. |
rcPartialReversal (2) | Partial reversal. |
rcCNPSuspectFraud (3) | Card not present. Suspect Fraud. |
Data Type
Integer