On this page
No Headings
Last updated: May 20, 2026
PayPal recommends that new apps integrate with OpenID Connect. Apps integrated with OpenID will continue to work, but won't receive new features.
For Log in with PayPal legacy integrations (prior to January 2018), replace the /connect with /signin/authorize in your links, for example, instead of
https://www.sandbox.paypal.com/connect?flowEntry=static&client_id=[client id]&scope=[list of scopes]&redirect_uri=[return URL]Log in with PayPal legacy integrations (prior to January 2018) use:
https://www.sandbox.paypal.com/signin/authorize?flowEntry=static&client_id=[client id]&scope=[list of scopes]&redirect_uri=[return URL]