---
title: "Create an Account under a specific Customer on this Platform."
method: POST
path: "/customers/{customerIdentifier}/accounts"
tags: ["1. Customers"]
---

# Create an Account under a specific Customer on this Platform.

`POST /customers/{customerIdentifier}/accounts`

## Path parameters

- `customerIdentifier` string, required

## Request body

- CreateAccountCriteria
  - `accountIdentifier` string, required — A unique identifier for this account. Must be between 5-100 characters and accepts the following: -0-9a-zA-Z in any sequence.
  - `displayName` string, required — A friendly name for this account.
  - `contactEmail` string, required — An email address for a designated representative for this account.
  - `currencyCode` 'AUD' | 'CAD' | 'EUR' | 'GBP' | 'USD' | 'MXN' | 'SGD' | 'PLN' — The currency this account will accept for deposits/withdraws. Only one currency can be specified, and can never be changed. Default to USD if not specified.
  - `fundingNotification` FundingNotificationCriteria[] — optional, send funding notification emails to the following address(es)
    - `emailAddress` string — optional, email address to send funding notifications to for this account.

## Response `201`

Created

- CreateAccountCriteria
  - `accountIdentifier` string, required — A unique identifier for this account. Must be between 5-100 characters and accepts the following: -0-9a-zA-Z in any sequence.
  - `displayName` string, required — A friendly name for this account.
  - `contactEmail` string, required — An email address for a designated representative for this account.
  - `currencyCode` 'AUD' | 'CAD' | 'EUR' | 'GBP' | 'USD' | 'MXN' | 'SGD' | 'PLN' — The currency this account will accept for deposits/withdraws. Only one currency can be specified, and can never be changed. Default to USD if not specified.
  - `fundingNotification` FundingNotificationCriteria[] — optional, send funding notification emails to the following address(es)
    - `emailAddress` string — optional, email address to send funding notifications to for this account.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `409` — Conflict; Duplicate Exists
- `500` — Internal Server Error
- `503` — Service Unavailable

---

[API](https://skmtc.net/tangocard/apis/tango-api.md) · [All operations](https://skmtc.net/tangocard/apis/tango-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tangocard/tango-api/revisions/324ad9683921/schema)
