Error with Login with Paypal using sandbox. I get the error invalid client_ID or redirect_uri
tsango
Contributor
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Posted on
Sep-10-2021
02:53 AM
Been at this for days now and cannot seem to resolve this error.
I am trying to implement the Log in with PayPal initially in Sandbox, and running on my local machine (WAMP).
When I click the login button I get the error : This action isn't supported. Please return and report this error so that we can support it in the future. (invalid client_ID or redirect_uri)
I am using PHP, JAVA under WAMP
The login button is :
<span id='lippButton'></span>
<script>
paypal.use( ['login'], function (login) {
login.render ({
"appid":"<clientid>",
"authend":"sandbox",
"scopes":"openid Full name Email address",
"containerid":"lippButton",
"responseType":"code",
"locale":"en-us",
"buttonType":"LWP",
"buttonShape":"pill",
"buttonSize":"lg",
"fullPage":"true",
});
});
</script>
Labels:
Login to Me Too
- Labels:
-
Payments REST APIs
0 REPLIES 0

Haven't Found your Answer?
It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.
Related Content
- I have an error for authorize - (invalid client_id or redirect_uri) in Sandbox Environment
- Paypal API does not work on mayor websites, gives generic error "Something went wrong on our end" in PayPal Payments Standard
- paypal API : How do I get scope response? in Sandbox Environment
- How to authorize paypal as 3rd party app using developer account (Sandbox) in Sandbox Environment
- report website error: invalid client_id or redirect_uri in REST APIs