# Context.dev Transaction Identifier

> Context.dev Transaction Identifier is a paid API for AI agents from Context.dev at mpp.orthogonal.com, paid per call via MPP, $0.03/call, status unknown (last checked 2026-09-22).

Identifies and retrieves brand/context data associated with a transaction by its transaction title.

## Facts

- Endpoint: GET https://mpp.orthogonal.com/context-dev/brand/transaction_identifier
- Price: $0.03/call
- Payment: MPP
- Status: unknown
- Last checked: 2026-09-22
- Activations on Zero: 0
- Provider: Context.dev
- Docs: https://www.context.dev
- Website: https://www.context.dev
- Tags: scraping, brand, context, extraction, web, data
- Canonical page: https://www.zero.xyz/c/context-dev-transaction-identifier-61c2ba00
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_X-hTvaEAeVSdM0D797x0z

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability context-dev-transaction-identifier-61c2ba00
```

Example prompt: I have a bank transaction titled 'AMZN Mktp US*AB12C3456' — can you identify which brand or merchant this belongs to and give me their company details?

## When to prefer this

Use this endpoint when you need to identify or enrich financial transaction data by resolving a raw transaction title string (such as those found in bank statements or payment records) to a known brand or merchant. Prefer this over generic brand lookup endpoints when the input is specifically a transaction title rather than a domain or email.

## Known failure modes

- Transaction title does not match any known brand — returns empty or null result
- Ambiguous transaction title matching multiple merchants — low confidence result
- Rate limit exceeded — HTTP 429
- Invalid or missing transaction title parameter — HTTP 400
- Service unavailable — HTTP 500

## How this service works

Endpoint specially designed for platforms that want to identify transaction data by the transaction title.

## Output

Returns brand and context data associated with the identified merchant or company behind the given transaction title, including company name, domain, and other available brand attributes.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/context-dev-transaction-identifier-61c2ba00/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from mpp.orthogonal.com](https://www.zero.xyz/host/mpp.orthogonal.com/llms.txt)
