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

# Ledger Report

The ledger report summarises all the debits and credits that have happened in your account for the selected time period.

## Generate ledger report

Follow these steps to generate and download a ledger report:

1. Log in to the [Merchant Dashboard](https://merchant.cashfree.com/auth/login).
2. Navigate to **Payment Gateway** > **Reports** > **Download Reports**.
3. Click the **Generate New Report** button.
4. Configure your report settings:
   * **Report Type**: Select **Ledger** from the dropdown.
   * **Date Range**: Choose the time period for the report.
   * **File Format**: Select CSV or XLSX.
   * **File Name**: Modify if needed, this is optional.
5. Click **Generate Report**.
6. Once generated, click the **three dots (⋮)** next to your report.
7. Click **Download Report** to save the file.
8. Click **Share Report** to share the report via email or mobile number and set the validity period.
   <img src="https://mintcdn.com/cashfreepayments-d00050e9/euJkol3JhfPEmhH0/static/partners/embedded/reports/new-reports-flow.gif?s=8b1b4a5c8d5cafddb00ef64c8e984a0d" alt="" width="1920" height="1080" data-path="static/partners/embedded/reports/new-reports-flow.gif" />

## Ledger report specification

The following table describes the parameters available in the ledger report:

| Parameter       | Sample value        | Flag     | Description                                                                                                                                                                          |
| --------------- | ------------------- | -------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| Ledger ID       | 130872636           | id       | Unique identifier assigned by Cashfree to each ledger entry.                                                                                                                         |
| Sale Type       | DEBIT               | enum     | Indicates whether this ledger entry decreases or increases your balance. Possible values include: **DEBIT** - amount deducted from balance and **CREDIT** - amount added to balance. |
| Event           | REFUND              | enum     | The type of event that generated this ledger entry. The common values are: **REFUND**, **FUND\_SWEEP**, **SETTLEMENT\_COMPUTE**, **CORRECTION\_CREDIT**.                             |
| Amount          | 3.00                | amount   | The monetary value of this ledger transaction. This amount is either added to or subtracted from your balance based on the **Sale Type** (CREDIT or DEBIT).                          |
| Event ID        | 98307625            | id       | The identifier for the underlying event associated with this ledger entry. For example, for **REFUND** events this corresponds to the Refund ID.                                     |
| Added On        | 2025-10-31 15:49:41 | datetime | Date and time at which this ledger entry was recorded in the ledger.                                                                                                                 |
| Closing Balance | -17.52              | amount   | Ledger balance immediately after applying this entry. Reading the report in sequence allows you to follow how your balance evolves over time.                                        |

<div class="hidden" data-table-of-contents="bottom">
  <p class="mt-4 font-medium flex items-center gap-2 related-docs-heading">
    <svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true" class="w-4 h-4">
      <path d="M3 4h7a2 2 0 0 1 2 2v13a2 2 0 0 0-2-2H3z" />

      <path d="M21 4h-7a2 2 0 0 0-2 2v13a2 2 0 0 1 2-2h7z" />
    </svg>

    <span>Related Topics</span>
  </p>

  <ul>
    <li><a href="/docs/partners/embedded/reports/reports">Embedded Payments Reports Overview</a></li>
    <li><a href="/docs/partners/embedded/reports/settlement-recon-reports">Settlement Recon Reports</a></li>
    <li><a href="/docs/partners/embedded/reports/settlement-reports">Settlement Reports</a></li>
    <li><a href="/docs/partners/embedded/dashboard">Embedded Payments Dashboard</a></li>
  </ul>
</div>
