Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.alterauth.com/llms.txt

Use this file to discover all available pages before exploring further.

Overview

Connect your users to Stripe via Stripe Connect for payment processing, account management, and financial data access.
PropertyValue
Provider IDstripe
CategoryPayments
PKCENot supported
Token refreshNot supported (permanent tokens)
Redirect URIShown in Developer Portal

Step 1: Create a Stripe Connect OAuth App

1

Go to Stripe Connect OAuth Settings

2

Enable OAuth

Enable Onboard accounts with OAuth.
3

Configure the redirect URI

Add the Alter callback URL from the Developer Portal to the Redirect URIs field.
4

Get your credentials

Copy the Client ID from the Connect settings page. Your Secret Key from the Developers > API keys page is your Client Secret.
Never share your Secret Key publicly. Store it securely and only enter it in the Alter Vault Developer Portal.

Step 2: Add to Alter Vault

1

Open the Developer Portal

Go to portal.alterauth.com and navigate to your app.
2

Add Stripe provider

Go to OAuth Providers > Add Provider > Stripe.
3

Enter credentials

  • Client ID: Paste your Stripe Connect Client ID
  • Client Secret: Paste your Stripe Secret Key
4

Select scopes

Choose the scopes your app needs.
5

Save

Click Save. The provider is now active.

Available Scopes

ScopeDescription
read_onlyRead-only access to the connected account
read_writeFull read and write access to the connected account

Notes

  • Stripe Connect tokens do not expire. There is no refresh token flow.
  • Stripe Connect is for connecting to other Stripe accounts (not individual user accounts).
  • Stripe recommends Connect Onboarding instead of OAuth for new integrations.
  • See the Stripe Connect OAuth reference for more details.