Unified.to · Schema

AccountingInvoice

AccountingInvoice schema from Unified.to API

IntegrationUnified-API

Properties

Name Type Description
id string
created_at string
updated_at string
due_at string
paid_at string
refunded_at string
cancelled_at string
posted_at string
total_amount number
paid_amount number
refund_amount number
tax_amount number
discount_amount number
balance_amount number
invoice_number string
reference string
contact_id string
currency string
notes string
refund_reason string
lineitems object
status string
url string
payment_collection_method string
type string
attachments object
send boolean
organization_id string
raw object
View JSON Schema on GitHub

JSON Schema

unified-to-accounting-invoice-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/unified-to/refs/heads/main/json-schema/unified-to-accounting-invoice-schema.json",
  "title": "AccountingInvoice",
  "description": "AccountingInvoice schema from Unified.to API",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "created_at": {
      "type": "string",
      "format": "date-time"
    },
    "updated_at": {
      "type": "string",
      "format": "date-time"
    },
    "due_at": {
      "type": "string",
      "format": "date-time"
    },
    "paid_at": {
      "type": "string",
      "format": "date-time"
    },
    "refunded_at": {
      "type": "string",
      "format": "date-time"
    },
    "cancelled_at": {
      "type": "string",
      "format": "date-time"
    },
    "posted_at": {
      "type": "string",
      "format": "date-time"
    },
    "total_amount": {
      "type": "number"
    },
    "paid_amount": {
      "type": "number"
    },
    "refund_amount": {
      "type": "number"
    },
    "tax_amount": {
      "type": "number"
    },
    "discount_amount": {
      "type": "number"
    },
    "balance_amount": {
      "type": "number"
    },
    "invoice_number": {
      "type": "string"
    },
    "reference": {
      "type": "string"
    },
    "contact_id": {
      "type": "string"
    },
    "currency": {
      "type": "string"
    },
    "notes": {
      "type": "string"
    },
    "refund_reason": {
      "type": "string"
    },
    "lineitems": {
      "$ref": "#/components/schemas/property_AccountingInvoice_lineitems"
    },
    "status": {
      "type": "string",
      "enum": [
        "DRAFT",
        "VOIDED",
        "AUTHORIZED",
        "PAID",
        "PARTIALLY_PAID",
        "PARTIALLY_REFUNDED",
        "REFUNDED",
        "SUBMITTED",
        "DELETED",
        "OVERDUE"
      ],
      "x-speakeasy-unknown-values": "allow"
    },
    "url": {
      "type": "string"
    },
    "payment_collection_method": {
      "type": "string",
      "enum": [
        "send_invoice",
        "charge_automatically"
      ],
      "x-speakeasy-unknown-values": "allow"
    },
    "type": {
      "type": "string",
      "enum": [
        "BILL",
        "INVOICE",
        "CREDITMEMO"
      ],
      "x-speakeasy-unknown-values": "allow"
    },
    "attachments": {
      "$ref": "#/components/schemas/property_AccountingInvoice_attachments"
    },
    "send": {
      "type": "boolean"
    },
    "organization_id": {
      "type": "string"
    },
    "raw": {
      "type": "object",
      "additionalProperties": true
    }
  }
}

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/unified-to-accounting-invoice"
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.