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

Response Property

Contains the response to the settlement.

Syntax

[VB.NET]
Public ReadOnlyProperty Response As PTechSettleResponse

[C#]
public PTechSettleResponse Response {get;}

Remarks

This property will contain the response returned from the Paymentech server. It should be inspected (and logged) after a call to BatchInquiry or BatchRelease. The PTechSettleResponse type contains the following fields:

BatchOpen Date and time the current batch was opened.
BatchClose Date and time this batch was closed.
BatchNetAmount Net amount of the current batch.
BatchNumber Number that identifies the batch that this transaction will be settled in.
BatchTransCount Total number of transactions in the batch.
Code Indicates the success or failure of the transaction.
InquiryCount Number of BatchInquirys performed on the current open batch.
SequenceNumber SequenceNumber echoed from the authorization.
Text Contains a human-readable message explaining the code.

This property is read-only.

Default Value

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