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 Contains an authorization code for approved transactions, or a description of the error for declines.
AuthorizedAmount When supporting partial authorizations, this is the amount actually charged to the credit card.
AVSResult Contains the Address Verification System result code.
Balance Contains the remaining available balance left on a prepaid card.
CaptureFlag Indicates whether the authorization was successful, and whether it can be settled.
CardLevelResult Two character card level results field returned in the response to Visa authorizations on prepaid cards.
CommercialCard Indicates whether the credit card charged is a corporate commercial card (and if so the type of commercial card).
CVVResult Contains the returned CVV result code (if CVV data was sent in the request).
DatawireReturnCode Contains an error code providing more details about the DatawireStatus received.
DatawireStatus Status of the communication with Datawire.
ReturnedACI Returned Authorization Characteristics Indicator contains CPS qualification status.
TransactionDate Local transaction date returned from the server in MMDDYY format.
TransactionId Contains the Visa Transaction Identifier or MasterCard Reference Number.
ValidationCode Additional information generated by the card issuer.

This property is read-only.

Default Value

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