Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

redirect_uri - paypal #1411

Closed
gurjmatharu opened this issue Jun 23, 2016 · 1 comment
Closed

redirect_uri - paypal #1411

gurjmatharu opened this issue Jun 23, 2016 · 1 comment

Comments

@gurjmatharu
Copy link

gurjmatharu commented Jun 23, 2016

I am unable to successfully connect to Paypal as I am getting the following error:

Relying Party Validation error: redirect_uri provided in the request does not match with the registered redirect_uri. Please check the request.

I am able to successfully connect and login through javascript using the following:
https://developer.paypal.com/docs/integration/direct/identity/button-js-builder/

It seems that django allauth is not passing the correct return_uri to paypal.
"returnurl":"http://my.domain.here/return.php"

In my template I am triggering the connect to paypal like so:
<a href="{% provider_login_url "paypal" process="connect"%}">Paypal</a>

My apologies if I'm overlooking anything, as I've read the docs, ensured the setting file is correct: scope and test mode.

@pennersr
Copy link
Owner

Closing -- seems dated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants