---
title: "Create account holder"
method: POST
path: "/account_holders"
tags: ["Account Holders"]
---

# Create account holder

`POST /account_holders`

Create an account holder. Once created, you can create related accounts (internal or external).

## Request body

- AccountholdersCreateAccountHolder
  - `name` string, required — The name of the account holder.
  - `metadata` object — Additional client data in JSON format. See [Metadata](https://docs.numeral.io/reference/metadata).

## Response `200`

200

- AccountholdersAccountHolder
  - `id` string, uuid, required — The UUID of the account holder.
  - `name` string, required — The name of the account holder
  - `object` string, required — Type of the object, `account_holder`.
  - `created_at` string, date-time, required — The UTC timestamp of the creation of this account holder.
  - `disabled_at` string, date-time — The UTC timestamp of the disabling of this account holder.
  - `metadata` object — Additional client data in JSON format. See [Metadata](https://docs.numeral.io/reference/metadata).

## Other responses

- `400` — Validation error.
- `409` — Conflict.
- `415` — Unsupported Media Type.

---

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