---
title: "Create a tax wrapper for ISA account"
method: POST
path: "/isa/wrappers"
tags: ["Tax Wrappers"]
---

# Create a tax wrapper for ISA account

`POST /isa/wrappers`

Creates a tax wrapper for ISA account.

## Headers

- `idempotency-key` string, uuid, required

## Request body

- object
  - `account_group_id` string, uuid, required — The ID of the account group to which the tax wrapper belongs.
  - `type` 'STOCKS_AND_SHARES_ISA', required — Types of the ISA tax wrapper
  - `is_flexible` boolean, required — True if ISA is flexible.

## Response `200`

ISA tax wrapper created.

- object
  - `id` string, uuid, required — Tax wrapper unique identifier.
  - `created_at` string, date-time, required — The date and time the tax wrapper was created.
  - `updated_at` string, date-time, required — The date and time the tax wrapper was last updated.
  - `account_group_id` string, uuid, required — Account group unique identifier.
  - `is_flexible` boolean, required — True if tax wrapper is flexible.
  - `status` 'NEW' | 'ACTIVE' | 'INACTIVE' | 'CLOSED', required — Status of the tax wrapper * NEW - The tax wrapper is newly created and not yet active due to pending checks. * ACTIVE - The tax wrapper is currently active and in use. * INACTIVE - The tax wrapper is not currently active. New subscriptions not allowed. * CLOSED - The tax wrapper has been closed and is no longer available.
  - `type` 'STOCKS_AND_SHARES_ISA', required — Types of the ISA tax wrapper

## Other responses

- `400` — Bad Request. The incoming request had a malformed parameter/object.
- `401` — Unauthorized. The caller has not been authenticated.
- `403` — Forbidden. The caller has been authenticated but is not allowed to take the requested action.
- `404` — Not Found. The requested resource could not be found.
- `406` — Not Acceptable. The resource does not have a current representation that would be acceptable to the user agent. "Accept" header defined unsupported value.
- `429` — Too Many Requests. The caller has exceeded their quota for the time period and has been throttled.
- `500` — Internal Server Error. The service encountered an unexpected error.
- `503` — Service Unavailable. The service handling for this request cannot be reached at this time.
- `504` — Gateway Timeout. The service gateway has reached its internal timeout.

---

[API](https://skmtc.net/upvest/apis/upvest-investment-api.md) · [All operations](https://skmtc.net/upvest/apis/upvest-investment-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/upvest/upvest-investment-api/revisions/2c6bc192bc09/schema)
