How FraudLabs Pro Status Affects the Shopify Order Status?

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 […]

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` […]