---
title: "Create managed account"
method: POST
path: "/users/{user_guid}/managed_members/{member_guid}/accounts"
tags: ["managed data"]
---

# Create managed account

`POST /users/{user_guid}/managed_members/{member_guid}/accounts`

Use this endpoint to create a partner-managed account.

## Path parameters

- `member_guid` string, required
- `user_guid` string, required

## Request body

- ManagedAccountCreateRequestBody
  - `account` ManagedAccountCreateRequest
    - `account_number` string
    - `apr` number
    - `apy` number
    - `available_balance` number
    - `available_credit` number
    - `balance` number, required
    - `cash_surrender_value` number
    - `credit_limit` number
    - `currency_code` string
    - `day_payment_is_due` integer
    - `death_benefit` integer
    - `id` string, required
    - `interest_rate` number
    - `is_closed` boolean
    - `is_hidden` boolean
    - `last_payment` number
    - `last_payment_at` string
    - `loan_amount` number
    - `matures_on` string
    - `metadata` string
    - `minimum_balance` number
    - `minimum_payment` number
    - `name` string, required
    - `nickname` string
    - `original_balance` number
    - `payment_due_at` string
    - `payoff_balance` number
    - `routing_number` string
    - `started_on` string
    - `subtype` string
    - `type` string, required

## Response `200`

OK

## Changes

> 50 revisions in range; 1 not diffed.

- **2025-11-05** `e74cd2b059b5` — 2 breaking, 3 info
  - the request property `account/id` became required
  - removed the success response with the status `202`
  - api tag `managed data` added
  - api tag `mx_platform` removed
  - …1 more
- **2025-06-24** `22b9fde3dcdb` — 2 breaking
  - the `account/premium_amount` response's property type/format changed from `string`/`` to `number`/`` for status `202`
  - the `account/property_type` response's property type/format changed from `integer`/`` to `string`/`` for status `202`
- **2025-06-24** `17f94e3a8ecb` — 2 breaking, 64 info
  - the `account/premium_amount` response's property type/format changed from `number`/`` to `string`/`` for status `202`
  - the `account/property_type` response's property type/format changed from `string`/`` to `integer`/`` for status `202`
  - added the optional property `account/account_number_set_by` to the response with the `202` status
  - added the optional property `account/apr_set_by` to the response with the `202` status
  - …62 more
- **2024-10-25** `eb1c54a91424` — 1 info
  - added the optional property `account/federal_insurance_status` to the response with the `202` status
- **2024-08-13** `3b78d3606307` — 1 info
  - added the optional property `account/statement_balance` to the response with the `202` status

[Full history](https://skmtc.dev/mx/apis/mx-platform-api/changes/users/:user_guid/managed_members/:member_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/b6632646ee89/schema)
