> 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/dynaflex-ii-ped/documentation/developers-manuals/dynaflex-ii-ped-programmers-manual/configuration/emv-terminal-id.md).

# EMV Terminal ID

## Table - Property 1.1.1.1.1.1 EMV Terminal Identification

<table><thead><tr><th width="180.3636474609375">Property</th><th>Value</th></tr></thead><tbody><tr><td>Property OID</td><td>1.1.1.1.1.1 / 0x010101010101</td></tr><tr><td>Name</td><td>EMV Terminal Identification</td></tr><tr><td>Description</td><td>The device uses this property to report its Terminal ID / Terminal Identification in tag <strong>9F1C</strong> in all EMV-related communication. Merchants usually configure each device with a different terminal ID per their own proprietary system standards to help identify the source of a transaction.</td></tr><tr><td>Securing Key</td><td>None</td></tr><tr><td>Min. Len (b)</td><td>8</td></tr><tr><td>Max. Len (b)</td><td>8</td></tr><tr><td>Data Type</td><td>Alphanumeric</td></tr><tr><td>Valid Values</td><td>Any string</td></tr><tr><td>Default</td><td>“00000000” (0x3030303030303030)</td></tr></tbody></table>

## Table - Get Request&#x20;

{% code title="Example (hex)" %}

```
AA 00 81 04 01 04 D1 01 84 1A D1 01 81 07 2B 06 01 04 01 F6 09 85 01 01 89 0A E1 08 
E1 06 E1 04 E1 02 C1 00
```

{% endcode %}

## Table -  Get Response&#x20;

{% code title="Example (hex)" %}

```
AA 00 81 04 82 04 D1 01 82 04 00 00 00 00 84 82 00 22 D1 01 81 07 2B 06 01 04 01 F6 
09 85 01 01 89 12 E1 10 E1 0E E1 0C E1 0A C1 08 30 30 30 30 30 30 30 30

```

{% endcode %}

## Table - Set Request

{% code title="Example (hex)" %}

```
AA 00 81 04 01 3E D1 11 84 22 D1 11 81 07 2B 06 01 04 01 F6 09 85 01 01 89 12 E1 
10 E1 0E E1 0C E1 0A C1 08 31 31 31 31 31 31 31 31
```

{% endcode %}

## Table - Set Response

{% code title="Example (hex)" %}

```
AA 00 81 04 82 3E D1 11 82 04 00 00 00 00 84 82 00 22 D1 11 81 07 2B 06 01 04 01 
F6 09 85 01 01 89 12 E1 10 E1 0E E1 0C E1 0A C1 08 31 31 31 31 31 31 31 31
```

{% endcode %}


---

# 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/hardware/card-readers/mms-dyna-devices/dynaflex-ii-ped/documentation/developers-manuals/dynaflex-ii-ped-programmers-manual/configuration/emv-terminal-id.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.
