---
title: "Create a new clearing account"
method: POST
path: "/CheckAccount/Factory/clearingAccount"
tags: ["CheckAccount"]
---

# Create a new clearing account

`POST /CheckAccount/Factory/clearingAccount`

Creates a new clearing account.

## Request body

- CreateClearingAccount
  - `name` string — Name of the check account
  - `accountingNumber` integer, nullable — The booking account used for this clearing account, e.g. 3320 in SKR04 and 1723 in SKR03. Must be unique among all your CheckAccounts. Ask your tax consultant what to choose.

## Response `201`

Created

- object
  - `objects` CreateClearingAccountResponse — CheckAccount model. Showing the properties relevant to clearing accounts.
    - `id` string — The check account id
    - `objectName` string — The check account object name, always 'CheckAccount'
    - `create` string, date-time — Date of check account creation
    - `update` string, date-time — Date of last check account update
    - `sevClient` object — Client to which check account belongs. Will be filled automatically
      - `id` string, required — Unique identifier of the client
      - `objectName` string, required — Model name, which is 'SevClient'
    - `name` string — Name of the check account
    - `type` 'online' | 'offline' — The type of the check account. Clearing accounts are regarded as offline.
    - `currency` string — The currency of the check account.
    - `defaultAccount` '0' | '1' — Defines if this check account is the default account.
    - `status` '0' | '100' — Status of the check account. 0 <-> Archived - 100 <-> Active
    - `accountingNumber` string — The booking account used for this clearing account.

## Other responses

- `400` — Bad request
- `401` — Authentication required
- `422` — Invalid value given
- `500` — Server error

---

[API](https://skmtc.net/sevdesk/apis/sevdesk-api.md) · [All operations](https://skmtc.net/sevdesk/apis/sevdesk-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sevdesk/sevdesk-api/versions/a32cec0fecea/schema)
