> For the complete documentation index, see [llms.txt](https://support.xplorpay.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.xplorpay.com/equipments/pax/pax-s80.md).

# PAX S80

Set up and use the PAX S80 payment terminal for sales, refunds, reports, and settlement.

## PAX S80

The PAX S80 is an EMV-certified smart card reader. An optional contactless reader supports Apple Pay and Google Pay.

The terminal includes an ATM-style interface, backlit display, ergonomic keypad, and thermal receipt printer. It supports sales, refunds, voids, returns, tips, and receipt reprints.

#### Connection options

Connect the terminal through one of these methods:

* Dial-up using a phone line.
* Ethernet using a network cable.
* 3G wireless service.

#### Process a credit sale

**Swipe, chip, or contactless**

1. Enter the sale amount. Then press **ENTER**.
2. Swipe, insert, or tap the card.
3. Enter the PIN if prompted. Press **ENTER** to bypass this step.
4. Enter the server ID if prompted.
5. Enter a tip amount if prompted. Press **ENTER** to bypass this step.
6. Wait for the terminal to process the transaction.
7. Tear off the merchant receipt.
8. Press any key to print the customer receipt.

For tips added after the sale, see [Adjust a tip](#adjust-a-tip).

**Manual card entry**

1. Enter the sale amount. Then press **ENTER**.
2. Enter a tip amount if prompted. Press **ENTER** to bypass this step.
3. Enter the full card number. Then press **ENTER**.
4. Enter the expiration date. Then press **ENTER**.
5. Enter the server ID if prompted.
6. Enter the CVC or CSC if prompted. Then press **ENTER**.
7. Enter the numeric street address if prompted. Then press **ENTER**.
8. Enter the ZIP code if prompted. Then press **ENTER**.
9. Wait for the terminal to process the transaction.
10. Tear off the merchant receipt.
11. Press any key to print the customer receipt.

For tips added after the sale, see [Adjust a tip](#adjust-a-tip).

**Debit sale**

1. Select **CREDIT**, then select **DEBIT**.
2. Enter the sale amount. Then press **OK**.
3. Insert the chip card.
4. Enter the PIN on the PIN pad. Then press **OK**.
5. Enter a tip amount if prompted. Then press **OK**.
6. Wait for the terminal to process the transaction.
7. Sign on the screen if prompted.
8. Collect the printed receipt.

#### Adjust a tip

1. Press **FUNC** + **ALPHA**.
2. Select **SCROLL UNTIPPED**.
3. Press **ENTER** to select the transaction.
4. Enter the tip amount. Then press **ENTER** to confirm.

#### Reprint a receipt

1. Press **FUNC** + **ENTER**.
2. Select **REPRINT**.
3. Choose one of these options:
   * Select **LAST CUSTOMER RECEIPT** for the latest receipt.
   * Select **ANY RECEIPT**. Then enter the transaction number.
4. Select **CUSTOMER** or **MERCHANT**.
5. Press **ENTER** to print the receipt.

#### Void a credit card transaction

1. Scroll to **VOID**. Then press **ENTER**.
2. Enter the password if prompted. Use the current date in `MMDDYYYY` format.
3. Enter the transaction number from the current batch. Then press **ENTER**.
4. Press **ENTER** to confirm.
5. Tear off the merchant receipt.
6. Press any key to print the customer receipt.

#### Process a credit return

1. Press **FUNC**.
2. Scroll to **RETURN**. Then press **ENTER**.
3. Enter the password if prompted. Use the current date in `MMDDYYYY` format.
4. Select **BY CARD NUMBER**.
5. Enter the refund amount.
6. Swipe, insert, or tap the card.
7. Enter the server ID if prompted.
8. Wait for the terminal to process the transaction.
9. Tear off the merchant receipt.
10. Press any key to print the customer receipt.

#### Print reports

1. Press **FUNC** to open the menu.
2. Select **REPORT**. Then press **ENTER**.
3. Enter the password if prompted. Use the current date in `MMDDYYYY` format.
4. Wait for the report to print.

#### Close a batch

1. Press **FUNC** + **CLEAR**.
2. Select **BATCH CLOSE**.
3. Press **ENTER**.
4. Wait for the terminal to process the request and print the report.

#### Print host totals

1. Press **FUNC** + **CLEAR**.
2. Select **HOST TOTALS**.
3. Wait for the terminal to process the request and print the report.

#### Process a forced credit entry

Use a forced entry only for offline transactions with an authorization number.

1. Press **F4** until **CREDIT FORCED** appears.
2. Enter the sale amount.
3. Enter the tip amount. Press **ENTER** to bypass this step.
4. Swipe the card or enter the card number manually.
5. Enter the authorization number.
6. Enter the server ID if prompted.
7. Wait for the terminal to process the transaction.
8. Tear off the merchant receipt.
9. Press any key to print the customer receipt.

#### Add a server number

1. Open **MENU**.
2. Select **MERCHANT SETTINGS**.
3. Select **ADDITIONAL PROMPTS**.
4. Enter the password. Use the current date in `MMDDYYYY` format.
5. Select **SERVER ID Mode**. Then select **ON**.
6. Enter the server number.


---

# 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://support.xplorpay.com/equipments/pax/pax-s80.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.
