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

public int getReversalCode();
public void setReversalCode(int reversalCode);

Enumerated values: public final static int rcNotSpecified = 0; public final static int rcCustomerDirected = 1; public final static int rcPartialReversal = 2; public final static int rcCNPSuspectFraud = 3;

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