# Stripe app for Mirakl

Use Stripe on Mirakl-built marketplaces.

*Connect* (Connect is Stripe's solution for multi-party businesses, such as marketplace or software platforms, to route payments between sellers, customers, and other recipients) is the perfect fit for [Mirakl](https://www.mirakl.com/) marketplaces:

- Compatible with all the [payment methods](https://stripe.com/payments/features#payment-options) offered by Stripe.
- Works for B2C and B2B marketplaces.
- Supports multi-seller and hybrid orders.
- Automated *payouts* (A payout is the transfer of funds to an external account, usually a bank account, in the form of a deposit) based on your configuration.

## Overview

The main tasks to set up payments for your marketplace using Mirakl are:

1. [Register](https://dashboard.stripe.com/register) for a Stripe account.

1. Implement the relevant payment methods. Use one of our [existing app](https://docs.stripe.com/use-stripe-apps.md) or [build your own integration](https://docs.stripe.com/payments.md).

1. [Activate Connect](https://dashboard.stripe.com/connect) in your Dashboard. Choose **Platform or marketplace** as your integration type.

1. Configure your [Connect branding settings](https://dashboard.stripe.com/settings/connect/stripe-dashboard/branding).

1. [Configure](https://docs.stripe.com/use-stripe-apps/mirakl/configuration.md) and [install](https://docs.stripe.com/use-stripe-apps/mirakl/install.md) the app on your test environment.

1. Adapt your communication to sellers as described in the [onboarding workflow](https://docs.stripe.com/use-stripe-apps/mirakl/onboarding-sellers.md#communication).

1. Adapt your payments requests as described in the [payment split workflow](https://docs.stripe.com/use-stripe-apps/mirakl/payments.md#payment-validation).

1. Test the following workflows: onboarding, payments, refunds, and payouts.

1. [Activate](https://dashboard.stripe.com/account/onboarding) your Stripe account.

1. Complete your [Platform profile](https://dashboard.stripe.com/connect/profile).

1. Configure and install the app in your live environment.

1. Go live.

The workflows the app supports don’t require any manual intervention or operational supervision. If an operation fails, the [alerting job](https://docs.stripe.com/use-stripe-apps/mirakl/reference.md#alerting) sends you an email.

## See also

- [Onboarding sellers](https://docs.stripe.com/use-stripe-apps/mirakl/onboarding-sellers.md)
- [Payments and payouts](https://docs.stripe.com/use-stripe-apps/mirakl/payments.md)
