> ## Documentation Index
> Fetch the complete documentation index at: https://conductorone-docs-mcp-bridge-private-server.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Set up a Stripe connector

> C1 provides identity governance for Stripe. Integrate your Stripe account with C1 for unified visibility and governance over team member access.

C1 provides identity governance for Stripe. Integrate your Stripe
account with C1 for unified visibility and governance over team member
access.

## Capabilities

| Resource | Sync                                                          | Provision |
| -------- | ------------------------------------------------------------- | --------- |
| Users    | <Icon icon="square-check" iconType="solid" color="#c937ae" /> |           |
| Groups   | <Icon icon="square-check" iconType="solid" color="#c937ae" /> |           |

The connector reads one Stripe account — the account the SCIM token
belongs to — through Stripe's SCIM 2.0 interface. It syncs that
account's team members and SCIM groups, and the membership of each
group. Team members deactivated through SCIM sync as disabled.

Stripe roles are assigned through your SAML identity provider or the
Stripe Dashboard and are not readable through SCIM, so roles are not
synced. API keys and other non-human identities do not appear in
Stripe's SCIM directory and are not synced.

## Prerequisites

<Warning>
  Stripe issues SCIM tokens for **live mode only** — there is no sandbox
  or test-mode SCIM. Before Stripe will issue a SCIM token, the account
  must be activated, have a **verified domain**, and have **SAML single
  sign-on** configured.
</Warning>

<Steps>
  <Step>
    Activate your Stripe account (SCIM is not available for accounts
    that have not completed activation).
  </Step>

  <Step>
    Verify your organization's domain in the Stripe Dashboard.
  </Step>

  <Step>
    Configure SAML single sign-on for your Stripe account.
  </Step>
</Steps>

## Gather Stripe credentials

<Steps>
  <Step>
    Sign in to the Stripe Dashboard as an administrator.
  </Step>

  <Step>
    Open your single sign-on settings and create a SCIM token. This is
    the same token class used to connect an identity provider's SCIM
    provisioning to Stripe.
  </Step>

  <Step>
    Copy the token value. It is shown only once at creation time.
  </Step>
</Steps>

## Configure the Stripe connector

<Tabs>
  <Tab title="Cloud-hosted">
    Follow these instructions to use a built-in, no-code connector hosted by C1.

    <Steps>
      <Step>
        In C1, navigate to **Integrations** > **Connectors** and click **Add connector**.
      </Step>

      <Step>
        Search for **Stripe** and click **Add**.
      </Step>

      <Step>
        Choose how to set up the new Stripe connector.
      </Step>

      <Step>
        Set the owner for this connector.
      </Step>

      <Step>
        Click **Next**.
      </Step>

      <Step>
        Find the **Settings** area of the page and click **Edit**.
      </Step>

      <Step>
        Enter the Stripe credentials:

        * **Stripe SCIM base URL**: Stripe's fixed SCIM endpoint,
          `https://access.stripe.com/scim/v2`. The same value applies
          to every Stripe account.
        * **Stripe SCIM token**: the SCIM token you created. The token
          selects the Stripe account by itself; no other identifier is
          needed.
      </Step>

      <Step>
        Click **Save**.
      </Step>

      <Step>
        The connector's label changes to **Syncing**, followed by **Connected**. You can view the logs to ensure that information is syncing.
      </Step>
    </Steps>

    **Done.** Your Stripe connector is now pulling access data into C1.
  </Tab>

  <Tab title="Self-hosted">
    Follow these instructions to run the Stripe connector in your own
    environment.

    <Steps>
      <Step>
        Create a secret for the Stripe SCIM token.
      </Step>

      <Step>
        Configure the connector environment variables:

        * **BATON\_BASE\_URL**: Stripe's fixed SCIM endpoint,
          `https://access.stripe.com/scim/v2`.
        * **BATON\_STRIPE\_SCIM\_TOKEN**: the SCIM token you created.
      </Step>

      <Step>
        Deploy the connector using your standard self-hosted connector process.
      </Step>
    </Steps>

    **Done.** Your Stripe connector is now pulling access data into C1.
  </Tab>
</Tabs>
