---
updatedAt: 2026-03-18T15:15:03.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.

# Revolving credit - Statements

This table lists the endpoints or other sources for statements and the events they generate. For information on setting up event notifications, see the [Data and reporting overview](https://developers.pismo.io/pismo-docs/docs/data-reporting-overview).

<Table align={["left","left"]}>
  <thead>
    <tr>
      <th style={{ textAlign: "left" }}>
        Endpoint/Trigger
      </th>

      <th style={{ textAlign: "left" }}>
        Event
      </th>
    </tr>
  </thead>

  <tbody>
    <tr>
      <td style={{ textAlign: "left" }}>
        [Cancel installments advance](https://developers.pismo.io/pismo-docs/reference/cancelinstallmentsadvancev2)
      </td>

      <td style={{ textAlign: "left" }}>
        [Installment advanced](https://developers.pismo.io/events/docs/balance-installment-advancement-1)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [Create installment advance](https://developers.pismo.io/pismo-docs/reference/installmentadvancedv2)
      </td>

      <td style={{ textAlign: "left" }}>
        [Installment advanced](https://developers.pismo.io/events/docs/balance-installment-advancement-1)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [Create payment agreement](https://developers.pismo.io/pismo-docs/reference/installmentpaymentsv4)
      </td>

      <td style={{ textAlign: "left" }}>
        [Installment payment processed](https://developers.pismo.io/events/docs/balance-installment-payment-processed-1)\
        Issued when the credit transaction for a statement refinancing/installment is created.
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        Statement cycle closing
      </td>

      <td style={{ textAlign: "left" }}>
        [Statement cycle closed](https://developers.pismo.io/events/docs/statements-cycle-closing-1)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        Statement cycle opening
      </td>

      <td style={{ textAlign: "left" }}>
        [Statement cycle opened](https://developers.pismo.io/events/docs/statements-cycle-opening-1)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        Statement cycle due date
      </td>

      <td style={{ textAlign: "left" }}>
        [Statement cycle real due date reached](https://developers.pismo.io/events/docs/statements-cycle-due-date-1)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        Accrual generated
      </td>

      <td style={{ textAlign: "left" }}>
        [Accrual created](https://developers.pismo.io/events/docs/balance-accrual-data-1)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        Account accrual status change
      </td>

      <td style={{ textAlign: "left" }}>
        [Accrual status changed](https://developers.pismo.io/events/docs/balance-accrual-status-1)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        Credit transaction
      </td>

      <td style={{ textAlign: "left" }}>
        [Credit transaction used for discharge](https://developers.pismo.io/events/docs/balance-discharge-1)
      </td>
    </tr>
  </tbody>
</Table>