Merge · Example Payload

Accounting Api Invoice Example

IntegrationPlatformUnified-APIAgent HandlerLLM Gateway

Accounting Api Invoice Example is an example object payload from Merge, with 18 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idremote_idtypecontactnumberissue_datedue_datepaid_on_datememocurrencytotal_discountsub_totaltotal_tax_amounttotal_amountbalancestatusline_itemsremote_was_deleted

Example Payload

Raw ↑
{
  "id": "9871b4a9-f5d2-4f3b-a66b-dfedbed42c46",
  "remote_id": "INV-2026-001",
  "type": "ACCOUNTS_RECEIVABLE",
  "contact": "c28b6a1e-5c57-45d9-a1b5-87e70f98ab27",
  "number": "INV-0001",
  "issue_date": "2026-03-01T00:00:00Z",
  "due_date": "2026-03-31T00:00:00Z",
  "paid_on_date": null,
  "memo": "Consulting services for Q1 2026",
  "currency": "USD",
  "total_discount": 0,
  "sub_total": 1000.00,
  "total_tax_amount": 80.00,
  "total_amount": 1080.00,
  "balance": 1080.00,
  "status": "SUBMITTED",
  "line_items": [
    {
      "id": "b1c2d3e4-f5a6-7890-1234-567890abcdef",
      "description": "Consulting services",
      "unit_price": 200.00,
      "quantity": 5,
      "total_amount": 1000.00,
      "account": "a1b2c3d4-5678-9012-3456-789012345678",
      "item": "f1e2d3c4-b5a6-7890-1234-567890abcdef"
    }
  ],
  "remote_was_deleted": false
}

Work with this as data

Every example 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 examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example 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 example
curl "https://apis.io/api/v1/examples/accounting-api-invoice-example"
All examples
curl "https://apis.io/api/v1/examples?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.