> 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/data-types-and-shared-tlv-data-objects/emv-arpc-type.md).

# EMV ARPC Type

### Table ARPC-1 – EMV ARPC Data

<table><thead><tr><th width="96.66668701171875">Tag</th><th width="73.33331298828125">Len</th><th>Value / Description</th><th width="74">Typ</th><th width="74">Req</th><th width="105">Default</th></tr></thead><tbody><tr><td>FF74</td><td>var</td><td>Container for non-MAC ARPC</td><td>T</td><td>R</td><td></td></tr><tr><td>/DFDF25</td><td>var</td><td>Device Serial Number (IFD Serial Number)</td><td>B</td><td>R</td><td></td></tr><tr><td>/FA</td><td>var</td><td>Container for generic data</td><td>T</td><td>R</td><td></td></tr><tr><td>//70</td><td>var</td><td>Container for ARPC</td><td>T</td><td>R</td><td></td></tr><tr><td>///8A</td><td>02</td><td><p>Authorization Response Code</p><ul><li>‘00’ = Approved</li><li>‘01’ = Issuer Referral</li><li>‘05’ = Declined</li><li>‘12’ = Switch Interface</li><li>‘13’ = Request Online PIN</li></ul></td><td>AN</td><td>R</td><td></td></tr><tr><td>///91</td><td>var</td><td>Issuer Authentication Data As defined in <em><strong>EMV Integrated Circuit Card Specifications for Payment Systems 4.3</strong></em></td><td>B</td><td>O</td><td></td></tr><tr><td>///71</td><td>var</td><td>Issuer Script Template 1 As defined in <em><strong>EMV Integrated Circuit Card Specifications for Payment Systems 4.3</strong></em>. The host may include as many instances of this parameter as needed, up to a maximum length of 128 bytes including Tags and Lengths.</td><td>B</td><td>O</td><td></td></tr><tr><td>///72</td><td>var</td><td>Issuer Script Template 2 As defined in <em><strong>EMV Integrated Circuit Card Specifications for Payment Systems 4.3</strong></em>. The host may include as many instances of this parameter as needed, up to a maximum length of 128 bytes including Tags and Lengths.</td><td>B</td><td>O</td><td></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/data-types-and-shared-tlv-data-objects/emv-arpc-type.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.
