Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
OctoDev Posted November 14, 2021 Posted November 14, 2021 Hi, In the auth function I have this... However for some reason it seems like fraud rules that I put up with MaxMind is completely ignored. Is there something I am missing? I want it to perform a MaxMind check on the auth, or after they paid.
Solution Stuart Silvester Posted November 15, 2021 Solution Posted November 15, 2021 Hi @OctoDev It really depends on how your payment gateway works. In the majority of gateways we implement, we process the fraud rules (inc MaxMind) when the gateway sends us the payment notification via Webhook. I would recommend having a look in some of the existing gateway interfaces for `executeFraudAction()` and `checkFraudRulesAndCapture()` to see how we handle it. OctoDev 1
Recommended Posts