> ## Documentation Index
> Fetch the complete documentation index at: https://docs.minestorecms.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

> Learn about the key features of the Transactions module.

## **Introduction**

**Transactions** is a core module that allows you to manage all transactions made on your webstore. You can view detailed information about each transaction, including the **information of the buyer**, **payment method**, **transaction status**, **commands history**, and more.

<Check>
  **Transactions** module allows you to **view detailed information** about each transaction made on your webstore.
</Check>

## Transactions Overview

### Transactions List

The **Transactions** list displays all transactions made on your webstore. You can access the **Transactions** list by navigating to the **Transactions** tab in the **Admin Panel**.

<img className="rounded-md" src="https://mintcdn.com/minestorecms/VtrvDTg9Ae1Jio21/images/features/transactions/transactions-list.png?fit=max&auto=format&n=VtrvDTg9Ae1Jio21&q=85&s=96970744cd311e4b686abb7f98c05a57" alt="Transactions List" width="1573" height="877" data-path="images/features/transactions/transactions-list.png" />

<Warning>
  All **"Pending"** payments getting **automatically removed** after **short period** of time. If you want to keep them, you can change the status to **"Completed"**.
</Warning>

### Transaction Details

You can view detailed information about each transaction by clicking on the transaction in the **Transactions** list. The transaction details page provides information about the buyer, payment gateway, transaction status, payment amount, and more.

<img className="rounded-md" src="https://mintcdn.com/minestorecms/VtrvDTg9Ae1Jio21/images/features/transactions/transaction-feature.png?fit=max&auto=format&n=VtrvDTg9Ae1Jio21&q=85&s=b9504442807438afc4fd32efb86a1eb8" alt="Transaction Details" width="1582" height="887" data-path="images/features/transactions/transaction-feature.png" />

#### **Buyer Information**

* **Transaction ID**: Unique identifier for the transaction.
* **Transaction Status**: Current status of the transaction (e.g., **Pending**, **Completed**, **Error**, **Chargeback**).
* **Payment Gateway**: Payment gateway used for the transaction (e.g., **PayPal**, **Stripe**, **Coinbase**, **MercadoPago** etc.).
* **Transaction Amount (Price)**: Total amount paid by the buyer.
* **Taxes**: Taxes applied to the transaction (if any are set up).
* **Date**: Date and time when the transaction was made.
* **Username**: Username of the buyer.
* **UUID**: Unique identifier for the buyer.
* **IP Address**: IP address of the buyer.
* **Email**: Email address of the buyer.
* **Full Name**: Full name of the buyer.
* **Billing Address**: Billing address of the buyer.

<Warning>
  **Email**, **Full Name**, and **Billing Address** are only available if you have the **"Collecting Data"** module enabled.
</Warning>

<CardGroup cols={1}>
  <Card title={'Enabling Collecting Data During Checkout'} icon={'address-card'} href={'/features/transactions/collecting-data'}>
    Learn how to enable the **Collecting Data** module to collect additional information during checkout.
  </Card>
</CardGroup>

#### **Commands History**

The **Commands History** section displays all commands executed for the transaction. You can view the command name, status, and execution date.

<CardGroup cols={1}>
  <Card title={'Learn More About Commands History'} icon={'rectangle-history'} href={'/features/transactions/collecting-data'}>
    Learn more about the **Commands History** and how to view executed commands for transactions.
  </Card>
</CardGroup>

#### **Referrals**

The **Referrals** section displays information about the referral code used for the transaction. You can view the referrer's name, code, and reward percentage.

<CardGroup cols={1}>
  <Card title={'Learn More About Referrals'} icon={'users'} href={'/features/referral-system'}>
    Learn more about the **Referral System** and how to set up referral codes for your webstore.
  </Card>
</CardGroup>

#### **Packages**

The **Packages** section displays information about the package purchased in the transaction. You can view the package name, price, quantity, and total amount.

#### **Applied Coupons**

The **Applied Coupons** section displays information about the coupons applied to the transaction. You can view the coupon code, discount amount, and total amount after the discount.

#### **Used Gift Cards**

The **Used Gift Cards** section displays information about the gift cards used for the transaction. You can view the gift card code, amount, and total amount after the gift card discount.

#### **Notes**

The **Notes** section allows you to add notes to the transaction. You can add notes to the transaction to keep track of important information.

Only admins can view and add notes to the transaction.
