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

# 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

---

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