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

# Stripe

## Overview

Integrating customer data with subscription metrics from Stripe provides valuable insights into the actions that most frequently convert free accounts into paying ones.
It also helps identify accounts that may be at risk of churning due to low activity levels.
By recognizing these trends, you can proactively engage at-risk customers to prevent churn and enhance customer retention.

## Stripe Connector Configuration and Credential Retrieval Guide

### Prerequisite Requirements

To authenticate the Stripe connector using AI Squared, you'll need a Stripe API key.
While you can use an existing key, it's better to create a new restricted key specifically for AI Squared.
Make sure to grant it write privileges only. Additionally, it's advisable to enable write privileges for all possible permissions and tailor the specific data you wish to synchronize within AI Squared.

### Set up Stripe

<AccordionGroup>
  <Accordion title="Create API Key" icon="stripe" defaultOpen="true">
    <Steps>
      <Step title="Sign In">
        Sign into your Stripe account.
      </Step>

      <Step title="Developers">
        Click 'Developers' on the top navigation bar.

        <Frame>
          <img src="https://res.cloudinary.com/dspflukeu/image/upload/v1713863933/Multiwoven/connectors/stripe/developers_kyj50a.png" />
        </Frame>
      </Step>

      <Step title="API keys">
        At the top-left, click 'API keys'.
      </Step>

      <Step title="Restricted key">
        Select '+ Create restricted key'.
      </Step>

      <Step title="Naming and permission">
        Name your key, and ensure 'Write' is selected for all permissions.

        <Frame>
          <img src="https://res.cloudinary.com/dspflukeu/image/upload/v1713863934/Multiwoven/connectors/stripe/naming_z6njmb.png" />
        </Frame>
      </Step>

      <Step title="Create key">
        Click 'Create key'. You may need to verify by entering a code sent to your email.
      </Step>
    </Steps>
  </Accordion>
</AccordionGroup>

<Accordion title="Supported Sync" icon="arrows-rotate" defaultOpen="true">
  | Mode             | Supported (Yes/No/Coming soon) |
  | ---------------- | ------------------------------ |
  | Incremental sync | Yes                            |
  | Full refresh     | Coming soon                    |
</Accordion>

<Accordion title="Supported Streams" defaultOpen="true">
  | Stream   | Supported (Yes/No/Coming soon) |
  | -------- | ------------------------------ |
  | Customer | Yes                            |
  | Product  | Yes                            |
</Accordion>
