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 […]
How to customize the fraud message for WooCommerce display
This tutorial will show you with step-by-step instructions on how to customize the fraud message for the WooCommerce display. The fraud message will be displayed to the customer if the order failed the validation process with Reject action. In other words, you have configured validation rule with the Reject action […]
Resolution for WHMCS 7.5.0 Upgrade
If you have upgraded your WHMCS version to use the WHMCS v7.5.0 with PHP 7.2, you might encounter issues during the FraudLabs Pro module installation. And, below is the error message shown. WhoopsExceptionErrorException: The file /home/user/public_html/modules/fraud/fraudlabs_pro/fraudlabs_pro.php was encoded by the ionCube Encoder for PHP 5.6 and cannot run under PHP […]
How to configure SMS Verification on WHMCS
FraudLabs Pro SMS Verification acts as a second fraud protection layer by validating 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. For example, after the checkout process […]