Only this pageAll pages
Powered by GitBook
1 of 5

Get Started

Loading...

Loading...

Loading...

Loading...

Loading...

Your First Transaction

This walkthrough runs one EMV sale end to end so you can confirm your setup works. It's the quick version — each step links into the full detail.

Before you begin

  • Your reader is connected — see Connection Basics.

  • Keys are injected and you can decrypt output — see Security & Key Management.

Run it

  1. Start the transaction. Send with the amount and transaction type, and prompt the cardholder to insert, tap, or swipe.

  2. React to the reader. As the transaction proceeds, the reader sends notifications reporting progress. On a reader without a display (like the DynaFlex II Go), respond to any prompts it sends via Host Action Request.

  3. Finish. The reader produces an ARQC; forward it to your processor and return the response, or use Quick Chip to complete immediately. The reader sends with the result.

That's the shape of it. For the full flow — the Quick Chip vs. EMV fork, online authorization, contactless, and configuration — see .

Go deeper

Need More Help

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:

  • 💬 Developer Forum:

Documentation Feedback:

Help us improve this documentation!

Start Transaction – 0x1001
Transaction Information Update – 0x0101
Transaction Operation Complete – 0x0105
EMV Acceptance
https://www.magtek.com
https://forum.magtek.com
Submit feedback

Connection Basics

DynaFamily readers connect to a host over USB or Bluetooth LE. The MMS command set is identical over either transport — how you frame and send commands doesn't change — so the connection choice is about the device and your use case, not your integration code. Wired USB is simplest for fixed, attended setups; Bluetooth LE suits portable and mobile deployments (on the readers that support it, such as the DynaFlex II Go).

In This Section

Reference Section

Information Available

Connecting over USB, including the HID interface the reader presents.

Once connected, head to , or the for the command set.

WLAN

Communicate via a TCP/IP network with MMS products connected to a wireless LAN access point

Bluetooth LE

Pairing and connecting over Bluetooth Low Energy.

RS-232/UART

Connect the host to the device using a serial connection such as RS-232 UART

SLIP Format

For connection types that do not include error detection and correction, such as serial protocols.

Apple iAP2

Information about developing an iOS app that interfaces with the device via the USB connector using iPod Accessory Protocol (iAP2)

Need More Help

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:

  • 💬 Developer Forum:

Documentation Feedback:

Help us improve this documentation!

Your First Transaction
API & Command Reference
USB
https://www.magtek.com
https://forum.magtek.com
Submit feedback

Get Started

In this section

Get started is the on-ramp for building with MagTek products. It takes you from choosing a device to running your first transaction — the connection basics, the minimum steps to see a card read end to end, and where to go next. If you're new to the platform, start here; once you're up and running, the Guides and the API & Command Reference cover the depth.

In This Section

Reference Section

Information Available

Compare devices and choose the right one for your integration.

Connection Basics

Information on the different ways products connect to hosts.

Your First Transaction

Run a transaction end to end and see a result.

Web-based Demos

Try a reader in the browser before you write any code.

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:

  • 🌐 Support Portal:

  • 📚 Knowledge Base:

  • 💬 Developer Forum:

Documentation Feedback:

Help us improve this documentation!

Pick Your Device
https://www.magtek.com/support
https://support.magtek.com
https://forum.magtek.com
Submit feedback

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

Reader

Form factor

Contact

Contactless

PIN entry

Connection

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

  • Need to accept PIN debit? The 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 is portable and battery-powered, and it's the one with Bluetooth LE.

  • Attended countertop, no PIN? The is the compact fixed reader.

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

Looking for a , , , or ? See the full directory.

Contactless/tap only? The DynaProx is contactless-focused.

Best for

DynaFlex II PED

Countertop, PIN pad + display

✓

✓

✓

USB, BLE

Attended checkout that needs PIN debit

DynaFlex II Go

Handheld, portable, battery

✓

✓

—

USB, Bluetooth LE

Mobile, curbside, line-busting

DynaFlex II SCR

Compact countertop

✓

✓

—

USB

Attended checkout without PIN

DynaProx

Contactless reader

—

✓

—

USB

Tap-only, transit, access control

How to choose

Need More Help

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:

  • 💬 Developer Forum:

Documentation Feedback:

Help us improve this documentation!

DynaFlex II PED
DynaFlex II Go
DynaFlex II SCR
DynaFamily Command Matrix
magnetic-stripe reader
PIN pad
check scanner
OEM component
Products
https://www.magtek.com
https://forum.magtek.com
Submit feedback

Web-based Demos

Want to see a reader work before you write any code? MagTek's browser-based demos lets you connect a device and run commands straight from your browser using WebHID — no SDK install required.

Requires a WebHID-capable browser (such as Chrome or Edge) and a reader connected over USB.

In This Section

Reference Section

Information Available

Instructions for using the browser-based MagTek Demo Applications.

For SDKs, sample code, and the once you're ready to build, see SDKs & Tools.

All interactive browser-based demonstrations for MagTek devices.

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:

  • 💬 Developer Forum:

Documentation Feedback:

Help us improve this documentation!

full set of tools
Web-based Demo Documentation
Web-based Demos
https://www.magtek.com
https://forum.magtek.com
Submit feedback