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

# account/client-accounts/individual

`POST /account/client-accounts/individual`

Use this endpoint to create a new individual client account. If Flinks, Plaid or Mx credentials are provided, we will fetch all personal and bank account details from those providers.

## 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
  - `Status` string — The status of the newly created client account.
  - `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.
  - `VerifcationLink` string — A link to verify the newly created client account if applicable.

---

[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)
