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

Response Property

Contains the response to a batch settlement.

Syntax

[VB.NET]
Public ReadOnlyProperty Response As TSYSSettleResponse

[C#]
public TSYSSettleResponse Response {get;}

Remarks

This property will contain the response returned from the TSYS transaction server after calling SendSettlement. This property should be inspected (and logged) after a settlement. The TSYSSettleResponse type contains the following fields:

Code Indicates the status of the batch transmission.
NetDeposit Total of purchases minus credits and voids.
Number Batch number that belongs to this response.
RecordCount Number of records received by the server for this batch.
Text Textual description of the Code.
TransmissionDate Date that the batch was settled.

This property is read-only.

Default Value

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