---
title: "POST /accounts/legal-entity/{id}/profiles/{profileId}/wallets"
method: POST
path: "/accounts/legal-entity/{id}/profiles/{profileId}/wallets"
tags: ["accounts"]
---

# POST /accounts/legal-entity/{id}/profiles/{profileId}/wallets

`POST /accounts/legal-entity/{id}/profiles/{profileId}/wallets`

Add a wallet to an existing profile that has already been accepted

## Path parameters

- `id` string, required
- `profileId` string, required

## Request body

- CreateLegalEntityWalletRequest
  - `walletId` string, required
  - `project` Project
    - `projectType` string, required
    - `weddingRelation` string, required
    - `beneficiaryFirstName` string, required
    - `beneficiaryLastName` string, required
    - `beneficiaryBirthDate` string, required
    - `description` string, required
    - `website` string, required

## Response `201`

- CreateWalletResponse
  - `id` string, required
  - `WalletStatus` 'CREATED' | 'UNDER_ANALYSIS' | 'CLOSED' | 'BLOCKED', required
  - `internalId` number

---

[API](https://skmtc.net/lemonway/apis/account-onboarding-management-api.md) · [All operations](https://skmtc.net/lemonway/apis/account-onboarding-management-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lemonway/account-onboarding-management-api/revisions/73309fe68e2d/schema)
