> 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/~/revisions/aurjDoOhAcnQLHeoR1ks/card-readers/mms-dyna-devices/emv-common-kernel/dynaflex-ii-go/documents/developers-manuals/programmers-manual-commands/commands/transactions/resume-transaction.md).

# Resume Transaction

## Command 0x1004 - Resume Transaction

The host uses this command to provide the device with additional/modified data to resume a transaction that is currently paused.

## Table - Request Data for Command 0x1004 - Resume Transaction

<table><thead><tr><th>Tag</th><th width="76.66668701171875">Len</th><th>Value / Description</th><th width="74.6666259765625">Typ</th><th width="77.66668701171875">Req</th><th width="97.666748046875">Default</th></tr></thead><tbody><tr><td>Beginning of any wrappers, at minimum including Request Message </td><td></td><td></td><td></td><td></td><td></td></tr><tr><td>1004 = <strong>Command 0x1004 - Resume Transaction</strong></td><td></td><td></td><td></td><td></td><td></td></tr><tr><td>81</td><td>01</td><td><p>Resume Code. Indicates the pause state the transaction will resume from:</p><ul><li>0x00 = Waiting for ARPC</li></ul></td><td>B</td><td>R</td><td></td></tr><tr><td>83</td><td>var</td><td>Reserved</td><td>B</td><td>O</td><td></td></tr><tr><td>84</td><td>var</td><td>ARPC Data. This contains an <strong>EMV ARPC Type</strong>.</td><td>B</td><td>R</td><td></td></tr><tr><td>86</td><td>var</td><td>Transaction TLV Update. Not applicable when Resume Code = <strong>Waiting for ARPC</strong></td><td>B</td><td>O</td><td></td></tr><tr><td>End of any wrappers, at minimum including <strong>Request Message</strong> </td><td></td><td></td><td></td><td></td><td></td></tr></tbody></table>

## Table - Response Data for Command 0x1004 - Resume Transaction

<table><thead><tr><th>Tag</th><th width="73.33331298828125">Len</th><th width="125.33331298828125">Value / Description</th><th width="76.33331298828125">Typ</th><th width="74.3333740234375">Req</th><th width="95.66668701171875">Default</th></tr></thead><tbody><tr><td>Beginning of any wrappers, at minimum including <strong>Response Message</strong> </td><td></td><td></td><td></td><td></td><td></td></tr><tr><td>1004 = <strong>Command 0x1004 - Resume Transaction</strong></td><td></td><td></td><td></td><td></td><td></td></tr><tr><td>No parameters.</td><td></td><td></td><td></td><td></td><td></td></tr><tr><td>End of any wrappers, at minimum including <strong>Response Message</strong></td><td></td><td></td><td></td><td></td><td></td></tr></tbody></table>

{% hint style="info" %}
If the request started successfully, the Request Status in the message wrapper is: **OK, Started / Running, All good / requested operation was successful**.
{% endhint %}

## Table - Request Example

{% code title="Request Example (Hex)" %}

```
AA 00 81 04 01 00 10 04 84 21 10 04 81 01 00 82 01 78 84 17 FF 74 14 DF DF 25 08 99 26 90 E1 16
12 07 10 FA 06 70 04 8A 02 30 30
```

{% endcode %}

## Table - Response Example

{% code title="Response Example (Hex)" %}

```
AA 00 81 04 82 06 10 04 82 04 00 00 00 00 84 02 10 04
```

{% 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/~/revisions/aurjDoOhAcnQLHeoR1ks/card-readers/mms-dyna-devices/emv-common-kernel/dynaflex-ii-go/documents/developers-manuals/programmers-manual-commands/commands/transactions/resume-transaction.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.
