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

# Decrypt

**Magensa Decrypt** is a PCI-DSS-certified cloud service that performs centralized decryption of data captured by MagTek MagneSafe readers — returning decrypted card data, MagnePrint scores, and transaction IDs without that sensitive data ever touching your own environment. It handles anything a MagneSafe reader encrypts, from full card swipes to individually encrypted fields, and is frequently paired with the **Decrypt & Forward (DaF)** service to route decrypted payloads on to third-party endpoints. Use the references below to explore the Decrypt web service and related MPPG payment operations, grab sample code from GitHub, or open the support hub for manuals, brochures, FAQs, and videos.

### **Decrypt APIs** <a href="#hid-demo" id="hid-demo"></a>

| **API Section**                                                                                                  | **Description**                                                                                                                                                                                          |
| ---------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [<mark style="color:red;">**Decrypt**</mark> ](https://decrypt.developer.magtek.com/)                            | Magensa's core decryption web service (SOAP): send data encrypted by a MagTek MagneSafe reader and get it back decrypted. Three operations cover card swipes, arbitrary data blocks, and MAC generation. |
| [<mark style="color:red;">**Mobile Payments (Apple Pay)**</mark>](https://apple-mobile.developer.magtek.com/)    | Integration guide and MPPG operations for accepting Apple Pay both in-app (iOS) and in-web (via TokenExchange Connect), including merchant-ID and domain-verification setup.                             |
| [<mark style="color:red;">**Mobile Payments (Google Pay)**</mark> ](https://google-mobile.developer.magtek.com/) | Integration guide and the MPPG `ProcessGooglePay` operation for accepting Google Pay in a mobile app, from wallet setup through submitting the payment token.                                            |
| [<mark style="color:red;">**Payment Request**</mark>](https://payment-request.developer.magtek.com/)             | Create a customized payment request that returns a payment URL, QR code, and a WebSocket token for real-time status; customers pay through an MPPG hosted page by manual entry or digital wallet.        |
| [<mark style="color:red;">**PayPal/Venmo**</mark>](https://paypal-venmo.developer.magtek.com/)                   | Accept PayPal and Venmo via QR code (QRC) — read as clear text or as encrypted data from a MagTek QR-capable reader — with Sale, Void, and Refund supported through MPPG.                                |

### **Decrypt GitHub** <a href="#hid-demo" id="hid-demo"></a>

| **API Section**                                                                                    | **Description**                                                                                                                                     |
| -------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------- |
| [<mark style="color:red;">**Magensa Decrypt GitHub**</mark>](https://github.com/Magensa/Decryptv3) | GitHub makes it easier to access sample code, use the Magensa Bluetooth Playground, access the utility package for TokenExchange, and so much more. |

### Decrypt Support Page

| **API Section**                                                                                                | **Description**                                                                                                                                                                                   |
| -------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [<mark style="color:red;">**Support Page**</mark>](https://www.magtek.com/support/magensa-decrypt?tab=manuals) | The Magensa Decrypt support hub — programmer's manuals (including the Decrypt 3.0 API guide and MICR decryption), product brochures, multi-language code samples, FAQs, and instructional videos. |

### Need 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/services/magensa/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.
