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

BatchInquiry Method

Retrieves the current state of the open batch.

Syntax

[VB.NET]
Public Sub BatchInquiry()
[C#]
public void BatchInquiry();

Remarks

A batch inquiry will provide the host batch totals to the Point Of Sale (POS). If the POS and the Host are out of balance, discrepancies can be corrected prior to the batch being released. A batch inquiry will not release the batch for settlement. Use the BatchRelease method or Paymentech's online merchant interface to settle the batch.

Batch Inquiry and Release response data will be returned in the Response property. Additional information concerning the type of transactions in the settlement will be stored in the PaymentTypes collection.


component.BatchInquiry()
component.BatchRelease(component.Response.BatchNetAmount)

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