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

BatchSequenceNumber Property

Starting sequence number for the transactions in this batch.

Syntax

[VB.NET]
Public Property BatchSequenceNumber As String

[C#]
public string BatchSequenceNumber {get; set;}

Remarks

A batch settlement is made up of many separate transaction packets. The component creates these packets and posts them one-by-one to the Datawire VXN, where they are then routed to the FDMS payment processor. Each of these packets sent to Datawire must contain a unique transaction sequence identifier. This property contains the beginning sequence number, which the component will increment for each individual data payload sent in the batch settlement. It need not be numeric - the component will append a dash and then the sequence number for each packet. For instance: If you set the BatchSequenceNumber to "Batch5", each record will be sent with the sequence number "Batch5-0", "Batch5-1", "Batch5-2", etcetera, until each record in the batch has been sent.

Default Value

""

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