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

Response Property

Contains the response to an EBT transaction.

Syntax

[VB.NET]
Public ReadOnlyProperty Response As FDMSBenefitResponse

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

ApprovalCode Contains an authorization code for approved transactions, or a description of the error for declines.
CaptureFlag Indicates whether the authorization was successful, and whether it can be settled.
DatawireReturnCode Contains an error code providing more details about the DatawireStatus received.
DatawireStatus Status of the communication with Datawire.
TransactionDate Local transaction date returned from the server in MMDDYY format.
BeginningBalance Food stamp balance that was deposited into the account for the current period.
AvailableBalance Current Food Stamp account balance.
EndingBalance Current Food Stamp account balance, not including pending authorizations.
CashBeginningBalance Cash Benefit balance that was deposited into the account for the current period.
CashAvailableBalance Current Cash Benefit account balance.
CashEndingBalance Current Cash Benefit account balance, not including pending authorizations.

This property is read-only.

Default Value

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