Zephiel API

Fraud Scoring

Score a transaction's risk in under 50 milliseconds.

4.812 reviewsby Meridian AI16k subscribers
fraudriskdevice fingerprintchargebackvelocity

Starts at

$45/mo

Choose a plan

Create a free account to subscribe.

Latency
44ms
Uptime
99.99%
Endpoints
3

About this API

Combines device fingerprinting, IP reputation, email and phone age, velocity rules, and a gradient-boosted risk model into a single 0-100 score with human-readable reason codes you can show a review team.

Common use cases

Checkout risk review
Account opening
Promo abuse prevention
Chargeback reduction

Quickstart

Every Zephiel API uses the same base URL, the same key header, and the same error envelope.

curl -X GET "https://zephiel.com/api/v1/fraud-scoring/score" \
  -H "X-Zephiel-Key: $ZEPHIEL_API_KEY" \
  -H "Accept: application/json"

Example response

{
  "score": 78,
  "decision": "review",
  "reasons": [
    "email_domain_age_under_30_days",
    "ip_country_mismatch_billing"
  ],
  "latency_ms": 41
}

Related APIs in Security