v1

latestOpenAPI 3.1.02026-08-04103211436.0 KB
ReconcilingItems

Create reconciling items in bulk

Creates several reconciling items in a single call, following the same rules as the single item creation endpoint. Items sharing the same customId within the request are deduplicated and only the first occurrence is processed.

post/reconcilingitems/{companyId}/bulk

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",
      "reconcilingSourceCustomId": "stripe-orders"
    }
  ]
}

Response

Successful Response