Skip to content
New issue

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

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

Already on GitHub? # to your account

Paypal transactions are marked as risky #176

Open
Dethon opened this issue Oct 25, 2017 · 2 comments
Open

Paypal transactions are marked as risky #176

Dethon opened this issue Oct 25, 2017 · 2 comments

Comments

@Dethon
Copy link
Contributor

Dethon commented Oct 25, 2017

When I use PayPal as my payment method the order is marked as risky in the admin panel.
Is this expected? and if so, why?

Also, I don't know if it's related, but I'm using a sandbox Braintree account.

@dhemmat
Copy link

dhemmat commented Apr 4, 2018

@DethonUSAL, a little late but I came across a similar issue today while using another gem. It seems that Spree uses is_risky? method on orders, which in turn checks if payments are risky (scope here), which in turn is verifying whether CVV was correct and address was verified. Since paypal has neither a CVV nor an address verification, they are marked as risky.

@Dethon
Copy link
Contributor Author

Dethon commented Apr 4, 2018

Thank you, I had this in the backburner for a while. As of now I'm marking all PayPal payments as not risky in my test deployment. I wonder if there is a better way to address this.

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

No branches or pull requests

2 participants