> For the complete documentation index, see [llms.txt](https://commanderhelp.verifone.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://commanderhelp.verifone.com/customer-documentation/petro-and-c-store/pin-pads/implementation-guides/m400/parts-and-specifications.md).

# Parts and Specifications

### Parts

This section lists the parts in the box.

| Part Number       | Description                                      |
| ----------------- | ------------------------------------------------ |
| M445-403-01-WWA-5 | M400, WIFI/BT (PCI5)                             |
| MCS445-011-00A    | CABLE ASSY, USB & ETHERNET, ICE CUBE             |
| PWR445-001-01-A   | PS+FERRITE,120VAC/12VDC/1A,5.5X2.1MM/C-,USA M4XX |

{% hint style="info" %}
A USB OTG Host cable (P/N CBL132-003-01-A) is required for loading software. It is sold separately.
{% endhint %}

### Specifications

This section lists power requirements, dimensions, and other specifications of the Verifone M400 device.

| Specification                 | Description                                                                                                                  |
| ----------------------------- | ---------------------------------------------------------------------------------------------------------------------------- |
| Unit Power Requirements       | Full capabilities: 12 V DC, 1 A                                                                                              |
| Temperature                   | <p>Operating temperature: 0° to 50° C (32° to 122° F)<br>Storage temperature: -20° to 60° C (-4° to 140° F)</p>              |
| Humidity                      | Relative humidity: 5% to 90% (RH non-condensing)                                                                             |
| External Dimensions           | <p>Length: 173 mm (6.81 in.)<br>Width: 175 mm (6.89 in.)<br>Depth: 43 mm (1.69 in.)</p>                                      |
| Weight                        | Unit weight: 430 g (15.16 oz)                                                                                                |
| Processor                     | 1 GHz ARM Cortex A9 processor                                                                                                |
| Display                       | 5” IPS LCD                                                                                                                   |
| Magnetic Card Reader          | Triple track (tracks 1, 2, 3), high coercivity, bi-directional                                                               |
| Primary Smart Card            | <p>ISO 7816, 1.8 V, 3 V, 5 V<br>Synchronous and Asynchronous cards</p>                                                       |
| Integrated Contactless Reader | ISO 14443, ISO 18092, EMV, FeliCa                                                                                            |
| Keypad                        | <p>12-key Telco-style keypad<br>Three color-coded function keys below the keypad<br>Keys can be simulated on touchscreen</p> |
| Audio Jack                    | 3.5 mm headphone jack                                                                                                        |
| Peripheral Ports              | <p>One USB Type C port for ICE Cube Base module connection<br>One Micro-USB port for a graphometric stylus connection</p>    |
| Security                      | Complies to PCI 4.x requirements                                                                                             |


---

# 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://commanderhelp.verifone.com/customer-documentation/petro-and-c-store/pin-pads/implementation-guides/m400/parts-and-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.
