The Stripe Connect integration allows your AI Agents to authenticate users with their Stripe Connect accounts and access payment data, transaction history, and marketplace features on their behalf.

Overview

The Stripe Connect integration is perfect for marketplace and fintech AI applications that need to interact with payment systems, manage vendor payouts, process transactions, or automate financial workflows. This integration provides access to Stripe Connect’s comprehensive API for marketplace payments and financial operations.

Configuration

1

Set up app in Stripe

  1. Sign up for a Stripe account
  2. Setup your account and complete any necessary verification steps to work with Stripe Connect
  3. Navigate to the Onboarding options for your Stripe Connect account and select OAuth
  4. Toggle Enable OAuth then fill in the Redirect URI and note your Client ID for later
  5. Navigate to the API Keys Page and copy the Client Secret
2

Configure for Auth0

  1. Use the following settings when configuring your app:
  • Redirects: https://YOUR_AUTH0_DOMAIN/login/callback
You can find the Auth0 domain in the Auth0 Dashboard.You can find this under Applications > [Your Application] > Settings > Basic Information > Domain.If you are using the custom domains feature, your Auth0 domain is the custom domain. You can find this under Branding > Custom Domains.

Add Connection in Auth0

In the Auth0 Dashboard, navigate to Authentication > Social and select Create Connection. Then, choose the matching connection from the list of supported options to add and begin the configuration process. Follow the prompts to configure your selected provider.

Enable Token Vault

At the bottom of the connection settings in the Advanced section enable the Enable Token Vault toggle. This will allow your connection to retrieve and store access tokens for third-party APIs.

Account linking

If you want to use more than one connection for a user, you can link their accounts. This allows the user to log in with any of their linked accounts and have a single user profile in your application. This allows calling APIs from different providers with a single user profile. Learn more about Client-initiated account linking.

Learn more