# Transactions

The transactions page offers details about transactions of your merchants' stores. The search text field is available under the Transactions heading to filter the transactions listing based on customer email, order ID, transaction ID, and transaction hash.

You will be able to see details on the main line, which are:&#x20;

* Shopper - Name and email of the shopper
* Shop - Store name
* Status - Status of the payment
* Order ID
* Date - Date and time of the transaction
* Amount - USD and crypto amount

At a time, a maximum of ten rows are presented to a user with pagination at the bottom of the list.

<figure><img src="/files/iptNwixRe8RX0nlz6kN1" alt=""><figcaption></figcaption></figure>

You also get the option to expand the transaction list to see more details by clicking on the “+” icon. Once you have expanded the transaction list, you will be able to see the following details:

* Transaction ID
* Hash - Transaction hash of the crypto payment
* Amount
* Wallet - Crypto exchange used for payment
* Fee Charged to Merchant by RKFL
* Fee Charged to Merchant by Partner
* Payable to Merchant - Amount that will be settled to the merchant
* Shipping details
* Item details

<figure><img src="/files/Fw3klvwcH8alIHlu1mUY" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: 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:

```
GET https://docs.rocketfuel.inc/user-guide-and-help-videos/partner-user-guide/transactions.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
