---
updatedAt: 2026-03-18T15:16:15.000Z
---

Fetch the complete documentation index at: https://developers.pismo.io/pismo-docs/llms.txt. Use this file to discover all available pages before exploring further. Append .md to any documentation page URL to get its markdown version.

# Discharge tracking report files

The Discharge tracking report contains the discharge tracking events from the previous day. The files for this job are saved in your designated cloud storage container in the `reports/discharge_tracking/` subfolder. For more information, refer to [Scheduled reports](https://developers.pismo.io/pismo-docs/docs/scheduled-reports).

* Report frequency: Once daily
* Reporting period: Previous day
* Update type: Incremental

The following table lists the Discharge tracking report fields.

> 📘
>
> Decimal values are rounded to the hundredths.

<HTMLBlock>
  {`
  <table>
      <thead>
          <tr>
              <th>Field</th>
              <th>Data type</th>
              <th>Description</th>
          </tr>
      </thead>
      <tbody>
          <tr>
              <td>Org_ID</td>
              <td>string</td>
              <td>Organization ID</td>
          </tr>
          <tr>
              <td>RefDate</td>
              <td>timestamp</td>
              <td>Date the report file was generated</td>
          </tr>
          <tr>
              <td>Account_ID</td>
              <td>int</td>
              <td>Account ID</td>
          </tr>
          <tr>
              <td>CreditTransaction_ID</td>
              <td>bigint</td>
              <td>Credit transaction ID</td>
          </tr>
          <tr>
              <td>DebitTransaction_ID</td>
              <td>bigint</td>
              <td>Debit transaction ID</td>
          </tr>
          <tr>
              <td>Amount</td>
              <td>double</td>
              <td>Discharge amount</td>
          </tr>
          <tr>
              <td>DischargeDateTime</td>
              <td>timestamp</td>
              <td>Date and time of discharge</td>
          </tr>
          <tr>
              <td>day</td>
              <td>int</td>
              <td>Day</td>
          </tr>
          <tr>
              <td>CreditAuthorizationTrackingId</td>
              <td>int</td>
              <td>Credit authorization tracking ID</td>
          </tr>
          <tr>
              <td>DebitAuthorizationTrackingId</td>
              <td>int</td>
              <td>Debit authorization tracking ID</td>
          </tr>      
      </tbody>
  </table>
  `}
</HTMLBlock>