Turn cryptic bank codes into rich merchant profiles with logos, categories, contacts, MCC codes, and 15+ data fields per transaction.
{
"merchantName": "NFLX*NETFLIX.COM 866-579-7172"
}{
"merchant_name": "Netflix",
"category": "streaming",
"logo_url": "https://img.logo.dev/...",
"is_subscription": true,
"contact_phone": "+1 866-579-7172",
"mcc_code": "5815",
"confidence": 0.98
}One API call returns 15+ enriched data points per transaction
Identify real merchant names from cryptic bank codes. NFLX becomes Netflix, AMZN becomes Amazon.
Auto-categorize into grocery, streaming, transport, healthcare, entertainment, and many more.
High-resolution merchant logos via Logo.dev with automatic Google favicon fallback.
Customer service phone, support email, and help URLs for thousands of merchants.
Standard ISO 18245 Merchant Category Codes for payment processing and compliance.
Automatically identify recurring charges, trials, and subscription-based services.
Environmental impact classification from very_low to very_high for ESG reporting.
Know if it's a chain, online-only, or local business. Includes country of origin.
AI confidence ratings from 0.0 to 1.0 so you know when to trust the enrichment.
Every field returned for a single enrichment request
{
"merchant_name": "Netflix",
"category": "streaming",
"categories": ["streaming", "entertainment", "subscription"],
"subcategory": "video_streaming",
"business_type": "subscription",
"mcc_code": "5815",
"is_chain": false,
"is_subscription": true,
"is_online_only": true,
"domain": "netflix.com",
"logo_url": "https://img.logo.dev/netflix.com?token=...",
"brand_id": "netflix_us",
"country": "US",
"contact_phone": "+1 866-579-7172",
"contact_email": "help@netflix.com",
"support_url": "https://help.netflix.com",
"co2_category": "low",
"confidence": 0.98,
"description": "Streaming entertainment service"
}No subscriptions. No minimums. Load balance and use the API.
All 15+ fields included
No credit card required
POST /auth/register { "email": "...", "password": "...", "name": "..." }
Use the dashboard to add balance. Accepts cards, Apple Pay, Google Pay.
POST /enrich Authorization: Bearer enrich_xxxxx { "merchantName": "AMZN*12345 SEATTLE" }