Skip to content

Reference

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 Stripe account data
read_writeFull read and write access to Stripe account data
  • 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.

Alter policy rules can target these attested operations and families for operation-level and parameter-aware controls.

Operation IDFamiliesMethodProvider path
PostChargespaymentPOST/v1/charges
GetChargesreadGET/v1/charges
GetChargesChargereadGET/v1/charges/{charge}
PostChargesChargewritePOST/v1/charges/{charge}
PostChargesChargeCapturepaymentPOST/v1/charges/{charge}/capture
PostRefundspaymentPOST/v1/refunds
GetRefundsreadGET/v1/refunds
PostPaymentIntentspayment, writePOST/v1/payment_intents
GetPaymentIntentsreadGET/v1/payment_intents
GetPaymentIntentsIntentreadGET/v1/payment_intents/{intent}
PostPaymentIntentsIntentConfirmpaymentPOST/v1/payment_intents/{intent}/confirm
PostPaymentIntentsIntentCapturepaymentPOST/v1/payment_intents/{intent}/capture
PostPaymentIntentsIntentCancelwritePOST/v1/payment_intents/{intent}/cancel
PostPayoutspaymentPOST/v1/payouts
GetPayoutsreadGET/v1/payouts
PostPayoutsPayoutCancelpaymentPOST/v1/payouts/{payout}/cancel
PostTransferspaymentPOST/v1/transfers
GetTransfersreadGET/v1/transfers
GetBalancereadGET/v1/balance
PostCustomerswritePOST/v1/customers
GetCustomersreadGET/v1/customers
GetCustomersCustomerreadGET/v1/customers/{customer}
PostCustomersCustomerwritePOST/v1/customers/{customer}
DeleteCustomersCustomerdeleteDELETE/v1/customers/{customer}
PostInvoiceswritePOST/v1/invoices
GetInvoicesreadGET/v1/invoices
PostInvoicesInvoiceSendsendPOST/v1/invoices/{invoice}/send
PostInvoicesInvoicePaypaymentPOST/v1/invoices/{invoice}/pay
PostSubscriptionspayment, writePOST/v1/subscriptions
GetSubscriptionsreadGET/v1/subscriptions
GetSubscriptionsSubscriptionExposedIdreadGET/v1/subscriptions/{subscription_exposed_id}
DeleteSubscriptionsSubscriptionExposedIddelete, paymentDELETE/v1/subscriptions/{subscription_exposed_id}

Report an issue with this page

Necessary

Required for sign-in, security, authorization, and remembering your choices.

Always active

Analytics

Helps us understand which product and documentation features are useful.

Performance diagnostics

Uses performance tracing and privacy-masked session replay to diagnose problems.

You can change these choices at any time from Cookie settings.