---
title: "Generate account identifier"
method: POST
path: "/accounts/{account_id}/account_identifiers"
tags: ["Minimum"]
---

# Generate account identifier

`POST /accounts/{account_id}/account_identifiers`

## Path parameters

- `account_id` string, required

## Response `201`

A new account identifier is generated.

- AccountIdentifier
  - `account_identifier` string, required — Diem account identifier defined in DIP-5 for receiving payment.

## Other responses

- `400` — Invalid input

---

[API](https://skmtc.net/diem/apis/mini-wallet-api-specification.md) · [All operations](https://skmtc.net/diem/apis/mini-wallet-api-specification/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/diem/mini-wallet-api-specification/revisions/b3821c80b8b2/schema)
