> 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/home/copy-of-payware-connect-onboarding/victa-mobile-installation-guide/3.-specifications.md).

# 3. Specifications

### Power

| Spec    | Value                         |
| ------- | ----------------------------- |
| Input   | AC 100V–240V / 50–60Hz / 0.4A |
| Output  | DC 5V / 2.2A                  |
| Battery | Li-ion 5000 mAh / 3.8V        |

### Environmental

| Spec                  | Value                         |
| --------------------- | ----------------------------- |
| Operating temperature | -5°C to 45°C (23°F to 113°F)  |
| Storage temperature   | -20°C to 60°C (-4°F to 140°F) |
| Relative humidity     | 5% to 90%                     |

{% hint style="info" %}
**NOTE:** If the device will be used in environments exceeding the operating temperature range, integrators must take measures to control ambient conditions.
{% endhint %}

### Physical Dimensions

| Spec   | Value    |
| ------ | -------- |
| Length | 196.5 mm |
| Width  | 82.9 mm  |
| Depth  | 20 mm    |
| Weight | 370 g    |

### Processor & Memory

| Spec      | Value                       |
| --------- | --------------------------- |
| Processor | Cortex A53 Quad-core, 2 GHz |
| RAM       | 4 GB                        |
| Storage   | 32 GB ROM                   |
| SD Card   | Supports SD 3.0             |

### Card Readers

| Reader          | Spec                                                                        |
| --------------- | --------------------------------------------------------------------------- |
| Magnetic Stripe | Triple Track                                                                |
| Smart Card      | Card-conserving plated landing contacts; synchronous and asynchronous cards |
| Contactless     | EMV                                                                         |
| SAM             | 1 eSIM, 1 SIM/SAM Combo, 1 SAM                                              |

### Display

| Spec       | Value                  |
| ---------- | ---------------------- |
| Size       | 6.7"                   |
| Resolution | 720 × 1600             |
| Type       | HD IPS LCD touchscreen |

### Audio

Loudspeaker, Microphone, Buzzer, Earphone Jack

### Security

* Complies with **PCI PTS v6.x**

### Communication

| Technology | Detail                                                               |
| ---------- | -------------------------------------------------------------------- |
| Bluetooth  | 5.0 (2402–2480 MHz)                                                  |
| Wi-Fi      | 2.4 GHz (2400–2483.5 MHz) + 5 GHz (5180–5825 MHz), 802.11 a/b/g/n/ac |
| GPS        | 1574.4–1576.4 MHz                                                    |
| GLONASS    | 1597.5–1605.9 MHz                                                    |
| BDS        | 1559.1–1563.1 MHz                                                    |
| Galileo    | 1573.4–1577.5 MHz                                                    |

**WAN (EM SKU):**

* GSM 850/900/1800/1900 MHz
* WCDMA B1/2/4/5/8
* LTE-FDD: B1/2/3/4/5/7/8/10/20/28/66
* LTE-TDD: B38/40/41

**WAN (NA SKU):**

* WCDMA B2/4/5
* LTE-FDD: B2/4/5/7/12/13/14/17/25/26/66/71
* LTE-TDD: B41

### Camera

| Camera                      | Spec                  |
| --------------------------- | --------------------- |
| Bottom (QR/Barcode Scanner) | 2 MP CMOS fixed focus |
| Front-facing                | 5 MP CMOS autofocus   |
| Flash                       | LED torch             |


---

# 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/home/copy-of-payware-connect-onboarding/victa-mobile-installation-guide/3.-specifications.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.
