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

fdmsomahadetailrecordcontrol.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 FDMSSettle control'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 FDMSDetailRecord control to do so.

Note: This method may only be called after a successful authorization. If the authorization was not successful (and the ResponseCaptureFlag is false) the method fails with an error.

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


  FDMSRetail.AuthorizeTrack1()
  If (FDMSRetail.ResponseCaptureFlag = True) Then
    FDMSSettle.DetailRecordCount = FDMSSettle.DetailRecordCount + 1    
    FDMSSettle.DetailRecordsAggregate[FDMSSettle.DetailRecordCount - 1] = FDMSRetail.GetDetailAggregate()
  End If

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