Developer API

Build smarter underwriting into your platform

Integrate DataMerch's merchant intelligence directly into your software via our REST API. Real-time lookups, webhook notifications, and clean JSON responses.

merchant_lookup.js
const result = await fetch('https://api.datamerch.com/v2/merchants', { method: 'GET', headers: { 'Authorization': `Bearer ${API_KEY}`, 'Content-Type': 'application/json' }, // Search by EIN or business name params: { q: '81-1234567' } }); const { merchants } = await result.json(); // [{ id, name, ein, risk_level, records: [...] }]
REST API with JSON responses Simple, well-documented endpoints for merchant search and record retrieval
Webhook notifications Receive real-time alerts when subscribed merchant records are updated
Secure API key authentication Token-based auth with per-key rate limits and usage analytics

Request Integration access

Tell us about your integration and we'll be in touch.

Required
Please select a category
Please enter a valid URL
Please enter a valid email address
Please provide a brief explanation (at least 20 characters)

Request submitted!

Thanks for your interest in the DataMerch API. Our team will review your application and reach out with next steps.

Back to Homepage