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

Response Property

Contains the response to an authorization request.

Syntax

[VB.NET]
Public ReadOnlyProperty Response As FDMSResponse

[C#]
public FDMSResponse Response {get;}

Remarks

This property will contain the response returned from the FDMS server. It should be inspected (and logged) after an authorization to determine if the transaction was approved. The FDMSResponse type contains the following fields:

ApprovalCode Should always contain "AP888888" or "AP868686" for reversals, or a description of an error condition.
AVSResult Not applicable for reversal transactions.
Balance Contains the remaining available balance left on a prepaid card.
CaptureFlag This should always be False for reversal transactions.
CardLevelResult Not applicable for reversal transactions.
CommercialCard Not applicable for reversal transactions.
CVVResult Not applicable for reversal transactions.
DatawireReturnCode Contains an error code providing more details about the DatawireStatus received.
DatawireStatus Status of the communication with Datawire.
ReturnedACI Not applicable for reversal transactions.
TransactionDate Local transaction date returned from the server in MMDDYY format.
TransactionId Not applicable for reversal transactions.
ValidationCode Not applicable for reversal transactions.

This property is read-only.

Default Value

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