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

ReversalReason Property

Reason the transaction is being reversed.

Syntax

[VB.NET]
Public Property ReversalReason As PtechreversalReversalReasons

[C#]
public PtechreversalReversalReasons ReversalReason {get; set;}

enum PtechreversalReversalReasons { rrNotSet, rrNoResponseFromHost, rrLateResponseFromHost, rrUnableToDeliverToPOS }

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