oauth return url

marcoribeiro
Contributor
Contributor

Hello everybody,

 

I'm implementing an integration with paypal and I'm having troubles with the login process.

 

I've used the login builder and I have this:

 

paypal.use( ['login'], function (login) {
login.render ({
"appid":"<APP_ID>",
"authend":"sandbox",
"scopes":"openid https://uri.paypal.com/services/invoicing",
"containerid":"lippButton",
"locale":"en-us",
"returnurl":"<MY_RETURN_URL>?parameter=X"
})

I'm getting the error 'invalid client_id or redirect_uri' soon I click the button.

 

My question is, how to configure my app so the return url can have custom parameters which change from call to call?

 

Thanks

 

Regards

Login to Me Too
1 REPLY 1

Korolov
New Community Member
Hello, i have same problem with the login, did you solve it?
Login to Me Too

Haven't Found your Answer?

It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.