> 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/transaction-help/web-terminal/void.md).

# Void

This section includes how Merchants can process a Void using the Web Terminal from established PAYware Connect Store Portal services.

{% hint style="info" %}
**Use this when** you need to cancel a same-day transaction before it settles, so no funds transfer.
{% endhint %}

{% hint style="danger" %}
**Do NOT use this when** the batch containing the transaction has already settled. A Void can only be performed before settlement — use the [Credit/Refund](/support-us/payware-connect/transaction-help/web-terminal/credit-refund.md) guide instead.
{% endhint %}

A Void "erases" a transaction so that no funds are transferred. Use it to correct mistakes or remove same-day transactions.

## Void a transaction

{% stepper %}
{% step %}

### Open Void/Reprint Search

Hover over `Transaction Processing`, then click `Void/Reprint Search`. The Void/Reprint Search window opens. Complete the search criteria.
{% endstep %}

{% step %}

### Run the search

Click **Search**. PAYware Connect generates results matching your criteria.
{% endstep %}

{% step %}

### Confirm the transaction

Hover over or click the transaction ID in the **TROUTD** column to view its Transaction Details. Confirm this is the transaction you want to void.
{% endstep %}

{% step %}

### Void the transaction

Click the **Void** button to the right of the transaction.
{% endstep %}

{% step %}

### Review the result

PAYware Connect displays the results of your request.
{% endstep %}
{% endstepper %}

<details>

<summary>Keywords</summary>

Also called: cancel a transaction, void a sale, reverse a sale before settlement. Search terms: void, void/reprint search, web terminal, PAYware Connect.

</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/transaction-help/web-terminal/void.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.
