PracticePanther · Schema

BankAccount

JSON Schema for the PracticePanther BankAccount resource

LegalLaw Practice ManagementCase ManagementBillingTrust AccountingTime TrackingLegal Tech

Properties

Name Type Description
guid string
name string
description string
type string
isDefault boolean
isArchived boolean
tenantId integer
tenant object
createdDate string
lastModifiedDate string
openingBalance number
quickbooksId string
quickbooksIsDepositToUndepositedFunds boolean
isPrintDepositSlips boolean If checked, we will add all cash and check payments to these accounts to the deposit slip queue
xeroId string
lawPayAchAccountName string
lawPayAchAccountId string
lawPayMerchantAccountName string
lawPayMerchantAccountId string
headNoteId string
status string
currencyCode string
accountNumber string
routingNumber string
swiftCode string
accountHolder string
institution string
domicileBranch string
createdBy object
lastModifiedBy object
payments array
firmPayments array
isDeleted boolean
isEnabled boolean
isDirty boolean
lastReconciledDate string
trustbooksOnboardingStep integer
View JSON Schema on GitHub

JSON Schema

practicepanther-bankaccount-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/practicepanther/main/json-schema/practicepanther-bankaccount-schema.json",
  "title": "BankAccount",
  "description": "JSON Schema for the PracticePanther BankAccount resource",
  "type": "object",
  "properties": {
    "guid": {
      "type": "string",
      "format": "uuid"
    },
    "name": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "type": {
      "type": "string",
      "enum": [
        "Operating",
        "Trust",
        "CreditCard"
      ]
    },
    "isDefault": {
      "type": "boolean"
    },
    "isArchived": {
      "type": "boolean"
    },
    "tenantId": {
      "type": "integer",
      "format": "int64"
    },
    "tenant": {
      "$ref": "#/$defs/Tenant"
    },
    "createdDate": {
      "type": "string",
      "format": "date-time"
    },
    "lastModifiedDate": {
      "type": "string",
      "format": "date-time"
    },
    "openingBalance": {
      "type": "number",
      "format": "double"
    },
    "quickbooksId": {
      "type": "string"
    },
    "quickbooksIsDepositToUndepositedFunds": {
      "type": "boolean"
    },
    "isPrintDepositSlips": {
      "type": "boolean",
      "description": "If checked, we will add all cash and check payments to these accounts to the deposit slip queue"
    },
    "xeroId": {
      "type": "string",
      "format": "uuid"
    },
    "lawPayAchAccountName": {
      "type": "string"
    },
    "lawPayAchAccountId": {
      "type": "string"
    },
    "lawPayMerchantAccountName": {
      "type": "string"
    },
    "lawPayMerchantAccountId": {
      "type": "string"
    },
    "headNoteId": {
      "type": "string"
    },
    "status": {
      "type": "string",
      "enum": [
        "Created",
        "Failed",
        "Success",
        "Archived"
      ]
    },
    "currencyCode": {
      "type": "string"
    },
    "accountNumber": {
      "type": "string"
    },
    "routingNumber": {
      "type": "string"
    },
    "swiftCode": {
      "type": "string"
    },
    "accountHolder": {
      "type": "string"
    },
    "institution": {
      "type": "string"
    },
    "domicileBranch": {
      "type": "string"
    },
    "createdBy": {
      "$ref": "#/$defs/User"
    },
    "lastModifiedBy": {
      "$ref": "#/$defs/User"
    },
    "payments": {
      "type": "array",
      "items": {
        "$ref": "#/$defs/Payment"
      }
    },
    "firmPayments": {
      "type": "array",
      "items": {
        "$ref": "#/$defs/FirmPayment"
      }
    },
    "isDeleted": {
      "type": "boolean"
    },
    "isEnabled": {
      "type": "boolean"
    },
    "isDirty": {
      "type": "boolean"
    },
    "lastReconciledDate": {
      "type": "string",
      "format": "date-time"
    },
    "trustbooksOnboardingStep": {
      "type": "integer",
      "format": "int32"
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/practicepanther-bankaccount"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.