Integration guide

Shopify app

The Predax app for Shopify is not yet available. It is in development — see the Shopify integration page for what's coming.

Screen Shopify orders today with the API

Until the app ships, you can score orders yourself: read the customer IP from the order (Shopify exposes it on the order's client details) and check it against the Predax API.

curl -sS "https://predax.io/api/v1/check/ip" \
  -H "X-API-Key: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"ip": "203.0.113.5"}'

The response includes a 0–100 risk score plus VPN, proxy, Tor, and datacenter flags you can use to tag or hold orders in your own workflow.

Available now on other platforms