Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted November 14, 20213 yr 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.
November 15, 20213 yr Solution 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.