# Changelog

## v0.4.8: KuCoin Pay + Transfers

> October 22nd, 2025

**What's New:**

* Merchants can now accept payments and process payouts via **KuCoin Pay**.
* The payment page is now available in more **languages**: English, Arabic, French, Portuguese, Bengali, Spanish, and Russian.
* The Payment API now supports **successUrl** and **cancelUrl**, enabling automatic redirection back to the merchant’s platform after payment completion or cancellation.
* :sparkles: **Transfers:** Merchants can now move crypto between supported networks. Initial release supports:

  * USDT Binance Pay → USDT Ethereum
  * USDT Binance Pay → USDT Tron

  Additional routes will be added progressively.
* Bug Fixes & Improvements to ensure fast and stable transaction processing, better payment experience, and resilient infrastructure and compliance.

## v0.4: BSC + Dashboard v2 + Payment Page

> May 16th, 2025

**What's New:**

* **USDT** and **USDC** on **BNB Smart Chain** (BSC).
* Bitnbox-hosted **payment page** for **all supported networks**.
* **Merchant Dashboard v2**: Web app is now faster and better with a new user interface, data export, and no-code payment creation.
* Bug Fixes & Improvements.

## v0.3.4: Tron + Mobile Payment Page

> Oct 4th, 2024

**What's New:**

* **USDT** on **Tron** is now available for payments and payouts.
* The **Tron Nile** network is available for test transactions.
* **Bitnbox-hosted payment page for Binance Pay:** Improved mobile payment experience.
* **Optimized Onchain Payouts:** Faster processing and lower fees.
* **Merchant Dashboard is improving**: the transaction history page is now more readable and easy to use.
* Minor bug fixes and improvements.

## v0.2.0: Binance Pay

> Jun 21st, 2024

**What's New:**

* Merchants can now accept payments and make payouts via Binance Pay. This payment method boasts gasless off-chain transactions and instant confirmation. It supports 80+ currencies, all automatically converted to USDT or USDC for merchants.
* Minor bug fixes and improvements.

## v0.1.0: Beta Launch

> Apr 27th, 2024

Bitnbox is out of alpha! We're now entering the beta stage and opening early access.

**What's New:**

* **Host-to-Host Payments:** Merchants can integrate Bitnbox seamlessly into their existing infrastructure using our APIs for payments and payouts.
* **Currencies & Networks:** Merchants can now accept payments in USDT and USDC on the Ethereum and Polygon networks.
* **App:** Merchants can track transactions and balance, and manage payouts via [app.bitnbox.io](https://app.bitnbox.io).
* **Test Mode:** Merchants can test integration in the sandbox environments on Sepolia and Amoy testnets before going live.
* **Landing Page** [**Launch**](https://bitnbox.io)**.**
* **Product Documentation** [**Launch**](https://docs.bitnbox.io)**.**

In the upcoming releases, we'll focus on expanding the list of supported currencies, networks and payment methods, and improving the merchant and customer payment experience.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.bitnbox.com/changelog.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
