Authentication
All requests require anx-api-key header with admin scope.
GET /merchant//risk-profile — Merchant risk profile
Retrieve a comprehensive fraud risk profile for a single merchant.Path parameters
The unique identifier of the merchant. Example:
MERCHANT-001Code example
Response
The response includes:Aggregate fraud score for the merchant. Higher values indicate greater risk.
Summary risk classification. One of:
NONE, LOW, MEDIUM, HIGH, CRITICALBreakdown of rounding behavior including round-up vs. round-down ratios and penny-ending distribution across transactions.
Override frequency, reason code distribution, and average delta between calculated and overridden amounts.
Void rate, void count, and normalization failure rate for this merchant’s transaction history.
GET /admin/fraud-overview — All merchants fraud overview
Returns a ranked list of all merchants by fraud risk score, with summary statistics for each. Use this to identify merchants that require investigation without needing to pull individual profiles.Code example
risk_level of HIGH or CRITICAL are surfaced at the top of the list.