---
updatedAt: 2026-08-14T18:44:48.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.

# API endpoints removed

The following table lists API endpoints and when they were removed from Pismo's public documentation. This occurs after the endpoint has been removed from production.

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

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

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

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

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

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

      <td style={{ textAlign: "left" }}>
        Payments and Payment (Pismo account ID)
      </td>

      <td style={{ textAlign: "left" }}>
        Settle float payment

        Post float cash-in (Pismo account ID)
      </td>

      <td style={{ textAlign: "left" }}>
        POST /corporate/v1/corporate-float-cashin/:trackingId\
        POST /corporate/v1/corporate-float-cashin
      </td>

      <td style={{ textAlign: "left" }}>
        8/12/2026
      </td>
    </tr>

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

      <td style={{ textAlign: "left" }}>
        Cards
      </td>

      <td style={{ textAlign: "left" }}>
        Create combo card
      </td>

      <td style={{ textAlign: "left" }}>
        POST /wallet/v1/relationship
      </td>

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

    <tr>
      <td style={{ textAlign: "left" }}>
        Seller Management
      </td>

      <td style={{ textAlign: "left" }}>
        Merchant transactions
      </td>

      <td style={{ textAlign: "left" }}>
        Create merchant transaction

        Create reversal transaction
      </td>

      <td style={{ textAlign: "left" }}>
        POST /merchants/v1/merchants/{'{merchantId}'}/transactions\
        POST /merchants/v1/merchants/{'{merchantId}'}/reversal-transactions
      </td>

      <td style={{ textAlign: "left" }}>
        7/24/2026
      </td>
    </tr>

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

      <td style={{ textAlign: "left" }}>
        Interest-bearing accounts
      </td>

      <td style={{ textAlign: "left" }}>
        Create maturity instruction override

        Update maturity instruction override

        Delete maturity instruction override

        Get maturity instruction override
      </td>

      <td style={{ textAlign: "left" }}>
        POST /v1/deposits/:productId/accounts/:accountId/maturity-instructions/overrides\
        PATCH /v1/deposits/:productId/accounts/:accountId/maturity-instructions/overrides DELETE /v1/deposits/:productId/accounts/:accountId/maturity-instructions/overrides\
        GET /v1/deposits/accounts/:accountId/maturity-instructions/overrides
      </td>

      <td style={{ textAlign: "left" }}>
        7/12/2026
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        Card issuing
      </td>

      <td style={{ textAlign: "left" }}>
        Statements
      </td>

      <td style={{ textAlign: "left" }}>
        List statements
      </td>

      <td style={{ textAlign: "left" }}>
        {'GET /statements/v2/accounts/{accountId}/statements'}
      </td>

      <td style={{ textAlign: "left" }}>
        7/10/26
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        Lending v1
      </td>

      <td style={{ textAlign: "left" }}>
        Create, simulate, manage loans
      </td>

      <td style={{ textAlign: "left" }}>
        Create loan product

        List loan products

        Get loan product

        Simulate loan booking

        Create charge plan

        Create loan booking

        Get loan details

        List loans

        Disburse loan

        Register repayment

        Register simulation for EFS

        Apply EFS simulation

        Simulate prepayment

        Apply prepayment simulation

        Create repayment hierarchy

        List repayment hierarchies

        Create penalty plan

        Get penalty plan

        Cancel loan

        Enable repayment hierarchy

        Disable repayment hierarchy

        Get repayment hierarchy

        Delete repayment hierarchy

        Get loan simulation

        Enable charge plan

        Disable charge plan

        List charge plan

        Get charge plan

        Delete charge plan

        Enable penalty plan

        Disable penalty plan

        List penalty plans

        Delete penalty plan

        Get program configuration

        Update program configuration
      </td>

      <td style={{ textAlign: "left" }}>
        POST /lending/v1/loan-products

        GET /lending/v1/loan-products

        <br />

        {'GET /lending/v1/loan-products/{productId}'}

        POST /lending/v1/simulations

        POST /lending/v1/charge-plans

        POST /lending/v1/loans

        <br />

        {'GET /lending/v1/loans/{loanId}'}

        GET /lending/v1/loans

        <br />

        {'POST /lending/v1/loans/{loanId}/disburse'}

        <br />

        {'POST /lending/v1/loans/{loanId}/repayment'}

        <br />

        {'POST /lending/v1/loans/{loanId}/early-settlement/simulate'}

        <br />

        {'POST /lending/v1/loans/{loanId}/early-settlement/{efsId}/register'}

        <br />

        {'POST /lending/v1/loans/{loanId}/prepayment/simulate'}

        <br />

        {'POST /lending/v1/loans/{loanId}/prepayment/{prepaymentId}/register'}

        <br />POST /lending/v1/repayment-hierarchies

        GET /lending/v1/repayment-hierarchies

        POST /lending/v1/penalty-plans

        GET /lending/v1/penalty-plans

        <br />

        {'DELETE /lending/v1/loans/{loanId}'}

        <br />

        {'PUT /lending/v1/repayment-hierarchies/{code}/enable'}

        <br />

        {'PUT /lending/v1/repayment-hierarchies/{code}/disable'}

        <br />

        {'GET /lending/v1/repayment-hierarchies/{code}'}

        <br />

        <br />

        {'DELETE /lending/v1/repayment-hierarchies/{code}'}

        <br />

        {'GET /lending/v1/simulations/{loanSimulationId}'}

        <br />

        {'PUT /lending/v1/charge-plans/{code}/enable'}

        <br />

        {'PUT /lending/v1/charge-plans/{code}/disable'}

        GET /lending/v1/charge-plans

        <br />

        {'GET /lending/v1/charge-plans/{code}'}

        <br />

        {'DELETE /lending/v1/charge-plans/{code}'}

        <br />

        {'PUT /lending/v1/penalty-plans/{code}/enable'}

        <br />

        {'PUT /lending/v1/penalty-plans/{code}/disable'}

        GET /lending/v1/penalty-plans

        <br />

        {'DELETE /lending/v1/penalty-plans/{code}'}

        <br />

        {'GET /lending/v1/program-configurations/{programId}'}

        <br />

        {'PUT /lending/v1/program-configurations/{programId}'}
      </td>

      <td style={{ textAlign: "left" }}>
        7/1/2026
      </td>
    </tr>

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

      <td style={{ textAlign: "left" }}>
        Core platform
      </td>

      <td style={{ textAlign: "left" }}>
        All endpoints
      </td>

      <td style={{ textAlign: "left" }}>
        POST /crm/customers/\{customerId}/accounts/\{accountId} /crm/\*
      </td>

      <td style={{ textAlign: "left" }}>
        6/26/2026
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        Platform setup
      </td>

      <td style={{ textAlign: "left" }}>
        Programs
      </td>

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

      <td style={{ textAlign: "left" }}>
        GET /v1/programs/\{program\_id}/parameters <br />GET /v1/programs\
        <br />GET /v1/programs/\{program\_id} <br />GET /v1/programs/\{program\_id}/duedates <br />GET /v2/programs/\{program\_id}/duedates
      </td>

      <td style={{ textAlign: "left" }}>
        6/1/2026
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        Platform setup
      </td>

      <td style={{ textAlign: "left" }}>
        Orgs
      </td>

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

      <td style={{ textAlign: "left" }}>
        GET /orgs/v1/programs/\{program\_id}/parameters <br />GET /orgs/v1/programs\
        <br />GET /orgs/v1/programs/\{program\_id} <br />GET /orgs/v1/programs/\{program\_id}/duedates <br />GET /orgs/v2/programs/\{program\_id}/duedates
      </td>

      <td style={{ textAlign: "left" }}>
        6/1/2026
      </td>
    </tr>

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

      <td style={{ textAlign: "left" }}>
        Validation
      </td>

      <td style={{ textAlign: "left" }}>
        Get card validation amount

        <br />
      </td>

      <td style={{ textAlign: "left" }}>
        <br />GET /cardsonfile/v2/cardsonfile/cards/\{uuid}/validations/\{validationid}/amount
      </td>

      <td style={{ textAlign: "left" }}>
        5/12/2026
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        Payment configurations
      </td>

      <td style={{ textAlign: "left" }}>
        Core platform
      </td>

      <td style={{ textAlign: "left" }}>
        Create processing code

        List processing codes

        Update processing code
      </td>

      <td style={{ textAlign: "left" }}>
        POST /payments-config/v1/processing-codes

        GET /payments-config/v1/processing-codes

        PATCH /payments-config/v1/processing-codes
      </td>

      <td style={{ textAlign: "left" }}>
        5/6/2026
      </td>
    </tr>

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

      <td style={{ textAlign: "left" }}>
        Statements
      </td>

      <td style={{ textAlign: "left" }}>
        Get program future calendars
      </td>

      <td style={{ textAlign: "left" }}>
        GET /statements-v2/v1/calendars
      </td>

      <td style={{ textAlign: "left" }}>
        5/4/2026
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        Seller Management - Marketplace
      </td>

      <td style={{ textAlign: "left" }}>
        Marketplace
      </td>

      <td style={{ textAlign: "left" }}>
        Create merchants relationships

        Remove merchant relationship with all branches

        Disable the merchant-branch relationship
      </td>

      <td style={{ textAlign: "left" }}>
        POST marketplaces/\{marketplaceId}/merchants/\{merchantId}/branches

        DELETE marketplaces/\{marketplaceId}/merchants/\{merchantId}/branches

        DELETE\
        marketplaces/\{marketplaceId}/merchants/\{merchantId}/branches/\{merchantBranchId}
      </td>

      <td style={{ textAlign: "left" }}>
        2/11/2026
      </td>
    </tr>

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

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

      <td style={{ textAlign: "left" }}>
        Get AES key

        Create operation block

        List operation blocks

        Revoke operation block
      </td>

      <td style={{ textAlign: "left" }}>
        GET  /corporate/v1/bulk-payments/encryption-keys/\{bulkId}

        POST /corporate/v1/operations-blocks

        GET /corporate/v1/operations-blocks

        DELETE /corporate/v1/operations-blocks/\{operationsBlockId}
      </td>

      <td style={{ textAlign: "left" }}>
        2/20/2026
      </td>
    </tr>

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

      <td style={{ textAlign: "left" }}>
        Bank accounts
      </td>

      <td style={{ textAlign: "left" }}>
        Create Transfer (v1)

        Cancel Transfer (v1)

        Change Account Status (v1)

        Account Cancellation (v1)

        Create Payment Request (v1)

        Create Adjustment (Back Office) (v1)

        Create Transfer (Back Office) (v1)

        Change Account Status (Back Office) (v1)
      </td>

      <td style={{ textAlign: "left" }}>
        POST /bankaccounts-sec/v1/transfers

        POST /bankaccounts-sec/v1/transfers/\{tracking-id}/cancel

        POST /bankaccounts-sec/v1/account-status-change

        POST /bankaccounts-sec/v1/account-cancellation

        POST /bankaccounts-sec/v1/payment-requests

        POST /v1/roles-approve/adjustments

        POST /v1/roles-approve/transfers

        POST /v1/roles-approve/account-status-change
      </td>

      <td style={{ textAlign: "left" }}>
        1/15/26
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        Core platform - Adjustments
      </td>

      <td style={{ textAlign: "left" }}>
        Adjustments
      </td>

      <td style={{ textAlign: "left" }}>
        Create adjustment

        Get reversal types

        Get adjustment types

        Get adjustment
      </td>

      <td style={{ textAlign: "left" }}>
        POST adjustments/v1/adjustments

        GET adjustments/v1/reversals-types

        GET adjustments/v1/types

        GET adjustments/v1/adjustments/\{adjustmentId}
      </td>

      <td style={{ textAlign: "left" }}>
        11/12/2025
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        Core platform - Migrations
      </td>

      <td style={{ textAlign: "left" }}>
        Accounts
      </td>

      <td style={{ textAlign: "left" }}>
        Migrate accounts
      </td>

      <td style={{ textAlign: "left" }}>
        POST migrations/v1/migrations/accounts
      </td>

      <td style={{ textAlign: "left" }}>
        10/17/2025
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        Seller management - Merchants
      </td>

      <td style={{ textAlign: "left" }}>
        Merchants
      </td>

      <td style={{ textAlign: "left" }}>
        List active merchant states

        List active merchant cities

        List active merchant neighborhoods
      </td>

      <td style={{ textAlign: "left" }}>
        GET merchants/v1/locations/states

        GET merchants/v1/locations/cities

        GET merchants/v1/locations/neighborhoods
      </td>

      <td style={{ textAlign: "left" }}>
        10/8/2025
      </td>
    </tr>

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

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

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

      <td style={{ textAlign: "left" }}>
        GET /v2/accounts/\{accountld}/statements <br />GET /v1/accounts/\{accountld}/statements <br />POST /v2/customers/document-number\
        <br />GET /v1/customers/\{customerId}/authorizations <br />PUT /v1/accounts/\{accountld}/duedate <br />GET /v1/accounts/\{accountld}/authorizations
      </td>

      <td style={{ textAlign: "left" }}>
        9/2025
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        Card issuing - Disputes
      </td>

      <td style={{ textAlign: "left" }}>
        ELO fraud
      </td>

      <td style={{ textAlign: "left" }}>
        Create authorization fraud report

        List authorization fraud reports

        Count authorization fraud reports
      </td>

      <td style={{ textAlign: "left" }}>
        POST v1/authorization-fraud-report

        GET v1/authorization-fraud-report

        GET /v1/authorization-fraud-report/count
      </td>

      <td style={{ textAlign: "left" }}>
        8/18/2025
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        Platform setup - Programs
      </td>

      <td style={{ textAlign: "left" }}>
        Programs
      </td>

      <td style={{ textAlign: "left" }}>
        List due dates for all statements
      </td>

      <td style={{ textAlign: "left" }}>
        GET orgs/v2/programs/\{id}/duedates
      </td>

      <td style={{ textAlign: "left" }}>
        7/1/2025
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        Data and reporting - Banking reports
      </td>

      <td style={{ textAlign: "left" }}>
        Reports  Transaction types
      </td>

      <td style={{ textAlign: "left" }}>
        Get account annual fees report

        Get account income report

        Create transaction types

        List transaction types
      </td>

      <td style={{ textAlign: "left" }}>
        GET /banking-reports/v1/accounts/\{accountId}/fees

        GET /banking-reports/v1/accounts/\{accountId}/incomes

        POST /banking-reports/v1/transaction-types

        GET /banking-reports/v1/transaction-types
      </td>

      <td style={{ textAlign: "left" }}>
        6/30/2025
      </td>
    </tr>
  </tbody>
</Table>