> 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/products/dynafamily-mms-dyna-devices/dynaflex-ii-scr.md).

# DynaFlex II SCR

The **DynaFlex II SCR** is a compact, countertop secure card reader authenticator\
(SCRA) that reads contact chip, contactless (NFC), and magnetic-stripe cards and\
encrypts cardholder data at the point of read (SRED). It connects over USB and\
uses the shared DynaFamily MMS command set, so everything you build against it\
is documented in the <mark style="color:red;">**API & Command Reference**</mark> and linked below.

{% hint style="success" %}
**Applies to:** DynaFlex II SCR
{% endhint %}

### Key capabilities

* Contact, contactless (NFC), and magnetic stripe card reading in one device
* SRED point-to-point encryption at the moment of read (TDES / AES DUKPT)
* NFC/MIFARE pass-through and NFC card emulation (DynaCast)
* Optional barcode reader (BCR) for scanning outside a transaction
* Compact countertop secure card reader authenticator (SCRA)
* PCI PTS POI–approved SCRA for attended acceptance (no PIN entry — see the DynaFlex II PED for PIN debit)

### Build with the DynaFlex II SCR

<table data-header-hidden><thead><tr><th valign="middle"></th><th></th></tr></thead><tbody><tr><td valign="middle"><strong>Section</strong></td><td><strong>Description</strong></td></tr><tr><td valign="middle"><a href="/pages/Gr3UEyrZ8cdAhpwRnGNn"><mark style="color:red;"><strong>Programmer's Manual</strong></mark></a></td><td>The MMS command set scoped to<br>the SCR: message format, commands, notifications, configuration, and status codes.</td></tr><tr><td valign="middle"><a href="/pages/OaliMt0STkRspvHIhWiv"><mark style="color:red;"><strong>Commands</strong></mark></a></td><td>The commands the SCR supports, each<br>linking into the shared reference.</td></tr><tr><td valign="middle"><a href="https://developer.magtek.com/api-and-command-reference/dynafamily-command-matrix"><mark style="color:red;"><strong>Command Support Across Products</strong></mark></a></td><td>The full device Command matrix, if you're building for more than one Dyna reader.</td></tr><tr><td valign="middle"><a href="/pages/JjlaqrCZdgPNkWzJaEtl"><mark style="color:red;"><strong>Security &#x26; Keys</strong></mark></a></td><td>DUKPT (3DES→AES),<br>MAC, KSNs, encryption/decryption, and PCI requirements.</td></tr><tr><td valign="middle"><a href="/pages/lSXstHAJd70Wob7jr4Wj"><mark style="color:red;"><strong>NFC/MIFARE</strong></mark></a></td><td>Working with contactless cards and tags <br>(NTag, Classic, DESFire, Plus).</td></tr></tbody></table>

### Downloads & Compliance

<table data-header-hidden><thead><tr><th valign="middle"></th><th></th></tr></thead><tbody><tr><td valign="middle"><strong>Section</strong></td><td><strong>Description</strong></td></tr><tr><td valign="middle"><a href="/pages/uY93fAdkYAIsSFVTEqnf"><mark style="color:red;"><strong>Firmware &#x26; Downloads</strong></mark></a></td><td>The MMS command set scoped to<br>the SCR: message format, commands, notifications, configuration, and status codes.</td></tr><tr><td valign="middle"><a href="/pages/mvsjhXItlVi7kY9Gt92H"><mark style="color:red;"><strong>Compliance</strong></mark></a></td><td>Compliance documentation for the SCR, including inspection documents.</td></tr></tbody></table>

### For more help

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

For additional support, please contact MagTek Support:

**Technical Support:**

* 📧 **Email:** [support@magtek.com](mailto:support@magtek.com?subject=Support%20Request)
* 📞 **Phone:** 1-562-546-6800 (US)
* 🕐 **Hours:** Monday-Friday, 5:30 AM - 5:00 PM PST

**Online Resources:**

* 🌐 **Support Portal:** developer.magtek.com

**Documentation Feedback:**

Help us improve this documentation! [feedback@magtek.com](mailto:feedback@magtek.com?subject=Feedback)
{% 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/products/dynafamily-mms-dyna-devices/dynaflex-ii-scr.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.
