Raw transactions in.
Clean merchant data out.
The batch-first transaction enrichment API for fintech developers. Enrich raw statement strings with canonical names, clean domains, categories, subscription flags, and MCC codes in under 50ms.
Enrichment Sandbox
Test raw transaction strings to see the enriched structured output returned by the ParseTx API.
1. Input Statement Text
Try the presets below — free, no limit. Or paste your own raw bank statement string (5 custom demos).
2. Response & Integration
// Loading output...
// Loading snippet...
// Loading snippet...
// Loading snippet...
Capabilities
Built for engineers who move fast.
| Metric | ParseTx | Typical Alternative |
|---|---|---|
| Cache hit latency | <50ms | ~200ms |
| Sync batch size | 10 txns / req | 1 txn / req |
| Async batch size | 500 txns / req | Not supported |
| Matching accuracy | 99.8% | ~82–87% |
| Price per enrichment | $0.001 | ~$0.01–0.02 |
POST /v1/enrich/batch
Content-Type: application/json
Authorization: Bearer {API_KEY}
{
"transactions": [
"AMZN MKTP US*1A2B3C",
"NETFLIX.COM CARD 1234",
"UBER* TRIP PENDING SF"
]
}
// Response
{
"results": [
{
"merchant": "Amazon Marketplace",
"domain": "amazon.com",
"category": "Shopping",
"mcc_code": "5942",
"is_subscription": false,
"confidence": 0.99
},
...
]
}
Sub-50ms Response
We use a globally distributed KV cache. If a merchant has been resolved by our system anywhere in the world, it is served to you instantly from the edge.
Zero PII Leakage
Custom Regex strips names, addresses, and card numbers *before* sending to Gemini. Your customer data never reaches the LLM.
Simple, Dev-Friendly Pricing
Simple, usage-based pricing. Pay only for what you consume.
Free Developer Key
A real API key for integration testing. No credit card required.
- 5,000 transactions / month (Free Key only)
- No credit card required
- Email verification only
- Full API response schema
- Upgrade anytime
Developer API
Simple consumption-based billing. Pay only for what you use, billed at $0.001 from the very first request.
- $0.001 per transaction
- Card on file required
- Sub-50ms cache hits
- Native batch enrichment
- Standard developer support
Enterprise
High volume discounts and custom deployments.
- Volume pricing (< $0.002/req)
- Dedicated edge processing nodes
- Custom metadata taxonomies
- 99.99% SLA guarantee
- Dedicated Slack support channel
Get in Touch
Have questions about integrations, volume pricing, or beta access? Send us a message.