v1

latestOpenAPI 3.1.02026-08-04103211436.0 KB
ReconcilingItems

Update reconciling items in bulk

Updates several reconciling items in a single call, identified by customId, following the same rules as the single item update endpoint. Entries whose customId does not match any existing item, or whose item has already been matched to a transaction, are silently skipped — the call returns 200 for the whole batch.

patch/reconcilingitems/{companyId}

Path parameters

companyIdstring required

Request body

Example request

{
  "data": [
    {
      "amount": 199.9,
      "date": "2024-01-15T00:00:00Z",
      "description": "Stripe order #4821",
      "metadata": {
        "orderId": "ORD-48213"
      },
      "customId": "stripe-order-4821"
    }
  ]
}

Response

Successful Response