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

ReversalReason Property

Reason the transaction is being reversed.

Syntax

public int getReversalReason();
public void setReversalReason(int reversalReason);

Enumerated values: public final static int rrNotSet = 0; public final static int rrNoResponseFromHost = 1; public final static int rrLateResponseFromHost = 2; public final static int rrUnableToDeliverToPOS = 3;

Remarks

This property indicates to the host the reason why the original transaction is now being reversed. The valid values are shown below:

rrNotSetThe Reversal Reason (RR) token will not be sent in the transaction
rrNoResponseFromHostThe merchant never received a response to a previously submitted authorization transaction.
rrLateResponseFromHostThe host took too long to respond to the authorization.
rrUnableToDeliverToPOSUnable to deliver the results of an authorization to the point of sale.

Default Value

0

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