Skip to main content
GET
/
api
/
v1
/
business
/
fraud
/
analytics
/
overview
Get fraud overview analytics for the authenticated merchant
curl --request GET \
  --url http://localhost:3001/api/v1/business/fraud/analytics/overview
{
  "success": true,
  "data": {
    "totalRules": 12,
    "activeRules": 8,
    "blockedToday": 4,
    "reviewedToday": 10,
    "allowedToday": 32,
    "blockRate": 9.5,
    "disputeRatio": 0.9,
    "vampStatus": "CLEAR",
    "ecmStatus": "ECM",
    "threeDsSkipRate": 12.3
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.useaxra.com/llms.txt

Use this file to discover all available pages before exploring further.

Response

OK

success
boolean
required
Example:

true

data
object
required