> For the complete documentation index, see [llms.txt](https://docs.xplorpay.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.xplorpay.com/merchant-portal/guides/virtual-terminal/transaction-search/processing-pending-transactions.md).

# Processing Pending Transactions

To process a pending transaction:

{% stepper %}
{% step %}
Go to **Virtual Terminal** > **Transaction Search**.

The **Transaction Search** page opens.
{% endstep %}

{% step %}
Click the chevron-down icon next to the **Adv. Filters** to view the advance filter options.

The advance filter options open including the **Transaction Type** dropdown box.
{% endstep %}

{% step %}
Click the **Transaction Type** dropdown box.

The dropdown list will expand, displaying the following transaction type options.

* All
* Sale
* Auth
* Refund
* Capture
* Pending Auth
* Forced Sale
  {% endstep %}

{% step %}
Select the **Pending Auth** option.
{% endstep %}

{% step %}
Click the Search button.

The Transaction Search page displays a list of pending transactions with the **Capture** dropdown box in the first column.
{% endstep %}

{% step %}
Click the **Capture** dropdown box for a transaction row.

The Capture a Transaction form opens with the following fields:

<table><thead><tr><th width="210">Field Name</th><th width="330">Description</th><th>Editable?</th></tr></thead><tbody><tr><td>THE CURRENT AUTHORIZED AMOUNT</td><td>This field displays the amount authorized for the transaction.</td><td>Not Editable</td></tr><tr><td>AMOUNT</td><td>Enter the amount to adjust the authorized amount. This field allows you to enter the amount in decimals.</td><td>Editable</td></tr><tr><td>COMMENTS</td><td>Enter the comments for the transaction.</td><td>Editable</td></tr><tr><td>QUEST TXT ID</td><td>This field displays transaction ID generated from the Virtual Terminal.</td><td>Not Editable</td></tr><tr><td>TXT DATE</td><td>This field displays the transaction date in the YYYY-DD-MM HH:MM:SS format.</td><td>Not Editable</td></tr><tr><td>TYPE</td><td>This field displays the transaction type.</td><td>Not Editable</td></tr><tr><td>STATUS</td><td>This field displays the transaction status.</td><td>Not Editable</td></tr><tr><td>CARD # LAST 4</td><td>This field displays the last four digits of the card if the transaction was processed with a credit card.</td><td>Not Editable</td></tr><tr><td>CARD TYPE</td><td>This field displays the card type.</td><td>Not Editable</td></tr><tr><td>AMOUNT</td><td>This field displays the transaction amount in decimal format.</td><td>Not Editable</td></tr><tr><td>TOTAL</td><td>This field displays the transaction total in decimal format.</td><td>Not Editable</td></tr><tr><td>BATCH</td><td>This field displays the transaction batch.</td><td>Not Editable</td></tr><tr><td>ENTRY METHOD</td><td>This field displays the transaction entry method.</td><td>Not Editable</td></tr><tr><td>APPROVAL CODE</td><td>This field displays the transaction authorization code.</td><td>Not Editable</td></tr><tr><td>SOFTWARE TYPE</td><td>This field displays the software type used for the transaction.</td><td>Not Editable</td></tr><tr><td>AVS RESULT</td><td>This field displays the address verification system message.</td><td>Not Editable</td></tr><tr><td>MID</td><td>This field displays the Merchant ID.</td><td>Not Editable</td></tr><tr><td>TERMINAL ID</td><td>This field displays the Terminal ID.</td><td>Not Editable</td></tr><tr><td>DISPLAY MESSAGE</td><td>This field displays the message of the transaction.</td><td>Not Editable</td></tr><tr><td>PENDING</td><td><p>This field displays the following Boolean value for the pending status of the transaction.</p><ul><li><strong>true</strong>: When the transaction is pending.</li><li><strong>false</strong>: When the transaction is not pending.</li></ul></td><td>Not Editable</td></tr></tbody></table>
{% endstep %}

{% step %}
Click the **Capture** button to process the pending transaction.
{% endstep %}
{% endstepper %}


---

# 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://docs.xplorpay.com/merchant-portal/guides/virtual-terminal/transaction-search/processing-pending-transactions.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.
