# MagneFlex

**MagneFlex** is a comprehensive suite of software integration tools from MagTek, designed to dramatically speed up time-to-market and reduce the complexities and headaches that come with payment device certification compliance. At its core, MagneFlex serves as a bridge that drives the hardware, interfaces with your POS application, and issues the commands to pack, parse, and send transaction data out for processing. Available as both a browser-based application and middleware,&#x20;

MagneFlex includes several variants to suit different development environments:&#x20;

* **MagneFlex Navy** is a full-function HTML browser for Windows that integrates device drivers to control MagTek payment devices from an HTML over HTTP(S) context.&#x20;
* **MagneFlex Blue** is a full-function browser for iOS app development, offering a fast track into the App Store and eliminating the need for plug-ins.&#x20;
* **MagneFlex Sky** is a full-function browser for Android app development, available on Google Play and the Amazon app store, also requiring no plug-ins and supporting optional white labeling.&#x20;
* **MagneFlex Powder** is a lightweight middleware application for Windows that provides an HTTP command API (receiving JSON calls mapped to the device's low-level command set) and can be launched as a Windows Service or a standalone executable. &#x20;
* **MagneFlex Prism**, a suite of interface developer tools that reduces the points of development by allowing you to build a single interface to just MagneFlex, rather than building separate interfaces to the hardware, the POS application, and the gateway.&#x20;

All MagneFlex tools come with no royalty or maintenance fees and are free to redistribute with your application. The official MagTek MagneFlex support page is a central hub containing all the resources you'll need. There you can find product brochures including MagneFlex Prism, the MagneSafe Secure Ecosystem overview, and the 2024 Hardware and Magensa Gateway Solutions Product Catalog; software downloads and documentation for MagneFlex Navy, Blue, Sky, and Powder; programmer's manuals and API references; developer guides for pursuing EMV L3 certification; and a comprehensive FAQ section with instructional videos.

### MagneFlex Support

<table data-view="cards"><thead><tr><th></th></tr></thead><tbody><tr><td><a href="https://www.magtek.com/support/magneflex"><mark style="color:$tint;"><strong>Support Page ></strong></mark></a></td></tr></tbody></table>

{% 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: 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:

```
GET https://developer.magtek.com/magensa-services/archive/magneflex.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
