Skip to content

OAuth providers

Stripe

Set up Stripe Connect OAuth for payment processing and financial infrastructure

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

Go to Stripe Connect OAuth Settings

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.

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.

ScopeDescription
read_onlyRead-only access to the connected account
read_writeFull 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.