# Create account **POST /accounts** Create a new currency account for a user ## Servers - Sandbox - Banking Operations: https://bank.bank.place (Sandbox - Banking Operations) - Sandbox - Authentication: https://auth.bank.place (Sandbox - Authentication) ## Authentication methods - Bearer auth ## Parameters ### Headers - **Workspace-ID** (integer) The workspace ID - to identify the sub-user ### Body: application/json (object) - **alias** (string) Optional account alias/nickname - **productID** (integer) Product ID from /products endpoint ## Responses ### 200 Account created successfully #### Body: application/json (object) - **alias** (string) Account nickname - **code** (string) Core Banking System account code - **createdAt** (string) Creation timestamp - **edges** (object) - **id** (integer) Account ID - **name** (string) Account holder name - **status** (string) Account status (enabled/disabled) - **type** (string) Account type (e.g., CACC) - **updatedAt** (string) Last update timestamp ### 400 Invalid request or user not KYC completed #### Body: application/json (object) - **errorCode** (string) Error code - **message** (string) Error message ### 401 Unauthorized #### Body: application/json (object) - **errorCode** (string) Error code - **message** (string) Error message [Powered by Bump.sh](https://bump.sh)