Skip to the content.

FraudLite SuperPack

Shopify Fraud Detection • One-Time License

Buy Now


FraudLite SuperPack Shopify Fraud Detection (One-Time License)

Shopify Fraud Detection One-Time License

Buy Now

Python FastAPI Docker License Coverage


Lightweight fraud detection for Shopify fast to deploy, easy to extend, no subscriptions.
Commercial one-time license no support, no updates.


Table of Contents


Overview

FraudLite is a compact, high-performance fraud detection API for Shopify orders.

✅ Fraudulent order scoring (YAML rules engine)
✅ Works with Shopify webhooks
✅ Dockerized for fast deployment
✅ No runtime dependencies outside container


What’s Included


Architecture

```mermaid flowchart LR A[Shopify Store / Webhooks] –> B[API - FastAPI] B –> C[Rule Engine - YAML] C –> D[Risk Scorer] D –> E{Decision} E –>|ALLOW| F[Proceed] E –>|REVIEW| G[Manual Review] E –>|BLOCK| H[Block / Cancel] C -. optional .-> R[(Redis - State/Velocity)] B –> M[Observability - Logs/Metrics] Quick Start bash

1) Boot the API

docker compose up -d

2) Health check

curl http://localhost:8080/healthz

3) Evaluate a sample order

curl -s -X POST http://localhost:8080/evaluate
-H “Content-Type: application/json”
-d @samples/order_high_aov.json Evaluate Orders Send Shopify order JSON payloads to the /evaluate endpoint. The engine will return a decision: ALLOW / REVIEW / BLOCK with detailed signals.

Example Response json

{ “decision”: “REVIEW”, “score”: 72, “signals”: [ “High AOV compared to store median”, “Email domain disposable”, “IP geolocation mismatch: billing vs. shipping” ] } License This product is licensed under a Commercial One-Time EULA.

No resale or redistribution.

No included support or updates.

License scope: as specified at checkout (e.g., 1 Shopify store).

Full terms in: LICENSE_EULA.txt

Privacy & Terms Privacy Policy

Terms of Service

```