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

# レポート

> 残高を照合し、すべての手数料を確認し、任意の日付範囲のpayments、adjustments、payouts、balance ledgerをCSVまたはXLSXとしてエクスポートします。

## はじめに

**レポート**では、資金移動を追跡し、エクスポートを作成できます。
**Settings → Reports**に移動します。

このページは3つのパートで構成されています。

<CardGroup cols={3}>
  <Card title="Track Money Movement" icon="scale-balanced" href="#track-money-movement">
    画面上で残高と手数料を説明する2つのライブビュー。
  </Card>

  <Card title="Download Reports" icon="file-csv" href="#download-reports">
    日付範囲を指定し、CSVまたはXLSXとして作成する4種類のエクスポート。
  </Card>

  <Card title="Generated Reports" icon="clock-rotate-left" href="#generated-reports">
    以前に作成したすべてのレポートを、再度ダウンロードできます。
  </Card>
</CardGroup>

<Frame caption="Settings → Reports: live views, custom exports, and your report history">
  <img src="https://mintcdn.com/dodopayments/wcp2oXUYABdJitHh/images/reports/reports-hub.png?fit=max&auto=format&n=wcp2oXUYABdJitHh&q=85&s=5ca9b31a0a29106dba531c8e1c5a7f9d" alt="The Reports tab in Settings, showing Track Money Movement, Download Reports, and Generated Reports" style={{ maxHeight: '500px', width: 'auto' }} width="1400" height="700" data-path="images/reports/reports-hub.png" />
</Frame>

<Note>
  レポートは**Test Mode**と**Live Mode**の両方で利用でき、それぞれ該当するモードのデータのみを読み取ります。レポートを作成する前に、サイドバーでモードを切り替えてください。
</Note>

***

## 資金移動の追跡

画面上で確認でき、ダウンロードが不要な2つのビューがあります。どちらも日付範囲を指定でき、同じビューをファイルとして保存する**Export**ボタンがあります。

### Balance and Payout Summary

このビューでは、期間中の残高を照合します。3つのブロックがあります。

<Frame caption="Balance and Payout Summary: starting balance, activity breakdown, and payout detail">
  <img src="https://mintcdn.com/dodopayments/wcp2oXUYABdJitHh/images/reports/balance-and-payout-summary.png?fit=max&auto=format&n=wcp2oXUYABdJitHh&q=85&s=5b0cfd57bb38fde17a0978bdb6fb56e1" alt="Balance and Payout Summary showing the Balance Summary block and the Balance Change from Activity block" style={{ maxHeight: '500px', width: 'auto' }} width="1120" height="798" data-path="images/reports/balance-and-payout-summary.png" />
</Frame>

**Balance Summary**には、期間の開始から終了までが表示されます。

| 行               | 意味                        |
| --------------- | ------------------------- |
| 開始残高            | 期間開始時点の残高。                |
| アクティビティによる純残高変動 | payoutを除く、期間中に発生したすべての変動。 |
| 合計payout        | payoutとして出金された金額。         |
| 終了残高            | 開始残高 + アクティビティ − payout。  |

**Balance Change from Activity**では、中央の行を構成要素に分けて表示します。

| 行             | 含まれるもの                                                                                                                          |
| ------------- | ------------------------------------------------------------------------------------------------------------------------------- |
| 受け取ったpayments | 成功したpayments。                                                                                                                   |
| 発行したrefunds   | refundsとrefund feesから、それぞれのreversalを差し引いたもの。                                                                                    |
| 失ったdisputes   | disputesとdispute feesから、dispute reversalを差し引いたもの。                                                                               |
| 控除されたfees     | payment fees、payout fees、dunning fees、payment retry fees、BYOP fees、abandoned cart recovery fees、Ethoca feesから、reversalを差し引いたもの。 |
| 控除されたtax      | taxからtax reversalを差し引いたもの。                                                                                                      |
| その他の移動        | Dodo Credits、手動調整、通貨換算。                                                                                                         |
| 純残高変動         | 上記の行の合計。                                                                                                                        |

<Note>
  **Other movements**には、上記の名前付きの行に該当しない項目が含まれます。**Dodo Credits**（Dodo Paymentsが残高に適用するcredits）、**manual adjustments**（チームが登録した修正）、**currency conversion**（残高を通貨間で換算した際に記録される差額）です。
</Note>

**Payout Reconciliation**には、期間中の各payoutが1行ずつ表示され、総額、各控除額、支払われた純額を確認できます。

<Frame caption="Payout Reconciliation: one row per payout, gross to net">
  <img src="https://mintcdn.com/dodopayments/wcp2oXUYABdJitHh/images/reports/payout-reconciliation.png?fit=max&auto=format&n=wcp2oXUYABdJitHh&q=85&s=a6c50e1b10b010deae1cb020c1afa179" alt="Payout Reconciliation section listing each payout with its gross amount, deductions, and net paid out" style={{ maxHeight: '500px', width: 'auto' }} width="1120" height="790" data-path="images/reports/payout-reconciliation.png" />
</Frame>

<Tip>
  payoutは、その締め日までに未請求のすべてのledger entryを対象とします。期間中のpaymentsだけが対象になるわけではありません。そのため、Dodo Creditsとadjustmentsがpayoutの一部に充当される場合があり、それらは**Other**に表示されます。
</Tip>

### すべてのFees

期間中に残高から徴収されたすべてのfeeを、合計とtransactionごとの内訳で表示します。

<Frame caption="All Fees: a total, then every fee itemized by transaction">
  <img src="https://mintcdn.com/dodopayments/wcp2oXUYABdJitHh/images/reports/all-fees.png?fit=max&auto=format&n=wcp2oXUYABdJitHh&q=85&s=bae2394ff27670737555d6237e792462" alt="All Fees page showing the Fee Summary total and the Fee Breakdown by Transaction section" style={{ maxHeight: '500px', width: 'auto' }} width="1120" height="426" data-path="images/reports/all-fees.png" />
</Frame>

***

## レポートのダウンロード

4種類のレポートで、任意の日付範囲のファイルを作成できます。各レポートを開くとパネルが表示され、期間、形式、レポートのfiltersを選択できます。

すべてのレポートは**CSV**または**XLSX**としてエクスポートできます。

| レポート                             | 含まれる内容                                       |
| -------------------------------- | -------------------------------------------- |
| **Transactions Report**          | 処理されたすべてのpaymentと、各transactionのstatus。       |
| **Adjustments Report**           | refundsとdisputesをまとめたもの。すべての残高控除を1つのファイルに収録。 |
| **Payout Report**                | payoutの概要と、payout期間ごとの完全なfee内訳。              |
| **Ledger Reconciliation Report** | 残高ledgerを移動ごとに1行で表示し、bank statementと照合できます。  |

### Transactions Report

<Frame caption="Create a Transactions Report">
  <img src="https://mintcdn.com/dodopayments/wcp2oXUYABdJitHh/images/reports/transactions-report-modal.png?fit=max&auto=format&n=wcp2oXUYABdJitHh&q=85&s=11c1cae00fcd638dd6e38098f3c91def" alt="Create a Transactions Report panel with time period, format, payment method, and payment status filters" style={{ maxHeight: '500px', width: 'auto' }} width="390" height="786" data-path="images/reports/transactions-report-modal.png" />
</Frame>

* **Payment Method** — Card、UPI、Wallet、Bank Transfer、Bank Redirect、Pay Later、Crypto、Bank Debit。すべてのmethodを対象にするには**All**を選択します。
* **Payment Status** — Succeeded、Failed、Pending。

### Adjustments Report

<Frame caption="Create an Adjustment Report">
  <img src="https://mintcdn.com/dodopayments/wcp2oXUYABdJitHh/images/reports/adjustments-report-modal.png?fit=max&auto=format&n=wcp2oXUYABdJitHh&q=85&s=ab43d59e062dd154f6d190cfb733f75b" alt="Create an Adjustment Report panel with adjustment type, payment method, refund status, and dispute status filters" style={{ maxHeight: '500px', width: 'auto' }} width="390" height="786" data-path="images/reports/adjustments-report-modal.png" />
</Frame>

* **Adjustment Type** — All、Refunds、Disputes。
* **Payment Method** — 上記と同じ8種類のmethod。
* **Refund Status** — Succeeded、Failed、Pending。
* **Dispute Status** — Opened、Challenged、Accepted、Lost、Won、Cancelled、Expired。

### Payout Report

期間と形式を選択します。このレポートに他のfilterは必要ありません。

<Frame caption="Create a Payout Report">
  <img src="https://mintcdn.com/dodopayments/wcp2oXUYABdJitHh/images/reports/payout-report-modal.png?fit=max&auto=format&n=wcp2oXUYABdJitHh&q=85&s=ffbf9e7d57956c0172ecbad5460afab8" alt="Create a Payout Report panel with time period and format options" style={{ maxHeight: '500px', width: 'auto' }} width="390" height="786" data-path="images/reports/payout-report-modal.png" />
</Frame>

### Ledger Reconciliation Report

このレポートには2つのモードがあります。**Reconciliation by**でどちらかを選択します。

<Frame caption="Create a Ledger Reconciliation Report, by period">
  <img src="https://mintcdn.com/dodopayments/wcp2oXUYABdJitHh/images/reports/ledger-report-modal.png?fit=max&auto=format&n=wcp2oXUYABdJitHh&q=85&s=1a7eee33cfbb2115ec66236bf670bd70" alt="Create a Ledger Reconciliation Report panel set to Period, showing the event type filter list" style={{ maxHeight: '500px', width: 'auto' }} width="390" height="786" data-path="images/reports/ledger-report-modal.png" />
</Frame>

**Period**では、日付範囲内のすべてのledger movementをエクスポートします。

**Payout ID**では、1つのpayoutのmovementをエクスポートします。payout reference（例: `pyt_kxncrebha`）を入力すると、そのpayoutでsettleされた正確な行を取得できます。

<Frame caption="Look up one payout by its reference ID">
  <img src="https://mintcdn.com/dodopayments/wcp2oXUYABdJitHh/images/reports/ledger-report-by-payout-id.png?fit=max&auto=format&n=wcp2oXUYABdJitHh&q=85&s=48f49419884ae9d949ed7ad5425bb30e" alt="The same panel set to Payout ID, showing the field that takes a payout reference" style={{ maxHeight: '500px', width: 'auto' }} width="390" height="786" data-path="images/reports/ledger-report-by-payout-id.png" />
</Frame>

<Note>
  存在しないpayout IDを指定するとエラーが返されます。空のファイルは返されません。
</Note>

**Event Types**では、balance movementの種類で行をfilterします。すべてのtypeを残すには**All**を選択するか、次から選択します。

| グループ     | Options                                                                          |
| -------- | -------------------------------------------------------------------------------- |
| 入金       | Payment、Dodo Credits、Adjustment、Currency Conversion                              |
| Payouts  | Payout、Payout Reversal、Payout Fees、Payout Fees Reversal                          |
| Refunds  | Refund、Refund Reversal、Refund Fees、Refund Fees Reversal                          |
| Disputes | Dispute、Dispute Fees、Dispute Reversal                                            |
| Fees     | Payment Fees、Payment Retry Fee、Dunning Fees、Abandoned Cart Recovery Fee、BYOP Fee |
| Tax      | Tax、Tax Reversal                                                                 |

すべてのtypeにreversalがあるわけではありません。reversalがあるのはPayout、Payout Fees、Refund、Refund Fees、Dispute、Taxのみです。

<Tip>
  「このpayoutには何が含まれていたか」を確認するには**Payout ID**モードを使用します。bank statementを1行ずつ照合するには、**All** event typesを指定した**Period**を使用します。
</Tip>

***

## レポートの作成とダウンロード

<Steps>
  <Step title="Open the report">
    **Settings → Reports**に移動し、必要なレポートを選択します。
  </Step>

  <Step title="Choose the period">
    日付範囲を選択します。この範囲内のデータのみがファイルに含まれます。
  </Step>

  <Step title="Choose the format and filters">
    **CSV**または**XLSX**を選択し、そのレポートのfiltersを設定します。
  </Step>

  <Step title="Download">
    **Download Report**を選択します。ファイルがダウンロードされ、レポートが**Generated Reports**に追加されます。
  </Step>
</Steps>

ファイル名にはレポートと日付範囲が含まれるため、開かなくてもダウンロードを識別できます。例: `dodo_ledger_2026-06-01_to_2026-06-30.csv`。

<Note>
  CSVエクスポートはUTF-8 byte order markから始まるため、Excelでアクセント付き文字や非ラテン文字のscriptが正しく開かれます。
</Note>

### 行数制限

1回のエクスポートには上限があるため、長い期間を分割する必要が生じる場合があります。

| レポート                  | CSV      | XLSX     |
| --------------------- | -------- | -------- |
| Ledger Reconciliation | 500,000行 | 100,000行 |
| その他のすべてのレポート          | 100,000行 | 50,000行  |

日付範囲が上限を超えると、メッセージとともにエクスポートが拒否されます。範囲を狭めるかfilterを追加して、もう一度作成してください。

<Tip>
  長い期間にはCSVを選択してください。CSVの行数制限のほうが高く設定されています。
</Tip>

***

## Generated Reports

作成したすべてのレポートが記録されるため、再作成せずに再度ダウンロードできます。

| 列            | 意味                          |
| ------------ | --------------------------- |
| Report       | レポートのtype。                  |
| Date Range   | レポートが対象とする期間。               |
| Format       | CSVまたはXLSX。                 |
| Rows         | ファイルに含まれる行数。                |
| Generated by | 作成したteam member。            |
| Created At   | 作成日時。                       |
| Status       | **Completed**または**Failed**。 |

ダウンロードlinkは短時間のみ有効です。保存されたファイルの有効期限が切れている場合、Dodo Paymentsは同じparametersから再作成し、その行をregeneratedとして記録します。

<Warning>
  再作成されたレポートは、元のレポートと異なる場合があります。日付範囲の基礎となるデータは変化し続けるため、最初の作成後に記録されたrefundやdisputeが再作成時には含まれます。数値を作成時点のまま保持する必要がある場合は、ダウンロードしたファイルを保存してください。
</Warning>

***

## 必要なレポートの選び方

| 質問                          | レポート                                  |
| --------------------------- | ------------------------------------- |
| 残高がこの金額になる理由は？              | Balance and Payout Summary            |
| このpayoutには何が含まれていたか？        | **Payout ID**によるLedger Reconciliation |
| 支払ったfeeは？                   | All Fees                              |
| accountant向けにすべてのpaymentが必要 | Transactions Report                   |
| refundsとdisputesにかかった金額は？   | Adjustments Report                    |
| bank statementと照合したい        | **Period**によるLedger Reconciliation    |

***

## ベストプラクティス

<Tip>
  * まず**Balance and Payout Summary**で照合します。数値の説明が必要な場合のみ、詳細なレポートをダウンロードします。
  * 長い期間には**CSV**をエクスポートし、ファイルを手作業で扱う場合のみ**XLSX**を使用します。
  * ダウンロードしたファイルを保存します。再作成したファイルが一致するとは限りません。
  * 日付範囲を広げる前にfilterを設定します。filterを使うと、エクスポートを行数制限以内に収めやすくなります。
</Tip>

<Warning>
  数値に誤りがあるように見える場合は、まず日付範囲とfiltersを確認してください。それでも解決しない場合は、レポートのtypeと期間を添えて<a href="mailto:support@dodopayments.com">[support@dodopayments.com](mailto:support@dodopayments.com)</a>までお問い合わせください。
</Warning>

## 次のステップ

<CardGroup cols={2}>
  <Card title="Dashboard Analytics" icon="chart-line" href="/features/analytics-and-reporting">
    revenue、customers、retention、transaction healthを追跡します。
  </Card>

  <Card title="Account Summary & Payout Wallet" icon="wallet" href="/features/account-summary-payout-wallet">
    earnings、deductions、payout cyclesを確認します。
  </Card>

  <Card title="Payout Structure" icon="money-bill-transfer" href="/features/payouts/payout-structure">
    payoutがいつ、どのようにbank accountへ到着するかを確認します。
  </Card>

  <Card title="Refunds" icon="rotate-left" href="/features/transactions/refunds">
    refundを開始し、監視します。
  </Card>
</CardGroup>
