> For the complete documentation index, see [llms.txt](https://docs.verifone.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.verifone.com/feature-references/features-and-products-references/incomm/reporting-incomm.md).

# Reporting InComm

### Terminal Batch Summary Report

The Terminal Batch Summary Report contains separate sections for each of the transaction types that are supported. Each section shall contain total amount and count of transactions.

It is available at **Network Manager > EPS Network Report > InComm > Terminal Batch Summary Report**.

The EPS prompts for the terminal batch number. If zero is entered, the EPS prints the current open terminal batch.

<figure><img src="/files/ywRQbogT8U0poFh5twIe" alt=""><figcaption></figcaption></figure>

#### Report Details

* **TITLE:** Terminal Day Summary Report.
* **TERM ID:** Terminal Identification Number.
* **DATE / TIME:** Date and time the report printed.
  * **MM/DD/YY:** Date in month, date year format.
  * **HH:MM:SS:** Time in hour, minutes, and seconds.
* **DAY SEQ#**: Terminal batch number.
* **TRAN**: Product or transaction type identifier.
* **DATE**: Date of transaction.
* **TIME**: Time of transaction.
* **COUNT**: Transaction type count.
* **TOTAL**: Product or transaction type total.

### Terminal Batch Detail Report

The Terminal Batch Detail Report contains separate sections for each of the transaction types that are supported. Under each section, details of individual transactions will be provided. It is available at **Network Manager > EPS Secure Network Report > InComm**

**>Terminal Batch Detail Report.**

The EPS prompts for the terminal batch number. If zero is entered, the EPS prints the current open terminal batch.

<figure><img src="/files/VOSGh9wqn4B782ciU9e7" alt=""><figcaption></figcaption></figure>

#### Report Details

* **TITLE:** Terminal Batch Detail Report.
* **TERM ID:** Terminal identification number.
* **DATE / TIME:** Date and time the report printed.
  * **MM/DD/YY:** Date in month, date year format.
  * **HH:MM:SS:** Time in hour, minutes, and seconds.
* CARD ACTIVATION:
  * **ACCOUNT:** Card account number.
  * **REF#:** Reference number of the activation.
  * **TOTAL:** Card account total charge.
* WIRELESS RECHARGE:
  * **ACCOUNT:** Card account number.
  * **REF#:** Reference number of the recharge.
  * **TOTAL:** Card account total charge.

### Exception Report

The Exception Report contains details of transactions that reached max retry threshold for the End of Day (EOD) and were moved to the Exception Log. This contains account numbers in the clear. This is available at **Network Manager > EPS Secure Network Report > InComm > Exception Report**.

The EPS prompts for the terminal batch number. If zero is entered, the EPS prints the current open terminal batch.

<figure><img src="/files/W59vjFmC1cXiKrjGYTjp" alt=""><figcaption></figcaption></figure>

#### Report Details

* **TITLE:** InComm Exception Report.
* **TERM ID:** Terminal Identification Number.
* **DATE / TIME:** Date and time the report printed.
  * **MM/DD/YY:** Date in month, date year format.
  * **HH:MM:SS:** Time in hour, minutes, and seconds.
* CARD ACTIVATION:
  * **ACCOUNT:** Card account number.
  * **REF#:** Reference number of the activation.
  * **TOTAL:** Card account total charge.
* WIRELESS RECHARGE:
  * **ACCOUNT:** Card account number.
  * **REF#:** Reference number of the recharge.
  * **TOTAL:** Card account total charge.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.verifone.com/feature-references/features-and-products-references/incomm/reporting-incomm.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
