FraudLabs Pro plugin is a fraud prevention module to help merchants screen incoming orders for payment fraud. The plugin validates the incoming order details in real-time – it takes only a fraction of a second to complete the screening. Right after the validation, the plugin will produce a comprehensive fraud […]
How to enable callback to FraudLabs Pro plugin for WooCommerce
During the standard installation of FraudLabs Pro plugin, the callback event is not enabled by default. What is a callback event? The callback is an event that will be fired whenever there is a change of transaction status. For example, when a transaction status changes from Approve to Reject, or from […]
How to integrate FraudLabs Pro fraud detection with Affirm payment
Description: This tutorial demonstrates how to integrate FraudLabs Pro fraud detection service into the Affirm payment process. We will show you step-by-step instructions using the PHP language in the below section. Using PHP Create a new table to store the transaction value of FraudLabs Pro and Affirm payment processing. This […]
How to enable SMS Verification Add-On on FraudLabs Pro for Shopify
FraudLabs Pro SMS Verification Add-On acts as a second fraud protection layer by validating the customer’s cellphone number right after the fraud validation. This could be useful as it will help you to confirm if the given phone number is valid and owned by the buyer. This tutorial will demonstrate […]
How to integrate FraudLabs Pro fraud detection with Cardinity payment
Description: This tutorial demonstrates how to integrate FraudLabs Pro fraud detection service into Cardinity payment process. We will show you the step-by-step instructions using the PHP language in the below section. Using PHP Create a new table to store the transaction value of FraudLabs Pro and Cardinity payment processing. This […]
How to integrate FraudLabs Pro fraud detection with Paysafe payment
Description: This tutorial demonstrates how to integrate FraudLabs Pro fraud detection service into Paysafe payment process. We show you the step-by-step instructions using the PHP language in the below section. Using PHP Create a new table to store the transaction value of FraudLabs Pro and Paysafe payment processing. This table […]
How to integrate FraudLabs Pro fraud detection with 2Checkout payment
Description: This tutorial demonstrates how to integrate FraudLabs Pro fraud detection service into 2Checkout payment process. Below we show you the step-by-step instructions using the PHP language. Using PHP Create a new table to store the transaction value of FraudLabs Pro and 2Checkout payment processing. This table will be used […]
How to integrate FraudLabs Pro fraud detection with Checkout.com payment
Description: This tutorial demonstrates how to integrate FraudLabs Pro fraud detection service into Checkout.com payment process. Below we show you the step-by-step instructions using the PHP language. Using PHP Create a new table to store the transaction value of FraudLabs Pro and Checkout.com payment processing. This table will be used […]
How to integrate FraudLabs Pro fraud detection with PayPal payment
Description: This tutorial demonstrates how to integrate FraudLabs Pro fraud detection service into PayPal payment process. Below we show you the step-by-step instructions using the PHP language. Using PHP Create a new table to store the transaction value of FraudLabs Pro and PayPal payment processing. This table will be used […]
How to integrate FraudLabs Pro fraud detection with Authorize.Net payment
Description: This tutorial demonstrates how to integrate FraudLabs Pro fraud detection into Authorize.Net payment. PHP Create a new table to store the transaction value of FraudLabs Pro and Authorize.Net payment processing. This table will be used during the settlement, void or refund process. CREATE TABLE `fraudlabs_pro` ( `flp_transaction_id` CHAR(15) NOT […]