---
name: "xpay-brand-dev-brand-dev-identify-brand-from-transaction-data"
description: "Endpoint specially designed for platforms that want to identify transaction data by the transaction title."
version: "1.0.0"
price: "$0.06/call"
provider: "Brand.dev API"
---

# Brand Dev Identify Brand From Transaction Data

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

**Provider:** Brand.dev API
**Price:** $0.06/call
**Pricing model:** Flat rate per call

## When to Use

Use this tool when you need to endpoint specially designed for platforms that want to identify transaction data by the transaction title.. This is part of the Brand.dev API provider on xpay✦.

## MCP Connection

Connect to xpay✦ to access this tool (and 12+ others):

```json
{
  "mcpServers": {
    "xpay": {
      "url": "https://mcp.xpay.sh/mcp?key=YOUR_API_KEY"
    }
  }
}
```

For Claude Code:
```bash
claude mcp add --transport http xpay "https://mcp.xpay.sh/mcp?key=YOUR_API_KEY"
```

## How to Execute

Use the xpay✦ meta-tools to run this tool:

1. **`xpay_details`** — Get full input schema: `xpay_details("brand-dev/brand-dev_identify_brand_from_transaction_data")`
2. **`xpay_run`** — Execute: `xpay_run("brand-dev/brand-dev_identify_brand_from_transaction_data", { ...inputs })`

## Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `force_language` | string | No | Optional parameter to force the language of the retrieved brand data. |
| `country_gl` | string | No | Optional country code (GL parameter) to specify the country. This affects the geographic location used for search queries. |
| `city` | string | No | Optional city name to prioritize when searching for the brand. |
| `phone` | number | No | Optional phone number from the transaction to help verify brand match. |
| `timeoutMS` | integer | No | Optional timeout in milliseconds for the request. If the request takes longer than this value, it will be aborted with a 408 status code. Maximum allowed value is 300000ms (5 minutes). |
| `maxSpeed` | boolean | No | Optional parameter to optimize the API call for maximum speed. When set to true, the API will skip time-consuming operations for faster response at the cost of less comprehensive data. |
| `mcc` | string | No | Optional Merchant Category Code (MCC) to help identify the business category/industry. |
| `transaction_info` | string | Yes | Transaction information to identify the brand |

## Pricing

- **Cost:** $0.06/call
- **Balance check:** Use `xpay_balance` to check remaining credits
- Get your API key at [xpay.tools](https://xpay.tools/account/settings/api-keys/) — $5 free credits included

## Related Skills

- [Brand.dev API (all tools)](https://xpay.tools/skills/brand-dev/SKILL.md) — 13 tools
- [Brand Dev Retrieve Brand Data By Domain](https://xpay.tools/skills/brand-dev/brand-dev-retrieve-brand-data-by-domain/SKILL.md) — $0.06/call
- [Brand Dev Retrieve Brand Data By Company Name](https://xpay.tools/skills/brand-dev/brand-dev-retrieve-brand-data-by-company-name/SKILL.md) — $0.06/call
- [Brand Dev Extract Fonts From Website](https://xpay.tools/skills/brand-dev/brand-dev-extract-fonts-from-website/SKILL.md) — $0.06/call
- [Brand Dev Retrieve Naics Code For Any Brand](https://xpay.tools/skills/brand-dev/brand-dev-retrieve-naics-code-for-any-brand/SKILL.md) — $0.06/call
- [Brand Dev Retrieve Brand Data By Email Address](https://xpay.tools/skills/brand-dev/brand-dev-retrieve-brand-data-by-email-address/SKILL.md) — $0.06/call

## Links

- Tool page: https://xpay.tools/brand-dev/brand-dev-identify-brand-from-transaction-data/
- Provider: https://xpay.tools/brand-dev/
- All tools: https://xpay.tools/explore
