Back to Explorer

PayPal OAuth endpoints

PayPal OAuth endpoints and related development resources

PayPal authorization endpoint

https://www.paypal.com/signin/authorize
The endpoint to redirect users to in order to grant your application access to their account.

PayPal token endpoint

https://api.paypal.com/v1/oauth2/token
The endpoint to exchange the authorization code or refresh token for an access token and a refresh token.

PayPal userinfo endpoint

https://api-m.sandbox.paypal.com/v1/identity/openidconnect/userinfo
The standardized OAuth endpoint that returns authenticated user profile information, including claims about the current user based on the scope of access token.

PayPal OAuth documentation and resources