Developers
Interactive API Sandbox
Send a sample transaction and inspect the enriched JSON response — right in your browser.
Try the API
Interactive Enrichment Sandbox
Paste a raw transaction string — or upload a full bank statement — and watch Tanzim resolve it into structured merchant data in real time.
POST/v1/transactions/enrich
RequestPresets
response.json
200 OK
{
"merchant": {
"name": "Khaadi",
"logo_url": "/__l5e/assets-v1/e49df878-09a9-4b5a-9267-90aec2c0b465/khaadi.png",
"category": "Fashion & Apparel",
"subcategory": "Women's Ready-to-Wear",
"mcc": "5651"
},
"location": {
"city": "Lahore",
"branch": "Packages Mall",
"country": "PK"
},
"payment": {
"channel": "POS",
"instrument": "Visa Debit"
},
"contact": {
"website": "khaadi.com",
"phone": "+92 42 111 KHAADI"
},
"tags": [
"retail",
"apparel",
"verified"
],
"amount": {
"value": 845,
"currency": "PKR"
},
"timestamp": "2026-09-02T14:41:04.856Z",
"confidence": 0.9572654834330147
}
Khaadi
Fashion & Apparel · Lahore · MCC 5651
PKR 845
conf 95.7%