> 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/magensa-services/archive/decrypt.md).

# Decrypt

**Magensa Decrypt** is a cloud-based web service where encrypted data from MagTek readers is sent to Magensa for secure, centralized decryption. This service allows developers and system integrators to retrieve decrypted card data, MagnePrint scores, and transaction IDs without exposing sensitive information within their own environment. Magensa Decrypt supports any data encrypted by a MagTek MagneSafe reader, including bulk data and individually encrypted fields, and is often paired with the **Decrypt & Forward (DaF)** service to deliver decrypted payloads to third-party endpoints.&#x20;

The service is PCI-DSS certified and secures transactions across retail, healthcare, restaurant, hospitality, government, education, and transportation industries. The official Magensa Decrypt support page is a central hub containing all the resources you'll need. There you can find product brochures, programmer's manuals (including the Decrypt 3.0 Web Service API guide and MICR decryption documentation), code samples in multiple programming languages, an FAQ section, and instructional videos.

### Decrypt Support

<table data-view="cards"><thead><tr><th></th></tr></thead><tbody><tr><td><a href="https://www.magtek.com/support/magensa-decrypt"><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
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/magensa-services/archive/decrypt.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.
