---
title: "Api Import Bank Rows"
method: POST
path: "/api/bank_rows/import"
tags: ["Bank - Admin"]
---

# Api Import Bank Rows

`POST /api/bank_rows/import`

Import bank movements from an N43 (AEB/CSB 43) statement file.

Movements dated inside a period this account already holds are skipped, so the
dealer's daily rolling export stops duplicating history it has already reconciled.

## Headers

- `x-api-token` string, nullable

## Response `200`

Successful Response

- ImportResult
  - `imported` integer, required
  - `skipped` integer
  - `skipped_existing` integer
  - `covered_until` string, date, nullable
  - `deferred_day` string, date, nullable
  - `deferred_count` integer
  - `statement_id` integer, nullable
  - `statement` StatementSummary
    - `account_ref` string, nullable
    - `currency` string, nullable
    - `date_start` string, date, nullable
    - `date_end` string, date, nullable
    - `opening_balance` string, nullable
    - `closing_balance` string, nullable
    - `declared_debit_count` integer, nullable
    - `declared_debit_total` string, nullable
    - `declared_credit_count` integer, nullable
    - `declared_credit_total` string, nullable
  - `checks` ImportChecks
    - `parsed_debit_count` integer
    - `parsed_debit_total` string
    - `parsed_credit_count` integer
    - `parsed_credit_total` string
    - `computed_closing` string, nullable
    - `counts_match` boolean, nullable
    - `totals_match` boolean, nullable
    - `balance_match` boolean, nullable
  - `warnings` string[]
  - `already_imported` boolean

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/multigest/apis/multigest-protected-api.md) · [All operations](https://skmtc.dev/multigest/apis/multigest-protected-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/multigest/multigest-protected-api/revisions/4b44eb76b3ee/schema)
