Overview
Pre-built tooling
Pre-built integrations
Access requirements
Setup guide
Useful links
API gotchas
- Want to integrate with existing Stripe accounts? Use the Stripe App instead.
- Stripe Connect is intended for use with Stripe’s Connect product and does not provide access to existing Stripe accounts via the REST API.
- ⚠️ OAuth for Express accounts is deprecated and not supported for new Connect platforms. Use the Accounts API with Express onboarding instead. Contact Stripe support if you need access for an existing platform.
Pre-built tooling
✅ Read & write data
✅ Read & write data
✅ Observability & data quality
✅ Observability & data quality
✅ Customization
✅ Customization
Access requirements
Setup guide
1
Create a Stripe account
If you don’t already have one, sign up for a Stripe account.
2
Enable Express Accounts
- Go to your Platform settings.
- Enable onboarding Express accounts with OAuth in the OAuth settings.
3
Configure OAuth for Express
Navigate to Connect OAuth settings:
- Add your Redirect URI(s):
https://api.nango.dev/oauth/callback - Copy your Client ID for integration
4
Get your Client Secret
Navigate to the Stripe API Keys page to retrieve your Secret key. This acts as your Client Secret for the integration.Note: Remember to switch to your live secret key in production.
5
Next
Follow the Quickstart.
Contribute improvements to the setup guide by editing this page
Useful links
Contribute useful links by editing this page
API gotchas
No reported gotchas yetContribute API gotchas by editing this page