---
title: "Create a new account"
method: POST
path: "/createAccount"
tags: ["Customers", "Accounts"]
---

# Create a new account

`POST /createAccount`

## Query parameters

- `customerId` integer, required
- `newAccountType` integer, required
- `fromAccountId` integer, required

## Response `200`

successful operation

- Account
  - `id` integer
  - `customerId` integer
  - `balance` number
  - `type` 'CHECKING' | 'SAVINGS' | 'LOAN'

---

[API](https://skmtc.net/parasoft/apis/the-parabank-services-proxy-rest-api.md) · [All operations](https://skmtc.net/parasoft/apis/the-parabank-services-proxy-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/parasoft/the-parabank-services-proxy-rest-api/versions/dde8a8455a0b/schema)
