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