> 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/swipesimple/get-started-with-swipesimple-a80.md).

# Get started with SwipeSimple A80

Set up, connect, and test your SwipeSimple PAX A80 payment terminal.

The PAX A80 is an Android-based smart countertop payment terminal. It lets you securely accept payments with SwipeSimple.

The terminal supports PCI PTS 5.x, SRED, and NFC contactless security standards. These features help protect transaction data and customer privacy.

### Features and specifications

* Built-in camera
* High-definition 4-inch touchscreen
* Ethernet and Wi-Fi connectivity

#### Technical specifications

* **Processor:** Quad-core Cortex-A53, 1.2 GHz application CPU; Cortex M3 security CPU
* **Wireless:** Wi-Fi and Bluetooth 4.0
* **Ports and SIM:** Dual SIM and one Micro USB port
* **Size and weight:** 7.12 × 3.3 × 3.19 inches; 13 ounces

#### In the box

* PAX A80 terminal
* PAX manual and quick setup guide
* Power cable and test paper roll

### Connect the terminal

{% stepper %}
{% step %}

#### Close the existing batch

If you are replacing a terminal, close its batch first. Then disconnect the old terminal.
{% endstep %}

{% step %}

#### Connect power and start the terminal

Connect the power adapter to the **Power** port on the back of the terminal.

Press and hold the red **Cancel/Power** button for 3–5 seconds. Release it to start the terminal.

The terminal opens to a generic home screen. You select the payment app later.
{% endstep %}

{% step %}

#### Connect to a network

Choose Ethernet or Wi-Fi. Configure Wi-Fi directly on the terminal.

**Ethernet**

1. Connect an Ethernet cable to the terminal's **LAN** port.
2. Select **Settings** → **Ethernet**.
3. Turn on Ethernet.

**Wi-Fi**

1. Select **Settings** → **Wi-Fi**.
2. Turn on Wi-Fi and select your network.
3. Enter the network password when prompted.

The terminal supports DHCP, static IP addresses, and manual proxy settings.
{% endstep %}
{% endstepper %}

### Configure personal settings

Configure these settings before processing payments.

#### Turn off key tones

1. Select **Settings** from the home screen.
2. Select **Language & input** → **Android Keyboard (ASOP)** → **Preferences**.
3. Turn off **Sound on keypress**.

#### Set the date and time zone

1. Select **Settings** → **Date & time**.
2. Turn off **Automatic time zone**.
3. Select the correct time zone.
4. Turn off **Use 24-hour format** to use standard time.

The terminal defaults to Eastern Time and 24-hour time.

### Sign in and test the terminal

{% stepper %}
{% step %}

#### Sign in to SwipeSimple

Select the **SwipeSimple** app from the home screen.

Sign in with the credentials in the SwipeSimple Welcome email. The email is sent from **Xplor Pay for SwipeSimple account**.

Use the temporary password for your first sign-in. You must create a new password.
{% endstep %}

{% step %}

#### Test payment processing

Run a sale, return, and batch report. Use the SwipeSimple PAX Quick Reference Guide for detailed transaction steps.
{% endstep %}
{% endstepper %}

{% hint style="info" %}
If the terminal does not work as expected, review the Quick Reference Guide. For post-activation terminal support, call Tech Support at **866-435-0666**, then select option 1 and option 2.
{% endhint %}


---

# 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/swipesimple/get-started-with-swipesimple-a80.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.
