Codat · Schema

Banking: Transaction category

The Banking Transaction Categories data type provides a list of hierarchical categories associated with a transaction for greater contextual meaning to transaction activity. Responses are paged, so you should provide `page` and `pageSize` query parameters in your request.

Unified-API
View JSON Schema on GitHub

JSON Schema

codat-bankingtransactioncategory-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/BankingTransactionCategory",
  "title": "Banking: Transaction category",
  "description": "The Banking Transaction Categories data type provides a list of hierarchical categories associated with a transaction for greater contextual meaning to transaction activity.\n\nResponses are paged, so you should provide `page` and `pageSize` query parameters in your request.",
  "type": "object",
  "allOf": [
    {
      "type": "object",
      "description": "Status of the bank transaction category.",
      "properties": {
        "id": {
          "minLength": 1,
          "type": "string",
          "description": "The unique identifier of the bank transaction category."
        },
        "name": {
          "minLength": 1,
          "type": "string",
          "description": "The name of the bank transaction category."
        },
        "parentId": {
          "type": "string",
          "nullable": true,
          "description": "The unique identifier of the parent bank transaction category."
        },
        "hasChildren": {
          "type": "boolean",
          "description": "A Boolean indicating whether there are other bank transaction categories beneath this one in the hierarchy."
        },
        "status": {
          "$ref": "#/components/schemas/BankingTransactionCategory/definitions/transactionCategoryStatus"
        }
      }
    },
    {
      "$ref": "#/components/schemas/CommerceOrder/allOf/3"
    }
  ],
  "required": [
    "id",
    "name"
  ],
  "definitions": {
    "transactionCategoryRef": {
      "type": "object",
      "x-internal": true,
      "description": "An object of bank transaction category reference data.",
      "properties": {
        "id": {
          "minLength": 1,
          "type": "string",
          "description": "The unique category reference id for the bank transaction."
        },
        "name": {
          "type": "string",
          "nullable": true,
          "description": "The category name reference for the bank transaction."
        }
      },
      "required": [
        "id"
      ]
    },
    "transactionCategoryStatus": {
      "type": "string",
      "description": "The status of the transaction category.",
      "x-internal": true,
      "enum": [
        "Unknown",
        "Active",
        "Archived"
      ]
    }
  },
  "examples": [
    {
      "id": "auto-and-transport",
      "name": "Auto & Transport",
      "hasChildren": true,
      "status": "Active",
      "modifiedDate": "2022-05-23T16:32:50",
      "sourceModifiedDate": "2021-04-24T07:59:10"
    }
  ]
}

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/codat-bankingtransactioncategory"
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 form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

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