Skip to main content
Connect your AI agent to Stripe to manage your account setup, review payments, or create reports.

Connect Stripe to Auth0

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.
    • Redirect URI: 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.
  5. Navigate to the API Keys Page and copy the Client Secret.
2

Auth0 setup

Token Vault configuration example

To configure the Token Vault for your Stripe connection, you can use the following code snippet in your application:

Next steps