---
title: "Create Account (Banking Connectivity)"
method: POST
path: "/banking/accounts"
tags: ["Accounts (Banking Connectivity)"]
---

# Create Account (Banking Connectivity)

`POST /banking/accounts`

## Headers

- `x-idempotency-key` string, required

## Request body

- object
  - `account_id` string, required — The unique identifier of the merchant's Yuno account. Found on the [Yuno dashboard](https://dashboard.y.uno/) (UUID, 36 characters).
  - `onboarding_id` string, required — The `id` of a successful onboarding obtained from [Create Entity Onboarding](/reference/create-entity-onboarding). The onboarding must have `status: SUCCEEDED`.
  - `account_type` 'CHECKING' | 'SAVINGS' | 'INVESTMENT', required — The type of bank account to create.
  - `currency` string, required — The currency for the account ([ISO 4217](https://en.wikipedia.org/wiki/ISO_4217), 3 characters). Supported values depend on the provider region: `USD` (US), `GBP` (UK), `AUD` (Australia), `EUR` (EU).

## Response `200`

## Other responses

- `201` — Created
- `400` — Bad Request
- `404` — Not Found

---

[API](https://skmtc.net/y/apis/ai-caller.md) · [All operations](https://skmtc.net/y/apis/ai-caller/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/y/ai-caller/versions/05b629819b49/schema)
