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 FDMSOmahaBatchResponse

[C#]
public FDMSOmahaBatchResponse 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 FDMSOmahaBatchResponse type contains the following fields:

BatchAmount The total authorized amount for all Credit Card transactions in the batch.
BatchID Code identifying batch to the Host.
BatchNumber Number identifying the batch assigned by the POS device.
DebitBatchAmount The total authorized amount for all Debit/EBT Card transactions in the batch.
DebitText Message from the Host describing the transaction in relation to Debit cards.
Success Determines whether the transaction was successful.
Text Message from the Host describing the transaction.
TransactionNumber Number of the transaction in the batch as specified by the Point of Sale device.

This property is read-only.

Default Value

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