Direct Payment Integrator V6 - Online Help
Direct Payment Integrator V6
Questions / Feedback?

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

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 6.0.6240.0