> For the complete documentation index, see [llms.txt](https://developer.magtek.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.magtek.com/get-started/pick-your-dyna-device.md).

# Pick Your Dyna Device

Every reader in the DynaFamily speaks the same MMS command set, so your integration is largely portable across them — the differences are form factor, whether the reader takes a PIN, and how it connects. Use the table below  to narrow down, then open a product hub for full specs.

### Compare the readers

<table><thead><tr><th></th><th></th><th width="124.36358642578125" align="center"></th><th align="center"></th><th width="128" align="center"></th><th></th><th></th></tr></thead><tbody><tr><td><strong>Reader</strong></td><td><strong>Form factor</strong></td><td align="center"><strong>Contact</strong></td><td align="center"><strong>Contactless</strong></td><td align="center"><strong>PIN entry</strong></td><td><strong>Connection</strong></td><td><strong>Best for</strong></td></tr><tr><td><a href="https://developer.magtek.com/products/dynafamily-mms-dyna-devices/dynaflex-ii-ped"><mark style="color:red;"><strong>DynaFlex II PED</strong></mark></a></td><td>Countertop, PIN pad + display</td><td align="center">✓</td><td align="center">✓</td><td align="center">✓</td><td>USB, BLE</td><td>Attended checkout that needs PIN debit</td></tr><tr><td><a href="https://developer.magtek.com/products/dynafamily-mms-dyna-devices/dynaflex-ii-go"><mark style="color:red;"><strong>DynaFlex II Go</strong></mark></a></td><td>Handheld, portable, battery</td><td align="center">✓</td><td align="center">✓</td><td align="center">—</td><td>USB, Bluetooth LE</td><td>Mobile, curbside, line-busting</td></tr><tr><td><a href="https://developer.magtek.com/products/dynafamily-mms-dyna-devices/dynaflex-ii-scr"><mark style="color:red;"><strong>DynaFlex II SCR</strong></mark></a></td><td>Compact countertop</td><td align="center">✓</td><td align="center">✓</td><td align="center">—</td><td>USB</td><td>Attended checkout without PIN</td></tr><tr><td><a href="https://developer.magtek.com/products/dynafamily-mms-dyna-devices/dynaprox"><mark style="color:red;"><strong>DynaProx</strong></mark></a></td><td>Contactless reader</td><td align="center">—</td><td align="center">✓</td><td align="center">—</td><td>USB</td><td>Tap-only, transit, access control</td></tr></tbody></table>

All are PCI PTS POI–approved SCRAs with EMV L1/L2/L3 support and SRED point-to-point encryption.

### How to choose

* **Need to accept PIN debit?** The [<mark style="color:red;">**DynaFlex II PED**</mark>](https://developer.magtek.com/products/dynafamily-mms-dyna-devices/dynaflex-ii-ped) is the only one with a PIN pad — it's also the one with a full touch display for on-screen prompts.
* **Mobile or handheld?** The [<mark style="color:red;">**DynaFlex II Go**</mark>](https://developer.magtek.com/products/dynafamily-mms-dyna-devices/dynaflex-ii-go) is portable and battery-powered, and it's the one with Bluetooth LE.
* **Attended countertop, no PIN?** The [<mark style="color:red;">**DynaFlex II SCR**</mark>](https://developer.magtek.com/products/dynafamily-mms-dyna-devices/dynaflex-ii-scr) is the compact fixed reader.
* **Contactless/tap only?** The [<mark style="color:red;">**DynaProx**</mark>](https://developer.magtek.com/products/dynafamily-mms-dyna-devices/dynaprox) is contactless-focused.

Because they share the command set, you can confirm exactly which commands a given reader supports in the DynaFamily Command Matrix, and see full specs and downloads on each product hub.

Looking for a magnetic-stripe reader, PIN pad, check scanner, or OEM component? See the full Products directory.

### Need More Help

{% hint style="info" %}
**Need Help?**

For additional support, please contact MagTek Support:

**Technical Support:**

* 📧 **Email:** <support@magtek.com>
* 📞 **Phone:** 1-800-788-6835 (US) | +1-562-546-6616 (International)
* 🕐 **Hours:** Monday-Friday, 6:00 AM - 5:00 PM PST

**Online Resources:**

* 🌐 **Official Site:** [https://www.magtek.com](https://www.magtek.com/)
* 💬 **Developer Forum:** [https://forum.magtek.com](https://forum.magtek.com/)

**Documentation Feedback:**

Help us improve this documentation! [Submit feedback](broken://spaces/1lWLescKFIPsMeIJI6Cd/pages/5314c528980689961380bea0044c1256aaeb39bc)
{% 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://developer.magtek.com/get-started/pick-your-dyna-device.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.
