---
title: "Create customer account"
method: POST
path: "/api/v1/partner/accounts"
tags: ["Partner API"]
---

# Create customer account

`POST /api/v1/partner/accounts`

Creates a new customer sub-account under your partner account. VoBiz
emails the customer their login credentials and (separately) a KYC link
via the kyc-sessions endpoint.

## Request body

- object
  - `name` string, required — Customer's full name.
  - `email` string, email, required — Customer's email. KYC link is sent here.
  - `phone` string, required — E.164 format.
  - `password` string, required — Min 8 chars, must include a number and a special character.
  - `company` string — Legal company or business name.
  - `country` string, required — ISO 2-letter country code.

## Response `201`

Customer account created

---

[API](https://skmtc.dev/vobiz/apis/vobiz-api.md) · [All operations](https://skmtc.dev/vobiz/apis/vobiz-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/vobiz/vobiz-api/revisions/863f08cd6737/schema)
