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

# Card Transactions

> View and manage Ramp corporate card transactions including GL coding and connection status for the Ramp integration.

Card Transactions displays the Ramp corporate card connection status and a table of card transactions for GL coding. Route: `/fa/card-transactions`

## Overview

The page renders two components: `RampConnectionCard` (shows the current Ramp integration connection state) and `CardTransactionsTable` (lists imported card transactions). The page header reads "Corporate Card Transactions — Manage Ramp corporate card transactions and GL coding."

## Who it's for

Requires permission: `fa.ramp.view_transactions`

## Before you start

* The Ramp integration must be configured. Contact your administrator if the connection card shows an error state.
* You must hold the `fa.ramp.view_transactions` permission.

## Steps

<Steps>
  <Step title="Navigate to Card Transactions">
    Go to `/fa/card-transactions`.
  </Step>

  <Step title="Check connection status">
    The Ramp Connection Card at the top shows whether the Ramp integration is active.
  </Step>

  <Step title="Review transactions">
    The transactions table lists imported card transactions. Use any available filters to narrow the list.
  </Step>

  <Step title="Apply GL coding">
    Select a transaction and assign GL codes as needed.
  </Step>
</Steps>

## Key concepts

* **`RampConnectionCard`** — Component showing Ramp integration status.
* **`CardTransactionsTable`** — Component listing imported corporate card transactions.

## Related

<Columns cols={2}>
  <Card title="Finance & Revenue" icon="building-columns" href="/fa/overview">
    Finance & Revenue core overview.
  </Card>

  <Card title="Governance & parity" icon="scale-balanced" href="/governance/index" />
</Columns>

<Note>
  This page documents shipped product behavior. It is not medical, legal, or
  billing advice. Verify against your organization's policies and applicable
  regulations before using it for clinical, compliance, or billing decisions.
  Protected health information (PHI) shown in the product is governed by your
  tenant's access controls and is never exposed in this documentation.
</Note>

<Accordion title="Documentation sources">
  * src/routes/fa.tsx
  * src/cores/fa/pages/CardTransactionsPage.tsx
  * src/cores/fa/components/CardTransactionsTable.tsx
  * src/cores/fa/components/RampConnectionCard.tsx
</Accordion>
