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)