---
title: "account/client-accounts/standard"
method: POST
path: "/account/client-accounts/standard"
tags: ["Client Account Creation Endpoints"]
---

# account/client-accounts/standard

`POST /account/client-accounts/standard`

Use this endpoint to create a new standard client account. If Flinks, Plaid or Mx credentials are provided, we will fetch all personal and bank account details from those providers. Otherwise, must provide either FirstName/LastName or BusinessName

## Response `200`

- object
  - `Success` boolean — True if the request was successful, false if it failed
  - `ErrorMessage` string — Contains a description of the error if the request failed
  - `ClientAccountID` string — This ID should be saved as it is required in order to perform other actions using the client account such as creating new transactions.

---

[API](https://skmtc.net/vopay/apis/accounts.md) · [All operations](https://skmtc.net/vopay/apis/accounts/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vopay/accounts/revisions/7033bd231ec7/schema)
