---
title: "Confirm Selection of Transactions to Reconcile"
method: POST
path: "/coa/api/v2/reconciliation/{id}/transactions/confirm"
tags: ["Bank Reconciliation"]
---

# Confirm Selection of Transactions to Reconcile

`POST /coa/api/v2/reconciliation/{id}/transactions/confirm`

Confirm the selection of GL transactions for reconciliation. Pass selected transaction IDs in the request body. Selected transactions are marked as RECONCILED; deselected transactions have their status as suggested matches to this reconciliation report cleared.

## Path parameters

- `id` integer, required

## Request body

- ConfirmTransactionSelectionRequest
  - `selected` integer[], required — List of GL transaction IDs to mark as reconciled
  - `selected_statements` integer[] — Statement transaction IDs to auto-match to GL selections by amount

## Response `204`

No response body

## Other responses

- `404`

---

[API](https://skmtc.net/campfire/apis/campfire-developer-apis.md) · [All operations](https://skmtc.net/campfire/apis/campfire-developer-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/campfire/campfire-developer-apis/revisions/6945ebc3180e/schema)
