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

Response Property

Contains the response to the authorization.

Syntax

[VB.NET]
Public ReadOnlyProperty Response As PTechBenefitResponse

[C#]
public PTechBenefitResponse Response {get;}

Remarks

This property will contain the response returned from the Paymentech server. It should be inspected (and logged) after a call to Sale, Force, or Credit. The PTechBenefitResponse type contains the following fields:

ApprovalCode Contains an authorization code for an approved transaction.
AvailableBalance Current card balance, including all pending transactions (food stamp balance on dual-use cards).
BatchNumber Number that identifies the batch that this transaction will be settled in.
BeginningBalance Beginning balance of the EBT account (food stamp balance on dual-use cards).
CashAvailableBalance Available cash balance on the EBT card (cash benefit balance on dual-use cards).
CashBeginningBalance Beginning cash balance on the EBT card (cash benefit balance on dual-use cards).
CashLedgerBalance Ledger (Current) cash balance on the EBT card (cash benefit balance on dual-use cards).
Code Indicates the success or failure of the transaction.
LedgerBalance Current balance of the EBT card, not including pending authorizations (food stamp balance on dual-use cards).
RetrievalNumber Reference number returned from the Paymentech host.
SequenceNumber SequenceNumber echoed from the authorization.
Text Contains a human-readable message explaining the code.
Trace Trace number returned for EBT transactions.

This property is read-only.

Default Value

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