---
updatedAt: 2026-06-29T19:44:43.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.

# Get started with banking  

You can use the Pismo platform to build and operate a full suite of banking products for your customers, including both core banking and transaction banking capabilities. **Core banking** provides the foundational accounts, ledgers, and processes, while **transaction banking** extends these foundations to support complex payments and cash‑management needs for corporate and institutional clients.

Refer to the following table to better understand these concepts and how they relate to typical customer use cases. For a comprehensive overview, refer to [Banking overview](https://developers.pismo.io/pismo-docs/docs/banking-overview).

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

      <th style={{ textAlign: "left" }}>
        Description
      </th>

      <th style={{ textAlign: "left" }}>
        Customers
      </th>

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

  <tbody>
    <tr>
      <td style={{ textAlign: "left" }}>
        Core banking
      </td>

      <td style={{ textAlign: "left" }}>
        The essential systems and processes that financial institutions use to manage customer accounts and transactions, including deposits, withdrawals, payments, loans, and account maintenance.
      </td>

      <td style={{ textAlign: "left" }}>
        Core banking serves all customer types by keeping their accounts and products consistent and up to date.

        Examples include:

        * A retail customer checking their balance
        * A small business receiving card settlements
        * A bank updating credit card statements
      </td>

      <td style={{ textAlign: "left" }}>
        * Opening a new checking account
        * Updating balances after interest accrual
        * Posting a card purchase to an account
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        Transaction banking
      </td>

      <td style={{ textAlign: "left" }}>
        The set of instruments and services that enable corporate and institutional clients to execute and manage day‑to‑day financial transactions, such as payments, cash management, and account‑to‑account operations.

        Core banking provides the underlying accounts and ledgers those transactions post to.

        <br />

        <br />
      </td>

      <td style={{ textAlign: "left" }}>
        Transaction banking typically focuses on large corporate and institutional clients. It helps them manage operational cash flows, liquidity, and risk by extending core banking accounts and ledgers into specialized services.

        Examples include:

        * A treasurer consolidating cash positions across accounts
        * A company using letters of credit for international trade
        * A bank defining calendars and holidays to control when corporate transactions can be executed and settled
      </td>

      <td style={{ textAlign: "left" }}>
        * A bank creating and managing DDAs for corporate clients to hold operational cash
        * A multinational corporation paying suppliers in multiple countries

        <br />
      </td>
    </tr>
  </tbody>
</Table>

The following guides help you get started:

[Get started with core banking](https://developers.pismo.io/pismo-docs/docs/get-started-building-core-banking)

[Get started with transaction banking](https://developers.pismo.io/pismo-docs/docs/get-started-building-transaction-banking)

[Get started with demand deposit accounts (DDAs)](https://developers.pismo.io/pismo-docs/docs/get-started-building-demand-deposit-accounts)

<br />