> ## 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.

# Adyen

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

## Capabilities

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

  <Card title="Deprovisioning" icon="user-minus">
    AccessOwl deactivates members from your Adyen account during access revocations.
  </Card>
</CardGroup>

## Prerequisites

* **Merchant admin** access to your Adyen account, so you can create the integration account and assign it the Merchant admin role.

## Setup

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

  <Step title="Invite the integration account as Merchant admin">
    AccessOwl shows you the integration account's email address. In your Adyen Customer Area:

    * Go to **Account > Users**.
    * Click **Create new user**.
    * Enter a username and the integration account's email address, then click **Continue**.
    * Choose which merchant accounts the integration account can access, then click **Continue**.
    * Assign the **Merchant admin** role, then click **Continue**.
    * Click **Create new user** to confirm.

    The integration account receives a verification email with a link to complete setup.
  </Step>
</Steps>
