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

# Transactions

> View and manage all payment transactions across wallet, card, and check methods.

The **Mouvements** (Transactions) section logs all payment activity across every payment method. Use it for bookkeeping, reconciliation, and tracking individual payments.

## Transaction tabs

Select the tab matching the payment method you want to review:

<Tabs>
  <Tab title="Wallet Transactions">
    Shows all Flouci Wallet payments and cash-outs.
  </Tab>

  <Tab title="Card Transactions">
    Displays all Visa and Mastercard transactions.
  </Tab>

  <Tab title="Check Transactions">
    Lists all check-based payments.
  </Tab>
</Tabs>

## Transaction details

Each transaction entry shows:

| Field            | Description                                           |
| ---------------- | ----------------------------------------------------- |
| **Nom**          | Customer or operation name                            |
| **Date / Heure** | Transaction date and time                             |
| **Note**         | Invoice or order reference                            |
| **Statut**       | Payment status                                        |
| **Montant**      | Amount — green (+) for incoming, red (-) for outgoing |

## Filter and export

<Steps>
  <Step title="Search">
    Use **Rechercher…** to find a specific transaction by keyword.
  </Step>

  <Step title="Set date range">
    Define a time window with **Date de début** and **Date de fin**.
  </Step>

  <Step title="Filter by status">
    Use the **Statut** dropdown to isolate paid, pending, or failed transactions.
  </Step>

  <Step title="Export">
    Click **Exporter** to download filtered data as a file for accounting or audit purposes.
  </Step>
</Steps>
