Docs

WooCommerce integration

A WordPress plugin that scores every WooCommerce order at checkout and surfaces verdicts in the WP admin.

Install

  1. Download the latest plugin zip from api.fraudcommandcenter.com/v1/plugin/download or upload directly from Plugins → Add New → Upload.
  2. Activate FraudShield.
  3. Open FraudShield → Settings.
  4. Paste your API key and HMAC secret (issued in the Fraud Command Center dashboard).
  5. Click Test connection. Green ✓ = ready.

What gets scored

The plugin hooks woocommerce_checkout_order_processed and woocommerce_payment_complete. Each order is signed and POSTed to /v1/analyze with full customer, address, line-item, and payment context.

Order metadata

After scoring, the plugin stores three values as order meta:

  • _fraudshield_score — 0–100
  • _fraudshield_risk_level — low / medium / high / critical
  • _fraudshield_recommended_action — approve / review / hold / reject

These appear as a column on the orders list and a panel on the single-order screen.

Auto-hold

When Auto-hold critical is enabled, orders in the critical band are moved to on-hold status before payment captures. Combine with a no-capture-until-status payment gateway for hard prevention.

Updates

The plugin supports in-place WordPress updates from api.fraudcommandcenter.com. New releases appear in the WP admin update screen the same way as plugins from wordpress.org.