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

# Connect Stripe billing

> Authorize Stripe in live or test mode so Introw can import customers, subscriptions, and invoices to power partner commissions.

Connecting Stripe lets Introw import your customers, subscriptions, and invoices so commission plans calculate on recognized revenue instead of estimated deal value. This guide covers the connect decision that matters most, live versus test mode, and gets Stripe importing, then points you to mapping the data and linking it to partners so commissions can use it. The integration is import-only: Introw reads billing data and never charges customers or moves money.

## What you'll achieve

A connected Stripe account importing billing data into Introw, ready to map and link to partners so commission plans can pay on actual revenue.

## Before you start

<Steps>
  <Step title="Enable the billing module">
    Billing integrations are a paid add-on. If the Stripe tile shows **Upgrade plan**, the billing integrations module is not enabled on your plan; contact Introw to add it.
  </Step>

  <Step title="Confirm access">
    You need permission to connect integrations in Introw and admin access to the Stripe account you are connecting.
  </Step>
</Steps>

## Watch it

<Tabs>
  <Tab title="Video">
    <video controls playsInline preload="none" poster="https://assets.introw.io/docs/features/integrations/billing/guides/connect-stripe/steps/01.png?v=1783331520" className="w-full rounded-xl" src="https://assets.introw.io/docs/features/integrations/billing/guides/connect-stripe/video.webm?v=1783331520#t=2.5" />
  </Tab>

  <Tab title="Click through">
    <iframe className="w-full rounded-xl" style={{ width: "100%", aspectRatio: "16 / 11", border: 0, backgroundColor: "#FAFAFA" }} src="https://assets.introw.io/docs/features/integrations/billing/guides/connect-stripe/walkthrough.html?v=1783331520" />
  </Tab>
</Tabs>

## Steps

<Steps>
  <Step title="Open the Billing integrations">
    Go to [Integrations](https://app.introw.io/settings/integrations?category=billing) and stay on the **Billing** category, where the Stripe and Chargebee tiles live.

    <Frame>
      <img src="https://assets.introw.io/docs/features/integrations/billing/guides/connect-stripe/steps/01.png?v=1783331520" alt="Open the Billing integrations" />
    </Frame>
  </Step>

  <Step title="Choose live or test mode">
    On the **Stripe** tile select **Connect** to open the **Connect Stripe** dialog, then decide the mode:

    * **Use Test Mode** - toggle this on to connect Stripe test data (useful for setup and QA, and it never affects your live Stripe account), or leave it off to connect your live production account where synced customers, subscriptions, and invoices reflect real billing. The connect button reads **Connect Test Mode** or **Connect Live** to match. Use test mode to validate the setup, but run real commissions on live data.

    <Frame>
      <img src="https://assets.introw.io/docs/features/integrations/billing/guides/connect-stripe/steps/02.png?v=1783331520" alt="Choose live or test mode" />
    </Frame>
  </Step>

  <Step title="Authorize Stripe">
    Select the connect button and complete Stripe's authorization. Introw returns with Stripe shown as **Connected** and opens the billing configuration page, where the import begins.

    <Frame>
      <img src="https://assets.introw.io/docs/features/integrations/billing/guides/connect-stripe/steps/03.png?v=1783331520" alt="Authorize Stripe" />
    </Frame>
  </Step>

  <Step title="Map and link the data">
    Connecting only brings Stripe in; next, choose which billing objects to import and link them to partners. Follow [Connect your billing data](./connect-billing-data) to finish, then the data is available to commission plans.
  </Step>
</Steps>

## Verify it worked

Stripe shows as **Connected** on the Billing integrations page and the billing configuration page opens for object mapping. After you map and link records, the Stripe source becomes selectable when [building a commission plan](/features/commissions/commission-plans/guides/build-and-launch-a-commission-plan).

## Related

<CardGroup cols={2}>
  <Card title="Connect your billing data" icon="book-open" href="./connect-billing-data">
    Map billing objects and link records to partners.
  </Card>

  <Card title="Connect Chargebee billing" icon="book-open" href="./connect-chargebee">
    Use Chargebee instead of Stripe.
  </Card>

  <Card title="Build and launch a commission plan" icon="book-open" href="/features/commissions/commission-plans/guides/build-and-launch-a-commission-plan">
    Pay partners on the imported billing data.
  </Card>

  <Card title="Implementation reference" icon="screwdriver-wrench" href="../technical">
    Full configuration options.
  </Card>
</CardGroup>
