> 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/support-us/payware-connect/settlements/checking-the-pre-settlement-report.md).

# Checking the Pre Settlement Report

Check the Pre Settlement report to see unsettled transactions before settling a batch.

{% hint style="info" %}
**Use this when** you need to see a summary of unsettled transactions processed before a specific date and time, before settling your batch.
{% endhint %}

The Pre Settlement report shows unsettled transactions processed prior to the date and time you specify.

## Check the report

{% stepper %}
{% step %}

### Open the Pre Settlement report

Once signed in, hover over **Reports** on the dashboard. Click **Pre Settlement**. The **Pre Settlement** window opens.
{% endstep %}

{% step %}

### Set the cutoff date, time, and payment types

Select **Payment Types** from the drop-down list — you can sort by Transaction Type or Card Type — then set:

* **Cutoff Date (mm/dd/yyyy):** use the calendar tool, or type the date as `mmddyyyy` (no slashes — PAYware Connect adds them automatically). Example: for August 15, 2008, enter `08152008`.
* **Cutoff Time (hh**:flag\_mm:**ss):** enter the cutoff time in 24-hour format as `hhmmss` (no colons — PAYware Connect adds them automatically). Example: for 7:30:00 PM, enter `193000`.
  {% endstep %}

{% step %}

### View the report

Click **View**. PAYware Connect displays the unsettled transactions processed before the specified date and time.
{% endstep %}

{% step %}

### Print or export, if needed

Click the **Print** icon to send the report to your printer, or click **Export** to export the data in your preferred format.
{% endstep %}

{% step %}

### Close the report

Click **Close Report** in the upper right to exit and return to the Pre Settlement window.
{% endstep %}
{% endstepper %}

<details>

<summary>Keywords</summary>

Also called: pre-settlement report, unsettled transactions report, view unsettled batch. Search terms: pre settlement, cutoff date, cutoff time.

</details>


---

# 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/support-us/payware-connect/settlements/checking-the-pre-settlement-report.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.
