---
title: "Create account"
method: POST
path: "/v1/accounts"
tags: ["Account"]
---

# Create account

`POST /v1/accounts`

Creates a new customer account (business or individual)

## Request body

- BpDtoCreateAccountRequestV1
  - `type` string
  - `name` string
  - `email` string
  - `country` string
  - `category` string
  - `externalId` string
  - `kycReturnUrl` string

## Response `200`

OK

- BpModelsAccountV1
  - `id` string
  - `type` string
  - `name` string
  - `email` string
  - `country` string
  - `category` string
  - `externalId` string
  - `status` string
  - `statusLog` StatusLogRecord[]
    - `status` string
    - `timestamp` string, date-time
    - `reason` string
    - `code` string
  - `kyc` TransfersModelsV2OwnerKyc
    - `status` 'pending' | 'resubmission_required' | 'passed' | 'failed'
    - `link` string
  - `tos` TransfersModelsV2TosAcceptance
    - `id` string
    - `entityName` string
    - `status` 'accepted' | 'pending'
    - `link` string
    - `documentLinks` TransfersModelsV2LinkSet
      - `tos` string
      - `privacyPolicy` string
    - `acceptedAt` string
    - `token` string

---

[API](https://skmtc.net/due/apis/accounts-api.md) · [All operations](https://skmtc.net/due/apis/accounts-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/due/accounts-api/revisions/26eaea5b64df/schema)
