> 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/hardware/card-readers/mms-dyna-devices/dynaprox/documents/programmers-manuals/programmers-manual-commands/notifications.md).

# Notifications

This section provides definitions and practical information about Notification Messages, which follow the format described in section 3.2.2.3.  To find documentation about a specific notification:

* Use the Notification Source byte in the message to find the Notification Source subsection below.  For example, Notification Source 0x01 Transaction leads to subsection 7.1 Notification Source 0x01nn - Notifications from Transactions.
* Within that subsection, use the Notification Source byte plus the Notification Type byte in the message to find the Notification subsection.  For example, Notification Source 0x01 Transaction plus Notification Type 0x01 Information Update leads to Notification 0x0101 - Transaction Information Update.
* Within that subsection, use the four bytes of Notification Detail Code in the message to look up the notification in the Notification Detail Code table.  For example, 0x07080302 leads to a row in Table 7.1‑1 that provides practical information about what event led to the notification, and how to interpret the Notification Payload.

{% hint style="info" %}
**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:** <https://www.magtek.com/support>
* 📚 **Knowledge Base:** [https://support.magtek.com](https://support.magtek.com/)
* 💬 **Developer Forum:** [https://forum.magtek.com](https://forum.magtek.com/)

**Documentation Feedback:**

Help us improve this documentation! [Submit feedback](broken://spaces/1lWLescKFIPsMeIJI6Cd/pages/5314c528980689961380bea0044c1256aaeb39bc)
{% 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:

```
GET https://developer.magtek.com/hardware/card-readers/mms-dyna-devices/dynaprox/documents/programmers-manuals/programmers-manual-commands/notifications.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.
