---
title: "Create account"
method: POST
path: "/api/v1.4/accounts/"
tags: ["v1.1"]
---

# Create account

`POST /api/v1.4/accounts/`

Create a new account with the specified name, or create multiple managed accounts that inherit connections from a reference account.

## Request body

- CreateAccount
  - `id` string, required
  - `name` string, required — Name of the account
  - `payment_methods` unknown[], required — Providers attached to account.
    - unknown
  - `access_token` string, nullable
  - `live_api_key` string, required — Account Live API Key.
  - `test_api_key` string, required — Account Test API Key.
  - `live_public_key` string, required — Account Live Public API Key.
  - `test_public_key` string, required — Account Test Public API Key.
  - `embed_url` string, required — Account embed.
  - `sandbox_secret` string
  - `methods_supported_currencies` object, required — Supported currencies by each provider connected to account.
  - `cash_on_delivery` AccountCOD
    - `is_live` boolean, required
  - `custom_fields` unknown
  - `webhook_url` string, uri
  - `max_active_provider_count` integer
  - `redirect_url_after_connect` string, uri

## Response `200`

- CreateAccount
  - `id` string, required
  - `name` string, required — Name of the account
  - `payment_methods` unknown[], required — Providers attached to account.
    - unknown
  - `access_token` string, nullable
  - `live_api_key` string, required — Account Live API Key.
  - `test_api_key` string, required — Account Test API Key.
  - `live_public_key` string, required — Account Live Public API Key.
  - `test_public_key` string, required — Account Test Public API Key.
  - `embed_url` string, required — Account embed.
  - `sandbox_secret` string
  - `methods_supported_currencies` object, required — Supported currencies by each provider connected to account.
  - `cash_on_delivery` AccountCOD
    - `is_live` boolean, required
  - `custom_fields` unknown
  - `webhook_url` string, uri
  - `max_active_provider_count` integer
  - `redirect_url_after_connect` string, uri

## Other responses

- `201`
- `400`
- `401`

---

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