---
title: "Reconcile invoices with external integration"
method: POST
path: "/invoices/reconcile-with-integration"
tags: ["Invoices"]
---

# Reconcile invoices with external integration

`POST /invoices/reconcile-with-integration`

Reconcile invoice properties between our system and integration

## Headers

- `Authorization` string, required
- `sequence-version` '2024-07-30'

## Request body

- ReconcileInvoicesWithIntegrationEndpointReconcileInvoicesWithIntegrationRequest
  - `integrationService` 'Xero', required
  - `invoiceIds` string[], required — Invoice IDs
  - `propertiesToCompare` ReconcileInvoicesWithIntegrationEndpointPropertyToCompare[], required — Property to compare

## Response `202`

Accepted

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `500` — Internal Server Error

## Changes

- **2026-06-17** `d01512162768` — 1 breaking, 1 warning, 1 info
  - added required request body
  - deleted the `header` request parameter `Sequence-Version`
  - added the new optional `header` request parameter `sequence-version`
- **2026-06-16** `12ab2101be2a` — 1 breaking, 1 warning, 1 info
  - removed the request body
  - deleted the `header` request parameter `sequence-version`
  - added the new optional `header` request parameter `Sequence-Version`
- **2026-06-16** `c5cfe471a2b3` — 1 breaking, 1 warning, 1 info
  - added required request body
  - deleted the `header` request parameter `Sequence-Version`
  - added the new optional `header` request parameter `sequence-version`

[Change history](https://skmtc.dev/sequencehq/apis/sequence/changes/invoices/reconcile-with-integration/post.md)

---

[API](https://skmtc.dev/sequencehq/apis/sequence.md) · [All operations](https://skmtc.dev/sequencehq/apis/sequence/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sequencehq/sequence/revisions/e520d2f95b7b/schema)
