Skip to main content
GET
/
api
/
v1
/
business
/
fraud
/
analytics
/
disputes
Get monthly dispute metrics for the authenticated merchant
curl --request GET \
  --url http://localhost:3001/api/v1/business/fraud/analytics/disputes
{
  "success": true,
  "data": [
    {
      "month": "2026-04-01",
      "transactionCount": 1200,
      "disputeCount": 18,
      "disputeRatio": 1.5,
      "vampStatus": "CLEAR",
      "ecmStatus": "WARNING"
    }
  ]
}

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.

Query Parameters

months
string

Response

OK

success
boolean
required
Example:

true

data
object[]
required