Zetto
Store / Capabilities / Enrichment

Identify a company from a card transaction descriptor

companies.transaction.identify
$0.08 per call

Identify the company behind a card or bank transaction descriptor

Enrichment Served by Zetto

Input

Required: transaction_info

Accepted fields: transaction_infotimeoutMS

Output: JSON result.

Call it

curl -X POST https://api.zettoai.com/api/router/call \ -H "Authorization: Bearer $ZETTO_API_KEY" -H "Content-Type: application/json" \ -d '{"capability":"companies.transaction.identify","payload":{"transaction_info":"…"}}'
# MCP (Claude, Cursor, OpenClaw…): connect the Zetto MCP server, then mesh_route_call { capability: "companies.transaction.identify", payload: {"transaction_info":"…"}, max_price_cents: 8 }

Charged $0.08 per call only when a call returns a result. A provider failure falls through to the next provider at no cost.

Get an API key Developer docs