Changelog

Latest updates, fixes, and new features.

April 2026

  • NewTwo-Factor Authentication — secure your account with Google Authenticator, Authy, or any TOTP app. Optional, with 8 one-time recovery codes
  • NewAvalanche C-Chain support — accept AVAX, USDC, and USDT on Avalanche (mainnet and Fuji testnet)
  • NewAccount Security page — enable, disable, and manage 2FA from Settings > Security
  • New2FA documentation — new "Account Security" guide in the docs
  • ImprovementBlockchain count updated to 7 across all pages, docs, and marketing
  • ImprovementAll login methods (Magic Link, Google, Wallet) now support 2FA verification
  • FixPrice conversion now correctly supports AVAX
  • FixTestnet chain detection uses centralized configuration instead of hardcoded values

April 2026 (early)

  • NewWooCommerce plugin v1.5.0 — real-time payment status polling with full-screen checkout overlay, animated progress states, and proper blockchain verification
  • NewWooCommerce plugin v1.4.0 — accept crypto payments directly in your WooCommerce checkout with three integration methods: payment gateway, shortcode, and Gutenberg block
  • NewAuto-environment detection — plugin automatically uses testnet for localhost/staging and production for live domains. Override with DCP_ENV in wp-config.php
  • NewTutorial #6 — WooCommerce Crypto Payments: step-by-step guide from install to first payment
  • ImprovementDashboard payments and events pages now auto-refresh every 10 seconds with toggle control
  • ImprovementWebhook dashboard — delivery history table with event type, status, attempts, latency, and one-click replay for failed deliveries
  • ImprovementWebhook detail modal — inspect full JSON payload, signature header, and copy cURL replay command

March 2026

  • NewSDK v0.3.0 — lightweight architecture rewrite with dramatically reduced bundle size and zero external dependencies
  • NewDCP.Payment() API — create payments with dynamic amounts programmatically using your Integration ID
  • NewTutorial series — 5 step-by-step guides published covering payment links, donations, HTML buttons, Next.js integration, and webhooks
  • NewDiscord community launched — discord.com/invite/PPdJNkXh
  • NewTelegram community launched — t.me/dcp_Community
  • ImprovementDCP.init() simplified — minimal configuration required
  • ImprovementNext.js SSR safety — dynamic import pattern documented to prevent server-side crashes
  • FixImproved HMAC signature parsing for webhook verification
  • FixImproved timestamp and signature validation for webhooks
  • FixFixed raw body encoding for webhook payloads

February 2026

  • NewWebhook system — HMAC-SHA256 signed notifications with automatic retries and exponential backoff
  • NewWebhook events — payment.pending, payment.processing, payment.succeeded, payment.failed, payment.expired, payment.late_confirmation
  • NewWebhook secrets — auto-generated whsec_ prefixed secrets per integration
  • NewReplay protection — 5-minute window for webhook signature validation
  • ImprovementWebhooks moved from global settings to per-integration configuration — each project gets its own webhook URL and secret
  • ImprovementSettings page renamed from "General" to "Workspace" — cleaner separation of Tenant vs User settings

January 2026

  • NewSetup Checklist — streamlined onboarding in 3 steps: configure payout wallet, create integration, generate payment tool
  • NewAuto-Conversion — automatically swap incoming payments to your preferred stablecoin via DEX
  • NewDonation pages — let supporters choose their own amount with a dedicated donation tool type
  • NewGet Code modal — three integration options per payment tool: Payment Link, Button Code, Widget Code
  • ImprovementSetup Checklist reduced from 4 to 3 steps — webhook configuration removed (optional, available in integration settings)
  • ImprovementMagic Link authentication — sign up with email or connect your crypto wallet directly

December 2025

  • NewDirectCryptoPay launched — non-custodial crypto payment gateway for merchants
  • NewSupport for 6 EVM mainnets — Ethereum, Polygon, Base, BNB Chain, Arbitrum, Optimism
  • NewUSDC, USDT, and ETH accepted across all supported networks
  • NewPayment tools — create payment links and donation pages from your dashboard
  • NewStarter plan — free, 20 transactions/month or $2,000 volume
  • NewPro plan — $29/month, unlimited transactions, zero platform fees
  • NewTestnet mode — test everything for free with no limits, active on every account from day one
  • NewCDN-hosted versioned widget — guaranteed stability for production integrations
  • NewDCP.onReady() callback — clean initialization without polling
  • NewSwagger API documentation — docs.directcryptopay.com