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.| Property | Value |
|---|---|
| Provider ID | stripe |
| Category | Payments |
| PKCE | Not supported |
| Token refresh | Not supported (permanent tokens) |
| Redirect URI | Shown in Developer Portal |
Step 1: Create a Stripe Connect OAuth App
Go to Stripe Connect OAuth Settings
Navigate to dashboard.stripe.com/settings/connect/onboarding-options/oauth and sign in.
Configure the redirect URI
Add the Alter callback URL from the Developer Portal to the Redirect URIs field.
Step 2: Add to Alter Vault
Open the Developer Portal
Go to portal.alterauth.com and navigate to your app.
Enter credentials
- Client ID: Paste your Stripe Connect Client ID
- Client Secret: Paste your Stripe Secret Key
Available Scopes
| Scope | Description |
|---|---|
read_only | Read-only access to the connected account |
read_write | Full 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.