ReversalCode Property
This code can be present in the reversal request for MasterCard transactions to signify the reason for the reversal.
Syntax
[VB.NET] Public Property ReversalCode As TsysreversalReversalCodes
[C#] public TsysreversalReversalCodes ReversalCode {get; set;}
enum TsysreversalReversalCodes { rcNotSpecified, rcCustomerDirected, rcPartialReversal, rcCNPSuspectFraud }
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. |
Default Value
0