> For the complete documentation index, see [llms.txt](https://help.alternativepayments.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.alternativepayments.io/payments-and-invoicing/pos/pos-troubleshooting-and-faq.md).

# POS Troubleshooting

**Most POS snags are a cable, a paper roll, or a fee that has not reached the terminal yet. Here's how to fix them.**

***

Work through the matching item below before you replace a terminal. If you are still stuck, email <customersuccess@alternativepayments.io> with the terminal serial number and a short description of what you see.

***

<details>

<summary><strong>I do not see a Point of sale tab</strong></summary>

The **Point of sale** tab lives under **Team Preferences** > [**Preferences**](https://app.alternativepayments.io/dashboard/team/preferences), not under Accounts receivable.

If it still is not there, POS is not enabled on your account yet. Reach out to your Customer Success Manager.

</details>

<details>

<summary><strong>The terminal will not power on</strong></summary>

Charge it with **the cable that shipped in the box**. Other USB-C cables will not work, even if they fit.

If it still will not turn on after charging:

1. Power the terminal off.
2. Open the battery compartment.
3. Take the battery out, then seat it firmly again.
4. Close the compartment and power on.

Do not force the device or tap it against a hard surface. A reseated battery fixes most "dead" terminals.

</details>

<details>

<summary><strong>The terminal will not charge</strong></summary>

Use only the charger that came with the terminal. The port looks like USB-C, but a laptop or phone cable will not charge it.

Charging is slow even with the correct cable. Leave it plugged in before a shift rather than expecting a quick top-up.

</details>

<details>

<summary><strong>Receipts are blank, creased, or will not print</strong></summary>

This is almost always the paper roll.

* The roll should **rest on top of the roller**, not be threaded through it.
* If the slip is blank, flip the roll and try again.
* If the paper creases, the roll is too wide. Use paper that matches the roll that shipped with the terminal.

Step-by-step loading is in [Unboxing and First-Time Setup](/payments-and-invoicing/pos/setting-up-your-terminal.md).

</details>

<details>

<summary><strong>The terminal will not join Wi-Fi</strong></summary>

POS needs a Wi-Fi connection to take payments.

* Confirm you are using the network for **this location**.
* If you are at a customer's site, join **their** Wi-Fi. The terminal does not keep your office network when you leave.
* Restart the terminal and try again.

Alternative Payments cannot troubleshoot a customer's network. If the site Wi-Fi is the problem, work with the local IT contact, then retry.

</details>

<details>

<summary><strong>The surcharge on the terminal does not match my dashboard</strong></summary>

You change POS fees on **Team Preferences** > **Preferences** > **Point of sale**. The terminal can take **up to 3 hours** to pick up the change. During that window it keeps the old rate.

To apply the new fee now, on the **terminal**:

* Open **Settings** > **Configuration** and force a refresh, or
* Restart the terminal.

Then run a small test payment and check the receipt. Details are in [Managing POS in Your Dashboard](/payments-and-invoicing/pos/managing-pos-in-the-portal.md).

</details>

<details>

<summary><strong>American Express is declining</strong></summary>

If every Amex tap, insert, and swipe declines, email <customersuccess@alternativepayments.io> with the terminal serial number so we can check the store configuration.

</details>

<details>

<summary><strong>Swipe declined, but tap or chip worked</strong></summary>

Some cards are issued as "online only" and will decline on swipe. Ask the customer to tap or insert. This is the card, not your terminal.

</details>

<details>

<summary><strong>I cannot find the payment in my dashboard</strong></summary>

* Go to **Accounts receivable** > [**Transactions**](https://app.alternativepayments.io/dashboard/all-transactions), **Payments** tab. Filter **Type** to **Point of Sale (POS)**.
* On the payment, use **Payment ID** and **Reference**, not the tender number on the receipt. See [POS Receipts and Reference Numbers](/payments-and-invoicing/pos/pos-receipts-and-reference-numbers.md).
* If you tapped **X** before the sale approved, that attempt is a cancel and will not appear. See [Cancel, Refund, and POS Payouts](/payments-and-invoicing/pos/pos-refunds-cancels-and-payouts.md).

</details>

<details>

<summary><strong>A terminal is listed against the wrong account</strong></summary>

You cannot reassign hardware from the dashboard. Email <customersuccess@alternativepayments.io> with the serial number. Do not submit a new paid request just to move an existing terminal.

</details>

***

### **Still need help?**

Include the terminal **serial number**, the **Payment ID** (if the issue is a specific payment), and what you already tried.

**Love our platform?** Rate us on [Channel Program](https://channelprogram.com/v/alternativepayments) and check out our [Referral Program page](https://www.alternativepayments.io/referral-partners/)!


---

# 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://help.alternativepayments.io/payments-and-invoicing/pos/pos-troubleshooting-and-faq.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.
