OAuth providers
Stripe
Set up Stripe Connect OAuth for payment processing and financial infrastructure
Overview
Section titled “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
Section titled “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.
Enable OAuth
Enable Onboard accounts with OAuth.
Configure the redirect URI
Add the Alter callback URL from the Developer Portal to the Redirect URIs field.
Get credentials
Copy the Client ID from the Connect settings page. Your Secret Key from the Developers > API keys page is your Client Secret.
Step 2: Add to Alter Vault
Section titled “Step 2: Add to Alter Vault”Open the Developer Portal
Go to portal.alterauth.com and navigate to the application.
Add Stripe provider
Go to OAuth Providers > Add Provider > Stripe.
Enter credentials
- Client ID: Paste your Stripe Connect Client ID
- Client Secret: Paste your Stripe Secret Key
Select scopes
Choose the scopes the application needs.
Save
Click Save. The provider is now active.
Available Scopes
Section titled “Available Scopes”| Scope | Description |
|---|---|
read_only | Read-only access to the connected account |
read_write | Full read and write access to the connected account |
- 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.