Response Property
Contains the response to an adjustment request.
Syntax
[VB.NET] Public ReadOnlyProperty Response As TSYSHCAdjustmentResponse
[C#] public TSYSHCAdjustmentResponse Response {get;}
Remarks
This property will contain the response returned from the TSYS server. It should be inspected (and logged) after an adjustment to determine if the transaction was approved. The TSYSHCAdjustmentResponse type contains the following fields:
BatchNumber | Contains the incrementing ID assigned by TSYS to identify a merchant batch. |
RetrievalNumber | This number is to be used to identify transactions and should be submitted when making adjustments, reversals or at settlement. |
TransactionDate | Local transaction date returned from the server in MMDDYY format. |
TransactionTime | Local transaction time returned from the server in HHMMSS format. |
TransactionNumber | Check this field against the original Transaction Number. |
Code | Indicates the status of the authorization request. |
Text | Text information that describes each response code. |
This property is read-only.