---
title: "Changes to Create a new account"
method: POST
path: "/accounts"
---

# Changes to Create a new account

`POST /accounts`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 3 of 6 revisions.

- **2021-04-12** `64ebf1d3c93a` — 3 breaking, 7 info
- **2021-04-02** `07d9e291a60f` — 1 warning
- **2021-03-02** `118633303045` — 1 breaking, 9 warning, 1 info

## Changes

- **2021-04-12** `64ebf1d3c93a` — 3 breaking, 7 info
  - added the new required request property `kyc_data/payload_version`
  - added the new required request property `kyc_data/type`
  - the `kyc_data` request property type/format changed from `string`/`` to `object`/``
  - added the new optional request property `kyc_data/address`
  - added the new optional request property `kyc_data/dob`
  - added the new optional request property `kyc_data/given_name`
  - added the new optional request property `kyc_data/legal_entity_name`
  - added the new optional request property `kyc_data/national_id`
  - added the new optional request property `kyc_data/place_of_birth`
  - added the new optional request property `kyc_data/surname`
- **2021-04-02** `07d9e291a60f` — 1 warning
  - removed the optional property `kyc_data` from the response with the `201` status
- **2021-03-02** `118633303045` — 1 breaking, 9 warning, 1 info
  - the `kyc_data` request property type/format changed from `object`/`` to `string`/``
  - removed the request property `kyc_data/address`
  - removed the request property `kyc_data/dob`
  - removed the request property `kyc_data/given_name`
  - removed the request property `kyc_data/legal_entity_name`
  - removed the request property `kyc_data/national_id`
  - removed the request property `kyc_data/payload_version`
  - removed the request property `kyc_data/place_of_birth`
  - removed the request property `kyc_data/surname`
  - removed the request property `kyc_data/type`
  - added the optional property `kyc_data` to the response with the `201` status

---

[Operation](https://skmtc.dev/diem/apis/mini-wallet-api-specification/docs/accounts/post.md) · [API](https://skmtc.dev/diem/apis/mini-wallet-api-specification.md) · [Page](https://skmtc.dev/diem/apis/mini-wallet-api-specification/changes/accounts/post)
