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

CC Processing - Fraud Filters - Place Order On Hold #618

Closed
angelleye opened this issue Dec 21, 2016 · 1 comment
Closed

CC Processing - Fraud Filters - Place Order On Hold #618

angelleye opened this issue Dec 21, 2016 · 1 comment
Assignees
Milestone

Comments

@angelleye
Copy link
Collaborator

When processing cards directly a payment may be accepted, but could come back with warnings due to fraud management filters setup in PayPal/PayFlow/Braintree.

Some users prefer to place these types of orders On Hold so they can review them before marking them Processing or Completed.

We should add an option in the CC processing gateway settings so you can specify how you want handle orders that are processed with fraud management filter flags included in the response. Options would be...

  • Ignore warnings and proceed as usual.
  • Place order On Hold for further review.

Either way, we need to make sure notes are getting saved in the order notes with the details about the fraud filter that was flagged and returned in the API response.

@angelleye
Copy link
Collaborator Author

Here is an example of the type of response that would merit this option:

    [ACK] => SuccessWithWarning
    [VERSION] => 124.0
    [BUILD] => 24616352
    [L_ERRORCODE0] => 11610
    [L_SHORTMESSAGE0] => Payment Pending your review in Fraud Management Filters
    [L_LONGMESSAGE0] => Payment Pending your review in Fraud Management Filters
    [L_SEVERITYCODE0] => Warning

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

No branches or pull requests

1 participant