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.