> For the complete documentation index, see [llms.txt](https://docs.violet.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.violet.io/prism/payments/setup/live-mode/live-mode-requirements.md).

# Requirements

Before your app can be enabled for Live Mode, the following requirements need to be met:

{% stepper %}
{% step %}
**Configure Your Violet Connect Settings**

Set up your Violet Connect settings to ensure a seamless onboarding experience for merchants.
{% endstep %}

{% step %}
**Configure Your Violet Connect Settings**

Set up your Violet Connect settings to ensure a seamless onboarding experience for merchants.
{% endstep %}

{% step %}
**Onboard Your Payment Account Credentials**

Connect your Stripe account in Live Mode for payment orchestration with Violet by following this guide: [Connect Your Platform Stripe Account](/prism/payments/payment-integrations/supported-providers/stripe/connecting-a-platform-stripe-account.md).
{% endstep %}

{% step %}
**Build and Test Your Marketplace**

Fully integrate and test your marketplace using Violet’s Test Mode API. Ensure all workflows, including merchant onboarding, payments, and order management, are functioning correctly before proceeding.
{% endstep %}

{% step %}
**Schedule a Go-Live Demo with Violet**

Book a session [here](https://cal.com/team/violet/violet-go-live-demo) with the Violet team to demo your application. This step confirms that your integration is ready for Live Mode and provides an opportunity to address any final questions.
{% endstep %}

{% step %}
**Confirm Payment Settings**

Verify and confirm the necessary payment settings for your application with the Violet Team. This includes capture, transfer, and tax-remitter settings. You can learn about these settings [here](/prism/payments/payment-settings/capture-settings.md).
{% endstep %}
{% endstepper %}

That's it! Once Violet has enabled your app for Live Mode, your ready for real marketplace transactions.


---

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

```
GET https://docs.violet.io/prism/payments/setup/live-mode/live-mode-requirements.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
