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

# Business Settings

> Organisation profile, webhook endpoint, and public key for ZBX.

Use **Settings → Business** to manage organisation identity and the HTTPS endpoint that receives signed webhook deliveries.

Open:

`https://merchants.zbx.boomfi.xyz/dashboard/settings/merchant`

<img src="https://mintcdn.com/zbx/dSq06TT4ZbzJ3OV5/dashboard/images/settings-merchant-zbx.png?fit=max&auto=format&n=dSq06TT4ZbzJ3OV5&q=85&s=1b5c50dfa4f266dcc9d98abbc9226089" alt="ZBX business settings" width="1440" height="900" data-path="dashboard/images/settings-merchant-zbx.png" />

## Organisation profile

Fields include:

* Legal or display name
* Logo used on hosted checkout where supported
* Support or contact details as shown in the form

Save after each change. Incomplete org details can block downstream products that require KYB.

## Webhook URL

Enter the **HTTPS URL** of your application that will receive `POST` events. ZBX signs each delivery so you can verify authenticity.

* Configuration steps: [Configure Webhooks](/webhooks/setup)
* Signature verification: [Verify Webhook Signatures](/webhooks/verify-signatures)
* Event catalogue: [Event Types](/webhooks/event-types)

<img src="https://mintcdn.com/zbx/dSq06TT4ZbzJ3OV5/dashboard/images/settings-merchant-webhook-zbx.png?fit=max&auto=format&n=dSq06TT4ZbzJ3OV5&q=85&s=41511d89cdee14f30a043f286a7398bd" alt="ZBX business webhook settings" width="1440" height="900" data-path="dashboard/images/settings-merchant-webhook-zbx.png" />

## Webhook public key

The business settings page shows the **webhook public key** used to verify signed deliveries. Header names and verification steps are documented in [Verify Webhook Signatures](/webhooks/verify-signatures).

Rotate by regenerating keys only when your receiver is ready to accept the new public material.

## Next steps

1. [Team and Roles](/dashboard/team)
2. [Payments Settings](/dashboard/payments-settings)
3. [Authentication](/authentication)
