Apideck · Schema

Balance by Transaction

IntegrationUnified-API

Properties

Name Type Description
transaction_id string Unique identifier for the transaction.
transaction_date string Date of the transaction.
transaction_type string Type of the transaction.
due_date string Due date of the transaction.
original_amount number Original amount of the transaction.
outstanding_balance number Outstanding balance of the transaction.
transaction_number string Transaction number of the transaction.
View JSON Schema on GitHub

JSON Schema

apideck-balancebytransaction-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/BalanceByTransaction",
  "title": "Balance by Transaction",
  "type": "object",
  "x-apideck-schema-id": "BalanceByTransaction",
  "additionalProperties": false,
  "x-apideck-weights": {
    "transaction_id": "critical",
    "transaction_date": "high",
    "transaction_type": "high",
    "transaction_number": "medium",
    "due_date": "high",
    "original_amount": "high",
    "outstanding_balance": "critical"
  },
  "properties": {
    "transaction_id": {
      "type": "string",
      "title": "Transaction ID",
      "description": "Unique identifier for the transaction.",
      "example": "INV-1001",
      "nullable": false
    },
    "transaction_date": {
      "type": "string",
      "format": "date",
      "title": "Transaction Date",
      "description": "Date of the transaction.",
      "example": "2024-01-15",
      "nullable": false
    },
    "transaction_type": {
      "type": "string",
      "title": "Transaction Type",
      "description": "Type of the transaction.",
      "example": "invoice",
      "x-apideck-enum-id": "balances_by_transactions.transaction_type",
      "enum": [
        "invoice",
        "credit_note",
        "bill",
        "payment",
        "bill_payment"
      ],
      "nullable": false
    },
    "due_date": {
      "type": "string",
      "format": "date",
      "title": "Due Date",
      "description": "Due date of the transaction.",
      "example": "2024-02-15",
      "nullable": false
    },
    "original_amount": {
      "type": "number",
      "title": "Original Amount",
      "description": "Original amount of the transaction.",
      "example": 1000,
      "nullable": false
    },
    "outstanding_balance": {
      "type": "number",
      "title": "Outstanding Balance",
      "description": "Outstanding balance of the transaction.",
      "example": 800,
      "nullable": false
    },
    "transaction_number": {
      "type": "string",
      "title": "Transaction Number",
      "description": "Transaction number of the transaction.",
      "example": "INV-1001",
      "nullable": false
    }
  }
}

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/apideck-balancebytransaction"
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.