> 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/api-and-command-reference/scra-dynafamily-programmers-manual/notifications/notifications-from-banking-functions-banking-functions-only-notification-0x02nn/banking-functions-information-update-notification-0x0201.md).

# Banking Functions Information Update - Notification 0x0201

This notification reports information about progress and state changes involving the device’s Banking Functions modules.

For this notification, **Notification Detail** described in section **3.2.2.3 Notification Message** contains one byte each, shown in **Table - Notification Detail Codes**, to indicate:

* The **Payment Technology** (PT) involved
* The **Reason** (Rsn) for the notification
* **Detail** (Det) about the notification that has different meanings depending on the Reason, and
* An **Extra** field (Ext) that has different meanings depending on the Reason.

## Table BFIU-1 - Notification Detail Codes

<table><thead><tr><th width="69.90911865234375">PT</th><th width="75.6363525390625">Rsn</th><th width="65.45458984375">Det</th><th width="72.5455322265625">Ext</th><th>Meaning</th></tr></thead><tbody><tr><td></td><td></td><td></td><td></td><td><p>Payment Technology 0x07 Manual Card Entry (MCE) contains transaction notification detail codes involving manual card entry (MCE Only).</p><ul><li>Reason 0x01 = Card Event</li><li>Reason 0x08 = Data Update</li><li>Reason 0x10 = State Update</li></ul></td></tr><tr><td>07</td><td>01</td><td>01</td><td>00</td><td>Manual Card Entry (MCE), Card Event, Data Entered, Reserved</td></tr><tr><td></td><td></td><td></td><td></td><td><p>Payment Technology 0x08 Magnetic Stripe Reader (MSR) contains transaction notification detail codes involving magnetic stripe cards (MSR Only).</p><ul><li>Reason 0x01 = Card Event</li><li>Reason 0x08 = Data Update</li><li>Reason 0x10 = State Update</li></ul></td></tr><tr><td>08</td><td>01</td><td>01</td><td>00</td><td>MSR, Card Event, Swiped, Reserved (MSR Only)</td></tr><tr><td>08</td><td>01</td><td>02</td><td>00</td><td>MSR, Card Event, Inserted, Reserved (MSR Only)</td></tr><tr><td>08</td><td>01</td><td>03</td><td>00</td><td>MSR, Card Event, Removed, Reserved (MSR Only)</td></tr><tr><td>08</td><td>01</td><td>04</td><td>00</td><td>MSR, Card Event, Detected, Reserved (MSR Only)</td></tr><tr><td></td><td></td><td></td><td></td><td><p>Payment Technology 0x10 EMV Contact contains transaction notification detail codes involving contact chip cards (EMV Contact Only).</p><p>Reason 0x01 = Card Event</p><p>Reason 0x08 = Data Update</p><p>Reason 0x10 = State Update</p></td></tr><tr><td>10</td><td>01</td><td>02</td><td>00</td><td>EMV Contact, Card Event, Inserted, Reserved (EMV Contact Only)</td></tr><tr><td>10</td><td>01</td><td>03</td><td>00</td><td>EMV Contact, Card Event, Removed, Reserved (EMV Contact Only)</td></tr><tr><td>10</td><td>01</td><td>04</td><td>00</td><td>EMV Contact, Card Event, Detected, Reserved (EMV Contact Only)</td></tr><tr><td></td><td></td><td></td><td></td><td><p>Payment Technology 0x20 EMV Contactless contains transaction notification detail codes involving contactless cards and contactless payment devices. (EMV Contactless Only)</p><ul><li>Reason 0x01 = Card Event</li><li>Reason 0x08 = Data Update</li><li>Reason 0x10 = State Update</li></ul></td></tr><tr><td>20</td><td>01</td><td>03</td><td>00</td><td>EMV Contactless, Card Event, Removed, Reserved (EMV Contactless Only)</td></tr><tr><td>20</td><td>01</td><td>04</td><td>00</td><td>EMV Contactless, Card Event, Detected, Reserved (EMV Contactless Only)</td></tr><tr><td>20</td><td>01</td><td>05</td><td>00</td><td>EMV Contactless, Card Event, Collision, Reserved (EMV Contactless Only)</td></tr></tbody></table>


---

# 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/api-and-command-reference/scra-dynafamily-programmers-manual/notifications/notifications-from-banking-functions-banking-functions-only-notification-0x02nn/banking-functions-information-update-notification-0x0201.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.
