> For the complete documentation index, see [llms.txt](https://sandbox-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://sandbox-docs.verifone.com/vicat-mobile-quick-install/quick-installation-guide.md).

# Quick Installation Guide

***

{% columns %}
{% column %} <picture><source srcset="/files/AG32tueDmZy4B2iblFbA" media="(prefers-color-scheme: dark)"><img src="/files/EAd0eFSojcWttRpKhduQ" alt="Step 1 — Unbox the device, power adapter, USB-C cable, and ejector pin"></picture>
{% endcolumn %}

{% column %} <picture><source srcset="/files/gpF80AZes8UN0h6uocZi" media="(prefers-color-scheme: dark)"><img src="/files/URmK8EJpDwNcK9svf9VR" alt="Step 2 — Open the SIM tray and insert SIM/PSAM/MicroSD cards"></picture>
{% endcolumn %}

{% column %} <picture><source srcset="/files/Pgk0C7Nf9YdDze4iaZsa" media="(prefers-color-scheme: dark)"><img src="/files/eNEaTE5B3ZARurcscaI7" alt="Step 3 — Hold the power button for 2 seconds to power on"></picture>
{% endcolumn %}
{% endcolumns %}

{% columns %}
{% column %}
**① Unbox**

Remove the device and all accessories from the packaging. Verify the following items are present:

* Victa Mobile device
* Power adapter
* USB-C cable
* Ejector pin (SIM tray tool)
  {% endcolumn %}

{% column %}
**② Insert SIM / SD Card**

Use the ejector pin to open the card tray on the side of the device. The tray holds three cards:

* **PSAM1 / SIM** — Primary security module or SIM
* **PSAM2** — Secondary security module
* **MicroSD** — Expandable storage (optional)

Re-seat the tray until it clicks flush.
{% endcolumn %}

{% column %}
**③ Power On**

Press and hold the **power button** for **+2 seconds** until the display activates.

{% hint style="info" %}
If the screen does not turn on, the battery may be low. Charge for 10–15 minutes then retry.
{% endhint %}
{% endcolumn %}
{% endcolumns %}

***

{% columns %}
{% column %} <picture><source srcset="/files/HuZgsIWQ7PzSP9CcjsQk" media="(prefers-color-scheme: dark)"><img src="/files/IpnUAtHt0vCq47DW17yr" alt="Step 4 — Connect USB-C cable to device; connect USB-A end to wall adapter or computer"></picture>
{% endcolumn %}

{% column %} <picture><source srcset="/files/jDBsjt3SdiNTz9uI3Ukc" media="(prefers-color-scheme: dark)"><img src="/files/rznZ7gWHpG8Oyw0ppbzp" alt="Step 5 — Plug adapter into wall outlet OR connect to computer via USB; headphone jack location shown"></picture>
{% endcolumn %}
{% endcolumns %}

{% columns %}
{% column %}
**④ Charge the Device**

Connect the **USB-C** end of the cable to the device port. Connect the **USB-A** end to either:

* The included **wall adapter** (plug into mains outlet), or
* A **computer** USB port

The charging indicator (⚡) appears on screen when charging is active.
{% endcolumn %}

{% column %}
**⑤ Connect to Power / Audio**

Plug the wall adapter into a mains outlet **or** connect via USB to a computer.

The **3.5mm audio jack** is located on the side of the device for wired headphone accessories.
{% endcolumn %}
{% endcolumns %}

***

{% columns %}
{% column %} <picture><source srcset="/files/GA4Ksc6DWoXyWjqJjrJx" media="(prefers-color-scheme: dark)"><img src="/files/LF3tNrQilXqW3NNaULeN" alt="Step 6.1 — Barcode / card-present payment under the device"></picture>
{% endcolumn %}

{% column %} <picture><source srcset="/files/CHY9y25vh82C8o5LKhJD" media="(prefers-color-scheme: dark)"><img src="/files/l3oUhzUTrFCDNCzIjwnx" alt="Step 6.2 — Insert magnetic stripe card into the slot at the base of the device"></picture>
{% endcolumn %}

{% column %} <picture><source srcset="/files/1ouJq8IIYnqVlryGu1lk" media="(prefers-color-scheme: dark)"><img src="/files/esS88PVkeBXVVEAl8Cj8" alt="Step 6.3 — Tap NFC-enabled card or device on the contactless reader"></picture>
{% endcolumn %}
{% endcolumns %}

{% columns %}
{% column %}
**⑥.① Barcode / Card Present**

Place the customer's card or barcode flat beneath the device's scanner. Hold steady until the device confirms the read.
{% endcolumn %}

{% column %}
**⑥.② Magnetic Stripe**

Insert the customer's card into the slot at the **base of the device** with the arrow direction shown. Slide in one smooth continuous motion until confirmed.
{% endcolumn %}

{% column %}
**⑥.③ NFC / Contactless**

Have the customer tap their contactless card, phone, or wearable on the **NFC symbol** on the back of the device and hold until confirmed.

Compatible with Visa, Mastercard, Amex, Discover contactless cards; Apple Pay; Google Pay; Samsung Pay.
{% endcolumn %}
{% endcolumns %}

***

{% hint style="success" %}
Your Victa Mobile is now set up and ready to accept payments. For software configuration refer to your integration documentation or contact your Verifone partner.
{% endhint %}

**Verifone, Inc.** · 817 Broadway, Suite 1100, New York, NY 10003, USA · +1 (800) Verifone (837-4366) **Part Number:** DOC573-004-EN-A · Revision A01 · © 2025 VeriFone, Inc.


---

# 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://sandbox-docs.verifone.com/vicat-mobile-quick-install/quick-installation-guide.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.
