After fraud validation, FraudLabs Pro returns one of three possible statuses to the Shopify platform: APPROVE, REVIEW, or REJECT. These statuses are determined by the actions configured in the Validation Rules within the FraudLabs Pro merchant area. Below is a screenshot of the Rules page: As described in the preceding […]
FraudLabs Pro Risk Score is soon to be deprecated from FraudLabs Pro module for WHMCS
The FraudLabs Pro Risk Score is an integrated option provided in the module that enables merchants to set the threshold to mark the order as fraud based on the returned FraudLabs Pro score. Below is the screenshot of the mentioned option: If you are currently using this option to mark the […]
What’s New in FraudLabs Pro Shopify App
We have introduced several cool features in Shopify App helping merchants to easily review the fraud result. In this new release, we have embedded the fraud result display directly into the Shopify framework. In other words, you do not need to externally log into our FraudLabs Pro merchant area for […]
How to integrate FraudLabs Pro fraud detection with WePay payment
Description: This tutorial demonstrates you on how to integrate FraudLabs Pro fraud detection into WePay payment. PHP Create a new table to store the transaction value of FraudLabs Pro and WePay payment processing. This table will be used during the settlement, void or refund process. CREATE TABLE `fraudlabs_pro` ( `flp_transaction_id` […]
How to integrate FraudLabs Pro fraud detection with BluePay payment
Description: This tutorial demonstrates you on how to integrate FraudLabs Pro fraud detection into BluePay payment. PHP Create a new table to store the transaction value of FraudLabs Pro and BluePay payment processing. This table will be used during the settlement, void or refund process. CREATE TABLE `fraudlabs_pro` ( `flp_transaction_id` […]
How to integrate FraudLabs Pro fraud detection with Stripe payment
Description: This tutorial demonstrate you on how to integrate FraudLabs Pro fraud detection into Stripe payment. PHP Create a new table to store the transaction value of FraudLabs Pro and Stripe payment processing. This table will be used during the settlement, void or refund process. CREATE TABLE `fraudlabs_pro` ( `flp_transaction_id` […]
How to integrate FraudLabs Pro fraud detection with BrainTree payment
Description: This tutorial demonstrate you on how to integrate FraudLabs Pro fraud detection into BrainTree payment. PHP Create a new table to store the transaction value of FraudLabs Pro and BrainTree payment processing. This table will be used during the settlement, void or refund process. CREATE TABLE `fraudlabs_pro` ( `flp_transaction_id` […]
How to add additional staff notes for orders on BigCommerce platform
FraudLabs Pro allows users to add additional messages for those orders that triggered either the review or reject action. These staff notes will be shown on the BigCommerce Staff Notes section. Below please find the procedures on how to add the custom messages. Login to FraudLabs Pro Merchant area at […]
How to add FraudLabs Pro Agent Javascript for OpenCart 2.0.3.1 or later
Device tracking, or device fingerprinting, is a proven method to uniquely identify a user. As compared to the IP tracking where users can easily hide their device IP address using a proxy or VPN, this feature will uniquely label the device and permanently store the device information in our system […]
How to install FraudLabs Pro Credit Card Capture extension in OpenCart
Credit card information is highly sensitive data and should be protected from unauthorized access. Due to this reason, it is understandable that neither payment gateway plugin nor OpenCart is going to expose this information to a 3rd party integrator, like us, to read and process, even for a very good […]