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

# Banking - Integrated payments

This table lists the integrated payments (bank slips) endpoints 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
      </th>

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

  <tbody>
    <tr>
      <td style={{ textAlign: "left" }}>
        [Pay bank slip](https://developers.pismo.io/pismo-docs/reference/post-integrated-payments-api-v1-bankslips-pay)
      </td>

      <td style={{ textAlign: "left" }}>
        [Authorization created](https://developers.pismo.io/events/docs/authorization-authorization-event-1)\
        [Financial bankslips status change](https://developers.pismo.io/events/docs/integrated-payments-bankslip-status-change-1)\
        [Integrated payments financial reconciliation](https://developers.pismo.io/events/docs/integrated-payments-financial-reconciliation-1)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [Cash-out transfer](https://developers.pismo.io/pismo-docs/reference/post-integrated-payments-api-v1-bankslips-cashout)
      </td>

      <td style={{ textAlign: "left" }}>
        [Transfer-out created](https://developers.pismo.io/events/docs/integrated-payments-transfer-out-created-1)\
        [Transfer-in created](https://developers.pismo.io/events/docs/integrated-payments-transfer-in-created-1)\
        [Financial transaction status updated](https://developers.pismo.io/events/docs/integrated-payments-transaction-status-change-1)\
        [Integrated payments financial reconciliation](https://developers.pismo.io/events/docs/integrated-payments-financial-reconciliation-1)
      </td>
    </tr>
  </tbody>
</Table>