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

# Transactions

> The complete log of every payment event across your account.

The Transactions page is the full log of every payment event on your account, every charge attempt, regardless of outcome. Unlike the Payments page which shows successful payments only, Transactions shows the complete picture.

<Frame>
  <img src="https://mintcdn.com/suby/_fV0GYGZi549cAiY/images/transact.png?fit=max&auto=format&n=_fV0GYGZi549cAiY&q=85&s=4c2f1e2ebd5bbf3c1ec30a30fadce80e" alt="Transact" width="1724" height="830" data-path="images/transact.png" />
</Frame>

## Transaction Statuses

| Status      | What it means                                         |
| ----------- | ----------------------------------------------------- |
| `succeeded` | Payment was processed successfully                    |
| `pending`   | Payment initiated but not yet confirmed               |
| `expired`   | Checkout session opened but payment was not completed |
| `failed`    | Payment attempt was declined or failed                |
| `refunded`  | Payment was successfully refunded                     |

## What You Can Do

<CardGroup cols={2}>
  <Card title="View Details" icon="magnifying-glass">
    Click any transaction to see the full breakdown, amount, fees, customer, product, payment method, and timestamp.
  </Card>

  <Card title="Issue a Refund" icon="rotate-left">
    Refund any transaction with status `succeeded` directly from this page.
  </Card>

  <Card title="Filter" icon="filter">
    Narrow down by status (succeeded, pending, expired, failed, refunded) or by date range.
  </Card>

  <Card title="Export" icon="download">
    Download your full transaction log as CSV for accounting, reconciliation, or tax records.
  </Card>
</CardGroup>

## Exporting Transactions

<Steps>
  <Step title="Go to Transactions">
    Navigate to **Transactions** in your dashboard.
  </Step>

  <Step title="Apply filters">
    Filter by status and period as needed.
  </Step>

  <Step title="Export">
    Click **Export** and download your CSV.
  </Step>
</Steps>

<Note>
  The export includes all transaction details matching your current filter selection, useful for accounting, reconciliation, or tax records.
</Note>

## Transactions vs. Payments

<CardGroup cols={2}>
  <Card title="Payments" icon="chart-line">
    Successful charges only, the revenue view of your account. Use this for revenue tracking.
  </Card>

  <Card title="Transactions" icon="list">
    Every event including failed attempts, expired sessions, and refunds, the complete operational log. Use this for debugging, reconciliation, and support.
  </Card>
</CardGroup>
