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

Prevent Free Orders (or non-relevant methods) from being sent to Riskified #57

Open
mpchadwick opened this issue Feb 1, 2023 · 0 comments

Comments

@mpchadwick
Copy link

Hello - I am investigating an issue on a website where some orders were not getting out of a pending state when approved by Riskified. I found that all of these orders were for a grand total of 0.00 (payment method free). Most of the orders on the store using free payment method appear to not be transmitted to Riskified at all, however for whatever reason a subset of the orders were being transmitted.

Other Fraud solutions like Signifyd have settings which can be used to 100% ensure orders with certain payment methods aren't submitted.

See: https://github.com/signifyd/magento2/blob/798d24a5bda39e7555b0eeb0a856d43cfbf1a3b5/docs/RESTRICT-PAYMENTS.md

It seems like your connector should offer similar functionality.

I've only spent a limited amount of time reviewing the code of this module, but off hand it seems like such a check would likely go into this area of the code:

https://github.com/Riskified/magento2new/blob/v1.12.3/Model/Api/Order.php#L141

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

1 participant