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

# Stripe

AccessOwl integrates with Stripe to provision and deprovision user access in your Stripe account.

## Capabilities

<CardGroup cols={2}>
  <Card title="Provisioning" icon="user-plus">
    AccessOwl creates user accounts with the specified roles/permissions during access requests.
  </Card>

  <Card title="Deprovisioning" icon="user-minus">
    AccessOwl removes users from the Stripe account during access revocations.
  </Card>
</CardGroup>

## Prerequisites

* **Administrator** or **Super Administrator** access to your Stripe account, so you can invite the integration account and assign it the IAM Admin role.

## Setup

<Steps>
  <Step title="Add Stripe in AccessOwl">
    Either add a new application or open Applications and click the +-symbol, then continue.
  </Step>

  <Step title="Invite the integration account as IAM Admin">
    AccessOwl shows you the integration account's email address. In Stripe:

    * Go to **Settings** > **Team and security**.
    * Click **Invite team member**.
    * Enter the integration account's email address.
    * Select the **IAM Admin** role.
    * Click **Send invites**.

    <Note>
      The integration account needs the IAM Admin role because it is the role specifically designed for managing access in Stripe. IAM Admins can invite team members, assign roles, and remove any user, which is exactly what AccessOwl needs for provisioning and deprovisioning. They cannot perform other administrative actions in the account.
    </Note>
  </Step>
</Steps>
