Merge · Example Payload

Accounting Api Invoice Example

IntegrationsPlatformUnified 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
}