Changelog

Stay up to date with the latest improvements and features.

v1.5.0
May 14, 2026

Hosted checkout

Merchants can offer a VerifyTaka-hosted payment page, verify TrxID in one flow, and correlate orders in the dashboard.

  • Hosted checkout at /pay/:token — create sessions with POST /v1/checkout/sessions (secret key), customer completes pay + TrxID on your branded flow
  • Signed redirects to merchant success_url and payment.verified webhook fields checkout_session_id and merchant_order_id for fulfillment
  • Transaction list shows a hosted-checkout indicator with merchant order id when a payment came from checkout
  • Public checkout API routes are rate-limited; CORS configurable via CHECKOUT_ALLOWED_ORIGINS
  • Dashboard transactions listing optimized for Workers CPU (single encryption key derive per request)
  • Documentation: scroll-synced sidebar, hosted-checkout section, and expanded AI Context export
v1.4.2
May 2, 2026

Public documentation & developer tools

Public API documentation, exportable AI integration context, and clearer implementation patterns across public routes.

  • Launched public API documentation at /docs
  • Added AI Context JSON download for faster integrations
  • Redesigned implementation patterns with interactive modals
  • Unified global navigation and footer across public routes
v1.3.0
April 20, 2026

Performance & stability

Backend optimizations to reduce verification latency and improve device connectivity.

  • Reduced API response time by 40% through edge caching
  • Improved Android device keep-alive logic
  • Added support for Nagad merchant numbers
  • New real-time transaction monitoring dashboard