---
title: "Create a QuickBooks account"
method: POST
path: "/money/integrations/quickbooks/accounts"
tags: ["money", "quickbooks"]
---

# Create a QuickBooks account

`POST /money/integrations/quickbooks/accounts`

## Request body

- QuickbooksCreateQuickBooksAccountInput
  - `account_sub_type` string
  - `account_type` string, required
  - `name` string, required

## Response `200`

OK

- QuickbooksQuickBooksAccount
  - `account_sub_type` string
  - `account_type` string
  - `active` boolean
  - `currency_ref` string
  - `id` string
  - `name` string

## Other responses

- `default` — Error response.

---

[API](https://skmtc.net/stablesea/apis/stable-sea-backend.md) · [All operations](https://skmtc.net/stablesea/apis/stable-sea-backend/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/stablesea/stable-sea-backend/revisions/fa1f46a0751c/schema)
