> ## 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.

# RegisterBusinessResponse

> Response from business registration.

**Object**

Response from business registration.
On success: returns accountId and kybStatus.
On error: returns success: false and error information.

## Fields

<ResponseField name="accountId" type="UUID">
  The account ID of the newly created business (present on success).
</ResponseField>

<ResponseField name="kybStatus" type="String">
  The KYB status of the business (present on success).
</ResponseField>

<ResponseField name="success" type="Boolean">
  Indicates if the registration was successful (present on error).
</ResponseField>

<ResponseField name="error" type="ErrorInfo">
  Error information if registration failed (present on error).
</ResponseField>
