---
title: "Create manual account"
method: POST
path: "/users/{user_guid}/accounts"
tags: ["mx_platform"]
---

# Create manual account

`POST /users/{user_guid}/accounts`

This endpoint can only be used to create manual accounts. Creating a manual account will automatically create it under the Manual Institution member. Since a manual account has no credentials tied to the member, the account will never aggregate or include data from a data feed.

## Path parameters

- `user_guid` string, required

## Request body

- AccountCreateRequestBody
  - `account` AccountCreateRequest
    - `account_subtype` string
    - `account_type` string, required
    - `apr` number
    - `apy` number
    - `available_balance` number
    - `balance` number
    - `cash_surrender_value` number
    - `credit_limit` number
    - `currency_code` string
    - `death_benefit` integer
    - `interest_rate` number
    - `is_business` boolean
    - `is_closed` boolean
    - `is_hidden` boolean
    - `loan_amount` number
    - `metadata` string
    - `name` string, required
    - `nickname` string
    - `original_balance` number
    - `property_type` string
    - `skip_webhook` boolean

## Response `200`

OK

## Changes

> 29 revisions in range; 1 not diffed.

- **2024-08-13** `3b78d3606307` — 1 info
  - added the optional property `account/statement_balance` to the response with the `200` status
- **2024-07-11** `4ff1043cdf6f` — 1 info
  - added the optional property `account/total_account_value_ugl` to the response with the `200` status
- **2024-05-07** `bcb952b55c19` — 3 breaking, 3 warning, 1 info
  - the `account/account_type` request property type/format changed from `integer`/`` to `string`/``
  - the `account/property_type` request property type/format changed from `integer`/`` to `string`/``
  - the `account/property_type` response's property type/format changed from `integer`/`` to `string`/`` for status `200`
  - removed the request property `account/account_subtype_name`
  - …3 more
- **2024-02-13** `54a571c1c7b6` — 3 breaking, 3 warning, 1 info
  - the `account/account_type` request property type/format changed from `integer`/`` to `string`/``
  - the `account/property_type` request property type/format changed from `integer`/`` to `string`/``
  - the `account/property_type` response's property type/format changed from `integer`/`` to `string`/`` for status `200`
  - removed the request property `account/account_subtype_name`
  - …3 more
- …earlier changes not shown

[Full history](https://skmtc.dev/mx/apis/mx-platform-api/changes/users/:user_guid/accounts/post.md)

---

[API](https://skmtc.dev/mx/apis/mx-platform-api.md) · [All operations](https://skmtc.dev/mx/apis/mx-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/mx/mx-platform-api/revisions/bd74a0a2d8a9/schema)
