Upgrade options

Upgrade your legacy integration to get the latest functionality

docscurrentLast updated: April 28th 2022, @ 10:42:44 am


PayPal recommends that new apps integrate with OpenID Connect. Apps integrated with OpenID will continue to work, but won't receive new features.

Log in with PayPal legacy integrations

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]