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

# Businesses

> Sandbox Experience

## Simulating Business Statuses In Sandbox

To simulate business statuses in sandbox, pass the desired status in the `legal_name` field. You must also pass all other required fields.

After creating the business, the POST API response will always return the business with the `status` of "created". If you simulated a Created outcome, the status will not update and you will not receive any further webhooks.

If you simulated a "verified", "rejected", "restricted", or "closed" status, you will subsequently receive a webhook that maps to the status you simulated.

| **`legal_name`**      | **Results in`status`** |
| --------------------- | ---------------------- |
| `"created business"`  | `"created"`            |
| `"verified business"` | `"verified"`           |
| `"rejected business"` | `"rejected"`           |
| `"closed business"`   | `"closed"`             |

<Tip>
  [Configure webhooks](ref:configure-webhooks) to receive the expected status update events.
</Tip>
