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

GetDetailAggregate Method

Returns an aggregate containing details of this transaction, which is then used for settlement.

Syntax

[VB.NET]
Public Function GetDetailAggregate() As String
[C#]
public string GetDetailAggregate();

Remarks

This method returns an aggregate containing all of the required data to send a transaction to settlement. This aggregate must be passed to the TSYSSettle component's DetailAggregate array property in order to settle the transaction. If you wish to view or change any part of the aggregate (such as adding a gratuity or additional info for an Installment payment), you may use the TSYSDetailRecord component to do so.

Note: This method may only be called after a successful authorization. If the authorization was not successful the method throws an exception.

An example of how this method is used is shown below:


	TSYSRetail.Authorize()    
	TSYSSettle.DetailRecords.Add(new TSYSRecordType(TSYSRetail.GetDetailAggregate()));

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