> ## Documentation Index
> Fetch the complete documentation index at: https://docs-embeddedfinance.embedly.ng/llms.txt
> Use this file to discover all available pages before exploring further.

# Create Customer

> This api enables you create individual customers directly under you as an organization

# Create Customer

<ParamField body="orgId" type="string" required>
  **Example:** "3fa85f64-5717-4562-b3fc-2c963f66afa6"
</ParamField>

<ParamField body="firstName" type="string" required>
  **Example:** `John`
</ParamField>

<ParamField body="lastName" type="string" required>
  **Example:** `mark`
</ParamField>

<ParamField body="phoneNumber" type="string" required />

<ParamField body="gender" type="string" required />

<ParamField body="email" type="string" required>
  The business email. **Example:** [user@example.com](mailto:user@example.com)
</ParamField>

<ParamField body="dob" type="string" required>
  date of birth in `YYYY-MM-DD` format. **Example:** `2025-03-21`
</ParamField>

<ParamField body="nin" type="string" required />

<ParamField body="bvn" type="string" required />

<ParamField body="country" type="string" required />

<ParamField body="state" type="string" required />

<ParamField body="lga" type="string" required />

<ParamField body="streetAddress" type="string" required />

<ParamField body="transactionPin" type="string" required />

<ResponseExample>
  ```json theme={null}
  {}
  ```
</ResponseExample>
