v12

latestOpenAPI 3.1.0AGPL-3.0raw.githubusercontent.com2026-08-0464108237.1 KB
Analytics

Gateway scores

ClickHouse-backed gateway scores read endpoint.

get/analytics/gateway-scores

Query parameters

rangestring
start_msinteger
end_msinteger
pageinteger
page_sizeinteger
payment_method_typestring
payment_methodstring
card_networkstring
card_is_instring
currencystring
countrystring
auth_typestring
gatewaystring
payment_idstring
request_idstring
routestring
statusstring
flow_typestring
routing_approachstring
exclude_routing_approachstring
error_codestring

Headers

x-tenant-idstring required

Tenant to resolve. The shipped config files define only the "public" tenant. No fallback — omitting this fails with TE_03.

Response

Gateway scores

merchant_idstring
rangestring

Example response

{
  "merchant_id": "merchant_demo",
  "range": "1d",
  "snapshots": [
    {
      "payment_method_type": "CARD",
      "payment_method": "CREDIT",
      "gateway": "adyen",
      "score_value": 0.831,
      "transaction_count": 214,
      "last_updated_ms": 1808624000000
    }
  ],
  "series": [
    {
      "bucket_ms": 1808624000000
    }
  ]
}