Back to Explorer

Stripe OAuth endpoints

Stripe OAuth endpoints and related development resources

Stripe authorization endpoint

https://connect.stripe.com/oauth/authorize
The endpoint to redirect users to in order to grant your application access to their account.

Stripe token endpoint

https://connect.stripe.com/oauth/token
The endpoint to exchange the authorization code or refresh token for an access token and a refresh token.

Stripe OAuth documentation and resources