> For the complete documentation index, see [llms.txt](https://merchant-help.violet.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://merchant-help.violet.io/interacting-with-violet/getting-paid/managing-payout-accounts.md).

# Managing Payout Accounts in the Merchant Dashboard

Once you've successfully connected your store to various apps, you can view and manage your payout accounts in the Merchant Dashboard. Each app connection requires its own dedicated payout account. This ensures clear separation of payments and proper routing of funds for each integration.

## App-Specific Payout Management

The Merchant Dashboard lets you manage payouts for each connected app individually at <https://merchant.violet.io/settings/payouts>. Here you'll find a list of all connected apps with their payout accounts, including prompts to set up accounts for new connections. You can also access payout accounts for previously connected apps, even if they're currently disconnected.

![Payout accounts in the Merchant Dashboard](https://res.cloudinary.com/violet/image/upload/v1749584053/docs/merchant_dashboard/grouped-payout-accounts.png)

## Platform Payment Providers

Many apps use their own Stripe payment platforms, requiring a direct payout account setup through their system. When setting up these accounts, you'll first need to select your banking country. After this initial step, you'll be redirected to Stripe to complete the onboarding process. For more information on setup options, see our guide on [choosing your Stripe account type](/interacting-with-violet/getting-paid/setting-up-a-payout-account.md#choosing-your-stripe-account-type). Once complete, you will have a working Stripe payout account connected to the app's payment platform that can receive payouts.

![Specifying your banking country when setting up a new Stripe Express account](https://res.cloudinary.com/ddhjp8mca/image/upload/v1742331657/mintlify/merchant-dashboard/m-dash-stripe-express-setup.png)

![Specifying your banking country when setting up a new Stripe Standard account](https://res.cloudinary.com/ddhjp8mca/image/upload/v1742331657/mintlify/merchant-dashboard/m-dash-stripe-standard-setup.png)

![Active payout account](https://res.cloudinary.com/violet/image/upload/v1749584053/docs/merchant_dashboard/active-payout-account.png)

## Account Migration Options

If you need to migrate between different types of Stripe accounts, you can do so in the merchant dashboard. For more information, see our guide on [Connecting a new Stripe Account for Payouts](/interacting-with-violet/getting-paid/connecting-new-stripe-accounts.md).


---

# 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://merchant-help.violet.io/interacting-with-violet/getting-paid/managing-payout-accounts.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.
