This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

Fraudify

Description

Fraudify WordPress extension was developed to support a simple and efficient integration process using Riskified, WooCommerce and Stripe backend infrastructure.

Features:

  • Communicates with Riskified service to validate and secure each transaction.
  • Shows status of each transaction on WooCommerce dashboard (Pending, Approved, Rejected)

Fraudify currently supports 2 stripe plugins. Please choose one of them:

Screenshots

  • Setup page on Wordpress
  • Setup page on Riskified
  • Verify order status on WooCommerce Order listing

Installation

Note: Please make sure you have installed the following plugins first:

Fraudify currently supports 2 stripe plugins. Please choose one of them:

  1. Please link your Stripe account with your Riskified account. See the following link for detail information :
    Guide to API Integration with Stripe as Gateway

If you don’t have a Riskified account yet you will have to contact their customer support. You will not be able to test Fraudify without a Riskified account.

Note that Fraudify takes care of step number 2 of the guide above. You only have to do steps 1 and 3.

2.a WordPress upload – For most users, this is probably the simplest installation method. To install the Fraudify plugin using this method, please follow these steps:

  • Login to your WordPress admin panel
  • Navigate to Plugins > Add New > Upload Plugin
  • Click on Choose File and select fraudify.zip
  • Click on Install Now

2.b FTP upload – If you would like to install the Fraudify plugin via FTP, please follow these steps:

  • Extract the fraudify.zip file you previously located. You should now see a folder named fraudify
  • Using an FTP client, login to the server where your WordPress website is hosted
  • Using an FTP client, navigate to the /wp-content/plugins/ directory under your WordPress website’s root directory
  • Using an FTP client, upload the previously extracted fraudify folder to the plugins directory on your remote server
  1. Once the installation is complete, Fraudify plugin will be ready for use. Now all you need to do is navigate to Plugins > Installed plugins and activate Fraudify plugin. After you have done this, you should see Fraudify appear in the left navigation bar of your WordPress admin panel under Settings > Fraudify.

  2. The last step is to enter your “Shop Domain” and “Auth Token” under Settings > Fraudify. Both of these items can be found in your Riskified admin panel. Your “Order notification endpoint” can be found in the top of this page. This piece information will be entered in your Riskified admin panel. See screenshots.

NOTE: The following steps are needed if you are using WooCommerce before 2.6 and using “WooCommerce Stripe Payment Gateway”. Please add the following line to the specified file:

File: wp-content\plugins\woocommerce-gateway-stripe\includes\legacy\class-wc-gateway-stripe.php

Line: 349

Line current looks like this: “return $post_data;”

It should looks like this:

“return apply_filters( ‘wc_stripe_generate_payment_request’, $post_data, $order, $source );”

  1. To be able to test you have to pass an order on your website. Once that is done go to WooCommerce > Orders. You will see that the Riskified shield is gray, which means “Pending”. Now go to Riskified sandbox and submit a result to this newly created transaction. Go back to your Orders list and refresh the page. You should see the Riskified shield change colors.

Reviews

October 28, 2016
Requested to add support for WooCommerce Stripe Payment Gateway plugin with Fraudify, with no time author made this works. Kudos Author 🙂 I want to give more than 5star 🙂
Read all 2 reviews

Contributors & Developers

“Fraudify” is open source software. The following people have contributed to this plugin.

Contributors

Translate “Fraudify” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

1.2.2

  • Fixed issues with Riskified beacon
  • Added billing phone number on riskified metadata

1.1

  • Added support for “WooCommerce Stripe Payment Gateway”
  • Improved installation steps

1.0

  • Release of first version