Developers

Built for developers.

REST APIs, typed SDKs, structured JSON responses and a full sandbox. Production in days, not quarters.

  • REST API
  • Typed SDKs
  • JSON Responses
  • Sandbox
  • Webhooks
  • API Docs
tanzim.ts
// Enrich a single transaction
const res = await tanzim.transactions.enrich({
  raw: "POS 0384 MCD KHI",
  amount: 1240,
  currency: "PKR"
});

{
  "merchant": { "name": "McDonald's", "id": "mch_4f2a" },
  "category": { "id": "food_dining", "confidence": 0.992 },
  "location": { "city": "Karachi", "country": "PK" },
  "graph":    { "related": ["KFC","Burger King","FoodPanda"] }
}