Bicrypto 5.7.6

3 December 2025

PAYMENT GATEWAYNEW EXTENSIONMULTI-WALLET PAYMENTSSECURITYNEXT.JS 16

Core v5.7.6

Release Date: December 03, 2025 Tags: PAYMENT GATEWAY, NEW EXTENSION, MULTI-WALLET PAYMENTS, SECURITY, NEXT.JS 16

Update Instructions

Before running the update, you MUST restart your VPS/server:

  1. Restart your VPS (reboot the entire server)
  2. After reboot, run pnpm install to update dependencies
  3. Rebuild and start your application

Failure to restart the server before updating may cause build failures or runtime errors due to cached processes and memory issues.


Added

Payment Gateway extension

This release introduces the Payment Gateway extension, enabling merchants to accept cryptocurrency payments from external websites and applications.

  • Added multi-wallet payments. A customer can pay with several wallets and currencies in a single transaction, split across FIAT, SPOT and ECO wallet types, converted at live market rates.
  • Added a merchant dashboard covering analytics, payment history and payouts.
  • Added a REST API with webhooks for third-party integration, and a ready-to-use WordPress/WooCommerce plugin.
  • Added a full sandbox test mode for development.

Merchant features

  • Added a payment list with detailed transaction history.
  • Added full and partial refunds to customers.
  • Added API key generation and management.
  • Added payout tracking for pending and completed payouts.
  • Added a live view of available and pending balances per currency.

Admin features

  • Added merchant management — approve, suspend or otherwise manage merchant accounts.
  • Added oversight of every payment on the platform, with filtering and search.
  • Added review and approval of merchant payout requests.
  • Added platform analytics covering revenue, transaction volumes and fees collected.
  • Added global settings for fees, payout schedules and payment limits.
  • Added separate tracking of merchant pending and available funds, held apart from wallet balances. Funds stay in the gateway balance until a payout is approved by an admin.
  • Added webhook notifications when a payment completes, is refunded or fails.

Changed

Frontend build

  • Changed to Next.js 16.1.0-canary.15, which carries the latest security patches and improves Turbopack stability.
  • Changed the build configuration to isolate server-only modules from the browser bundle, and removed the deprecated setting it replaces.

Fixed

  • Fixed the "NftJsonAsset: cannot handle filepath worker_threads" build failure.