> For the complete documentation index, see [llms.txt](https://coindisco.gitbook.io/coindisco/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://coindisco.gitbook.io/coindisco/getting-started/business-onboarding.md).

# Business onboarding

## Business onboarding

Create a Coindisco business account to get access to the dashboard and start testing your integration in sandbox mode.

### What you get first

After sign-up, your account opens in **sandbox mode**.

Sandbox mode lets you test Coindisco without real payments. All transactions are simulated.

You can use sandbox to:

✅ Test and customize the widget\
✅ Make test purchases in sandbox mode\
✅ Monitor transaction activity\
✅ Add your website origin and webhooks\
✅ Manage your team\
✅ Manage notifications

### Step 1: Submit a request

Open the Coindisco business page and click **Get started**.

Enter your email address and continue.

<figure><img src="/files/3qzhWmhpcVjjmN5KHCqA" alt=""><figcaption></figcaption></figure>

### Step 2: Verify your email

Coindisco sends a login code to your email. Copy the code from the email and enter it manually.

<figure><img src="/files/2CMKcjs9gXDJV4mVEgGU" alt=""><figcaption></figcaption></figure>

### Step 3: Enter your project name

After email verification, enter your product or project name.

This name will be used for your workspace in the Coindisco dashboard.

<figure><img src="/files/15Ybds3vbbw6UIVkqAfP" alt=""><figcaption></figcaption></figure>

### Step 4: Open the sandbox dashboard

After you enter your project name, the Coindisco dashboard opens automatically.

New accounts start in **sandbox mode**. This means you can test the integration right away, but production is not active yet.

<figure><img src="/files/ok87oyRooN34DspYHxUR" alt=""><figcaption></figcaption></figure>

### Step 5: What you can do in sandbox

In sandbox mode, you can test the main integration flow before going live.

You can:

✅ Open the sandbox widget\
✅ Copy and integrate the widget link\
✅ Test simulated purchases\
✅ Test your widget or White Label API integration

Sandbox transactions are not real payments.

<figure><img src="/files/Cak3mmZditCLipRNB6oP" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/b2ercDQp6EwNAE0AkO17" alt=""><figcaption></figcaption></figure>

### Step 6: Find your widget settings

Open **Widgets** in the dashboard.

On the widget page, you can:

✅ Copy the widget URL\
✅ Copy the public key\
✅ Add or edit the allowed origin\
✅ Add webhook endpoints

Use the public key and widget URL when testing your integration.

{% hint style="info" %}
When you copy the widget URL from the dashboard, the correct public key is already included in the link. You do not need to add the key manually.
{% endhint %}

<figure><img src="/files/zPfZ7mLhr2IX9Y19HA8u" alt=""><figcaption></figcaption></figure>

### Step 7: Customize and test the widget

Click **Customize widget** to change widget settings.

You can configure:

✅ Operation mode: buy, sell, or buy/sell\
✅ Default crypto asset, fiat currency, payment method\
✅ Networks, providers, etc.\
✅ Widget UI settings

After customization, save changes and test the widget in sandbox mode.

<figure><img src="/files/konM8MPBNinyprgTHtB8" alt=""><figcaption></figcaption></figure>

### Next step: unlock production access

If you are ready to launch with real users, the next step is to unlock production access.

After production access is enabled, you will be able to use production keys, production widget URLs, production webhooks, and real transaction processing.

&#x20;:point\_right: Open the [Production access](https://coindisco.gitbook.io/coindisco/getting-started/production-access)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://coindisco.gitbook.io/coindisco/getting-started/business-onboarding.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
