> 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/sale.md).

# Sale

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

{% hint style="info" %}
**Use this when** you need to process a Sale — authorizing the transfer of funds from a customer's account to your account — using the PAYware Connect Web Terminal.
{% endhint %}

A Sale transaction authorizes the transfer of funds from a customer's account to your account.

## Perform a Sale

{% stepper %}
{% step %}

### Open the Web Terminal

Once logged in to the [Store Portal](https://storeportal.vfipayna.com/), navigate to `Transaction Processing` → `Web Terminal`. The **Web Terminal** window opens.
{% endstep %}

{% step %}

### Select Sale

Select the **Sale** icon.
{% endstep %}

{% step %}

### Enter card and billing information

Enter the following information:

* Card Holder Name (First and Last)
* Account Number (Card Number)
* Expiration Date (MMYY)
* Trans Amount (Transaction Amount)
* Street Address
* Zip/Postal
* CVV2 (3- or 4-digit security number found on the back or front of the card)
* Invoice Number

{% hint style="info" %}
**Additional selections**

* Service ID
* Check ID
* Table ID
* Make for recurring — select this to set the customer up for a recurring charge.
  {% endhint %}
  {% endstep %}

{% step %}

### Submit and print the receipt

Select **Submit**. After a moment, the transaction result and an on-screen receipt appear.

To print, select **Print Receipt** at the bottom of the receipt page, confirm the desired printer in the printer window, then click **Print**.
{% endstep %}

{% step %}

### Review the transaction result

After closing the receipt window, the transaction's result appears in the main PAYware Connect interface. Each item is a "section" of the transaction results, with a Response for each item.
{% endstep %}
{% endstepper %}

<details>

<summary>Keywords</summary>

Also called: process a sale, card sale, take a payment, run a card. Search terms: sale, web terminal, PAYware Connect, transaction processing.

</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/sale.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.
