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

# BusinessOwnerVerificationType

> How the owner will be verified during KYB (returned by `getBusiness`).

**Enum**

How the owner will be verified during KYB (returned by `getBusiness`).

* SSN: identity verified via SSN.
* DOCUMENTS: identity verified via uploaded documents.
* INVITE: owner will complete verification via invite flow.
* NONE: no additional verification required at this time.

## Values

<ResponseField name="SSN" type="enum value">
  *No description provided in the schema yet.*
</ResponseField>

<ResponseField name="DOCUMENTS" type="enum value">
  *No description provided in the schema yet.*
</ResponseField>

<ResponseField name="INVITE" type="enum value">
  *No description provided in the schema yet.*
</ResponseField>

<ResponseField name="NONE" type="enum value">
  *No description provided in the schema yet.*
</ResponseField>
