Skip to Content
DocumentationChangelog

Changelog

All notable API changes documented here.


v0.8.0 — 2026-04-04

Rebrand & Domain

  • Inzilink → Inzi — brand name updated across all UI, emails, schema.org
  • Primary frontend domain: inzipay.com
  • API domain unchanged: api.inzilink.com
  • Payment links unchanged: inzilink.com/p/{code}

Fiat Waitlist

  • POST /api/v1/waitlist/fiat — capture card payment interest

v0.7.0 — 2026-04-03

Merchant Checkout API

  • POST /v1/checkouts — create checkout session, returns hosted checkout_url
  • GET /v1/checkouts/:id — status + payment details with chk_live_/chk_test_ prefixed IDs
  • GET /v1/checkouts — paginated list with status/date filters
  • Metadata passthrough — arbitrary JSON (max 4KB), returned in webhooks untouched
  • Inzi webhook format — timestamp-based HMAC (X-Inzi-Signature), events: checkout.completed, checkout.expired, checkout.underpaid
  • Test modesk_test_ keys fire mock webhook after 5s, no blockchain monitoring
  • Stripe-like errors{ error: { type, message, param, code } }
  • Per-endpoint rate limits — 60/30/120 req/min with X-RateLimit-* headers
  • redirect_url — auto-redirect 2s after payment success
  • Amount tolerancemax(1%, $0.05) for network rounding

TON Blockchain

  • Chain.TON — The Open Network added as supported chain
  • TonTheScanner — Jetton (USDT) transfer monitoring via TON Center v3 API
  • TON wallet — V4R2 hot wallet on mainnet, memo-based addressing

v0.6.0 — 2026-03-30

Merchant Experience

  • Payment link templates: invoice, donation, subscription, custom
  • Custom branding on checkout (logo, color, support URL)
  • CSV export for payments and settlements
  • Daily email summary (08:00 UTC)
  • Multi-user merchant accounts (owner/admin/viewer roles)
  • Team management API and invite flow

v0.5.0 — 2026-03-30

Production Hardening

  • Webhook retry dashboard + manual retry
  • Sentry error monitoring
  • PaymentRouter verified on Polygonscan and BaseScan
  • Uptime monitoring

v0.4.0 — 2026-03-28

Non-Custodial Escrow

  • PaymentRouter contract on Polygon
  • Dual payment mode: escrow (non-custodial) + custodial fallback
  • Wallet generation endpoint
  • Auto on-chain merchant registration

v0.3.0 — 2026-03-22

Admin & Billing

  • Admin panel for merchant management
  • Fee system (starter 1.5%, growth 1.0%, scale 0.7%, custom)
  • Subscription billing

v0.2.0 — 2026-03-15

Frontend & Deployment

  • Merchant dashboard (Next.js)
  • Checkout page with QR code
  • Landing page
  • E2E + integration tests
  • Railway (API) + Vercel (web) deployment
  • API key generation (sk_live_ prefix)

v0.1.0 — 2026-03-11

Initial MVP

  • Monorepo (pnpm workspaces)
  • Fastify 5 API with versioned routes
  • Prisma 6 + PostgreSQL
  • JWT + API key authentication
  • EVM scanner (Polygon, Base, Ethereum)
  • TronScanner (TRC-20 USDT)
  • BullMQ workers (scanner, payment, webhook, sweep, settlement)