-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Order managers should be able to see a risk evaluation for an order #2322
Comments
@spencern What constitutes a high risk order? |
@rymorgan it all comes from the Stripe (or other payment provider) - Stripe does risk assessment for every transaction and provides that information as part of the response. See the Stripe Risk Evaluation Docs for more details |
@spencer -- Great thanks.
|
Update here: After talking through the requirements with @spencern -- A risk flag needs stay persistently with the order. So my thinking is that it should be a flag rather than a status, as I originally designed it. We don't have a design for this type of flag but think it'll but useful for other purposes as well. |
@impactmass I think this is a better way to handle this. RC LInk: Public link: |
closed by #2744 |
Users with permissions to see the order details view should be able to see a risk evaluation for an order.
Orders with a normal risk evaluation should not be highlighted abnormally.
Orders with an
elevated
orhigh
risk evaluation should be highlighted and there should be a large notification present on the order details page as well as a badge on the order list page.Orders with a
high
risk evaluation should require the order manager to acknowledge that the order is a high risk order before they may capture the payment.Resources
The text was updated successfully, but these errors were encountered: