> ## Documentation Index
> Fetch the complete documentation index at: https://cobo.com/payments/llms.txt
> Use this file to discover all available pages before exploring further.

# Release History

This document records all major updates and upcoming features for the Cobo Payments solution, helping you stay informed about product developments and upgrades.

## July 2026

| Feature              | Description                                                                                                                                                                                                                                                                                                                                                                                            | Release Date |
| -------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------ |
| **Funds Management** | (SDK v1.39.0) Bulk Send: `PaymentBulkSendItemValidationStatus` schema added `NotExecuted` enum value. Returned as `validation_status` in [List bulk send items](/payments/en/api-references/payment/list-bulk-send-items), indicating that item validation was not executed (for example, when other items fail validation in `Strict` mode and the entire batch is rejected at the validation stage). | 2026-07-01   |

## June 2026

| Feature              | Description                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    | Release Date |
| -------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------ |
| **Webhook**          | (SDK v1.38.0) Added a new webhook event `payment.account.balance.updated` (`PaymentAccountBalanceUpdate`), triggered when the available balance of a Payments account changes for a specific token. The payload includes the account information (`source_account`, `source_id`, `source_type`), `token_id`, the change `amount`, `balance_before` / `balance_after`, `flow_direction`, and `update_time`. See [Status and events](/payments/en/guides/status-and-events).<br />Added the `merchant_id` field to the `payment.address.updated` webhook payload.                                                                                                                                                                                                | 2026-06-25   |
| **Funds Management** | (SDK v1.39.0) Allocation status tracking:<br />・[List all batch allocations](/payments/en/api-references/payment/list-all-batch-allocations) and [Create batch allocation](/payments/en/api-references/payment/create-batch-allocation): response now includes `status` field (`Pending`, `Processing`, `Completed`, `PartiallyCompleted`, `Failed`).<br />・[Get batch allocation information](/payments/en/api-references/payment/get-batch-allocation-information): response now includes `status` field.<br />・[List all allocation items](/payments/en/api-references/payment/list-all-allocation-items): response items now include `status` field (`Pending`, `Transferring`, `Completed`, `Failed`).                                                    | 2026-06-24   |
| **Funds Management** | (SDK v1.37.0) Added [List balance changes](/payments/en/api-references/payment/list-balance-changes) operation for retrieving balance changes of a specified source account.<br /><br />Bulk Send enhancements:<br />・[List bulk send items](/payments/en/api-references/payment/list-bulk-send-items): response now includes `tx_hash` field, returning the on-chain transaction hash for each bulk send item.<br />・[List all bulk sends](/payments/en/api-references/payment/list-bulk-sends), [Get bulk send information](/payments/en/api-references/payment/get-bulk-send-information), and the `payment.bulk_send.status.updated` webhook notification data now include `commission_fee` field, returning the commission fee charged for the bulk send. | 2026-06-09   |

## May 2026

| Feature                                | Description                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         | Release Date |
| -------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------ |
| **Funds Management**                   | (SDK v1.36.0) Bulk Send improvements:<br />・[Create bulk send](/payments/en/api-references/payment/create-bulk-send): added optional `request_id` field for idempotency — a caller-supplied unique key to prevent duplicate submissions. The `request_id` is also returned in the response.<br />・Added [List all bulk sends](/payments/en/api-references/payment/list-bulk-sends) operation for querying bulk send records, with optional filtering by `request_id`.                                                                                                                                                                                                                                                                                                               | 2026-05-26   |
| **Funds Management (Breaking Change)** | (SDK v1.35.0) The following deprecated bank account API operations have been permanently removed. Use the [Destination](/payments/en/api-references/payment/create-destination) related operations instead:<br />  - List bank accounts (`GET /payments/bank_accounts`)<br />  - Update bank account (`PUT /payments/bank_accounts/{bank_account_id}`)                                                                                                                                                                                                                                                                                                                                                                                                                              | 2026-05-12   |
| **Pay-in**                             | (SDK v1.35.0) Top-up payer enhancements:<br />・[List payers](/payments/en/api-references/payment/list-payers) response now includes the `custom_payer_id` field — the merchant-side unique identifier for the payer.<br />・Added [List payer transactions](/payments/en/api-references/payment/list-payer-transactions) operation for paginated retrieval of on-chain transactions for a specific payer, filterable by `custom_payer_id`, `merchant_id`, `token_id`, and `transaction_hash`. The `transactions` inline field in [List payers](/payments/en/api-references/payment/list-payers) is now deprecated and will be removed in a future version. Starting from this release, the field returns at most the 200 most recent transactions and no longer returns all records. | 2026-05-12   |

## April 2026

| Feature              | Description                                                                                                                                                                                                                                                                                                                                                                                                                                                                      | Release Date |
| -------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------ |
| **Funds Management** | (SDK v1.34.0) OffRamp payout routing via virtual account (VA) is now supported:<br />・[Estimate fees](/payments/en/api-references/payment/estimate-fees): added `transfer_via_va` field to the request body. Set to `true` to estimate fees for routing the payout via a virtual account; `false` for direct bank transfer.<br />・`RecipientInfo` schema: added `transfer_via_va` field in payout responses, indicating whether the payout was routed through a virtual account. | 2026-04-07   |
| **Refunds**          | (SDK v1.34.0) [Create refund link](/payments/en/api-references/payment/create-refund-link): added optional `order_id` field. You can now specify the order to refund using either `order_id` or `transaction_id`; previously only `transaction_id` was accepted.                                                                                                                                                                                                                 | 2026-04-07   |

## March 2026

| Feature              | Description                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         | Release Date |
| -------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------ |
| **Payment Link**     | (SDK v1.33.0) Added [Create SDK link](/payments/en/api-references/payment/create-sdk-link) operation. Generates an SDK link token and URL for initializing the Cobo Payments frontend SDK, enabling developers to embed the payment interface in web applications.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | 2026-03-24   |
| **Webhook**          | (SDK v1.32.0) Added a Webhook trigger API `payments/webhooks/trigger`. Developers can now manually trigger Payment-related Webhook events without creating actual transactions, making integration testing easier.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | 2026-03-12   |
| **Funds Management** | (SDK v1.32.0) The `List merchant balances` endpoint now supports flexible querying. Both `token_id` and `merchant_ids` parameters are optional, allowing queries by specific token or across multiple merchants.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    | 2026-03-12   |
| **Destinations**     | (SDK v1.32.0) Payout Destination management enhancements:<br />・**Create destination** — Request: added `bank_accounts[].country` and `bank_accounts[].city`; `bank_accounts[].intermediary_bank_info.bank_address` is now optional<br />・**Get destination detail** — Response: added `bank_accounts[].country` and `bank_accounts[].city`<br />・**Create destination entry** — Request: added `bank_accounts[].country` and `bank_accounts[].city`; `bank_accounts[].intermediary_bank_info.bank_address` is now optional<br />・**List destination entries** — Response: added `bank_accounts[].country` and `bank_accounts[].city`<br />・**Get destination entry information** — Response: added `bank_account.country` and `bank_account.city`<br />・**Update destination entry** — Response: added `bank_account.country` and `bank_account.city`; Request: `bank_account.intermediary_bank_info.bank_address` is now optional | 2026-03-12   |
| **Reports**          | (SDK v1.32.0) The `Generate reports` endpoint now supports a new `report_types` enum value: `BulkSend`.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             | 2026-03-12   |

## February 2026

| Feature                        | Change Description                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | Release Date |
| :----------------------------- | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :----------- |
| **Cobo Payments AI Assistant** | The [Cobo Payments AI Assistant](/payments/en/guides/payments-ai-assistant) is an intelligent conversational assistant embedded in Cobo Portal. It helps you complete initial setup, explore core payment features, and answer product questions.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      | 2026-02-05   |
| **Funds Management**           | The app now supports [Bulk send](/payments/en/guides/bulk-send).                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       | 2026-02-05   |
| **SDK & API**                  | (SDK v1.31.0) Webhook events have been updated as follows:<br /><br />- New events:<br />　- `payment.transaction.external.created`<br />　- `payment.transaction.external.completed`<br />- Removed: `payment.transaction.held`<br />- `payment.status.updated` renamed to `payment.order.status.updated` (**re-subscription required**)<br />　- No longer delivered: `Processing`<br />　- Delivered only: `Completed` / `Expired` / `Underpaid`<br />- `payment.refund.status.updated`<br />　- No longer delivered: `Processing`<br />　- Delivered only: `Completed` / `PartiallyCompleted` / `Failed`<br />- `payment.payout.status.updated` now includes `RejectedByBank` status                                                                                                                                     | 2026-02-05   |
| **Supported Chains**           | (SDK v1.31.0) Added support for querying supported tokens: [List supported tokens](/payments/en/api-references/payment/list-supported-tokens).                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         | 2026-02-05   |
| **Pay-in**                     | New amount parameter validation rules when creating pay-in orders. When using `pricing_currency`, `pricing_amount`, and `payable_currency`, the request must match one of the following two combinations:<br /><br />**Option 1: Create order by pricing amount**<br />　- Required: `pricing_currency`, `pricing_amount`, `payable_currency`<br />　- Must not set: `payable_amount`<br /><br />**Option 2: Create order by payable amount**<br />　- Required: `payable_currency`, `payable_amount`<br />　- Must not set: `pricing_currency`, `pricing_amount`<br /><br />Note: `payable_currency` is required in all cases. Requests that use both options or do not match either combination will be rejected.<br /><br />Related API: [Create pay-in order](/payments/en/api-references/payment/create-pay-in-order) | 2026-02-05   |

## January 2026

| Feature                            | Change Description                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | Release Date |
| ---------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------ |
| **Pay-in (Breaking Change)**       | (SDK v1.30.0) When calling [Create pay-in order](/payments/en/api-references/payment/create-pay-in-order) to create a payment order, `payable_currency` are now required parameters. Requests without these fields will fail validation and cannot create payment orders. Please update your request body to ensure these fields are included.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    | 2026-01-22   |
| **Payment Link (Breaking Change)** | (SDK v1.30.0) When calling [Create order link](/payments/en/api-references/payment/create-order-link) to create a payment link, `pricing_currency`, `pricing_amount`, and `payable_currencies` are now required parameters. Requests without these fields will fail validation and cannot create payment links. Please update your request body to ensure these fields are included.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | 2026-01-22   |
| **Funds Management**               | (SDK v1.30.0) New Payout API operations with a more efficient process—no need to distinguish fund sources (pay-in/top-up mode) or specify orders, just enter the amount to complete the payout. For cryptocurrency transfers, [automatic cross-chain](/payments/en/guides/crypto-payouts) is supported, allowing you to transfer the same token distributed across different chains to a single destination address in one operation.<br /><br />Related API operations include:<br />  - [Create payout](/payments/en/api-references/payment/create-payout)<br />  - [List all payouts](/payments/en/api-references/payment/list-all-payouts)<br />  - [Get payout information](/payments/en/api-references/payment/get-payout-information)<br /><br />The following payout operations have been deprecated:<br />  - [Create settlement request](/payments/en/api-references/payment/create-settlement-request)<br />  - [List all settlement requests](/payments/en/api-references/payment/list-all-settlement-requests)<br />  - [Get settlement request information](/payments/en/api-references/payment/get-settlement-request-information)<br />  - [List all settlement details](/payments/en/api-references/payment/list-all-settlement-details)<br /><br />These operations can still be used, but we recommend migrating to the new API operations as soon as possible for a better payout experience. | 2026-01-22   |
| **Funds Management**               | (SDK v1.30.0) Added Bulk Send API operations supporting cryptocurrency bulk transfer functionality:<br />  - [Create bulk send](/payments/en/api-references/payment/create-bulk-send)<br />  - [Get bulk send information](/payments/en/api-references/payment/get-bulk-send-information)<br />  - [List bulk send items](/payments/en/api-references/payment/list-bulk-send-items)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               | 2026-01-22   |
| **Pay-in**                         | (SDK v1.30.0) Added [Batch Create Top-up Address](/payments/en/api-references/payment/batch-create-top-up-addresses) operation, supporting batch retrieval of top-up addresses.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   | 2026-01-22   |
| **Funds Management**               | (SDK v1.30.0) The `fee_type` enum in the [Estimate fees](/payments/en/api-references/payment/estimate-fees) operation now supports the following values for estimating fees for various payout methods:<br /><br />  - `CryptoPayout` (Cryptocurrency transfer)<br />  - `CryptoPayoutBridge` (Cryptocurrency transfer with cross-chain operation)<br />  - `OffRampPayout` (Off-ramp integration)<br /><br />The `CryptoSettlement` and `OffRampSettlement` values have been deprecated.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         | 2026-01-22   |
| **Funds Management**               | (SDK v1.30.0) To improve parameter naming consistency and result readability, field names in the following Allocation operations have been updated. Please adjust your request parameters and response parsing logic accordingly:<br /><br />  - The `allocation_requests` field in the [Create batch allocation](/payments/en/api-references/payment/create-batch-allocation) operation has been updated to `allocation_params`.<br />  - The `allocation_records` field in [Get batch allocation information](/payments/en/api-references/payment/get-batch-allocation-information) has been renamed to `allocation_items`.<br />  - The **List all allocation records** operation has been renamed to [List all allocation items](/payments/en/api-references/payment/list-all-allocation-items), and the `allocation_record_id` field in the response has been renamed to `allocation_item_id`.<br /><br />Please complete the field name updates as soon as possible to ensure compatibility of allocation-related features in future versions.                                                                                                                                                                                                                                                                                                                                                              | 2026-01-22   |
| **Destinations**                   | (SDK v1.30.0) The following operations have been deprecated. Please use the [Destination](/payments/en/api-references/payment/create-destination) related operations instead:<br />  - [List all bank accounts](/payments/en/api-references/payment/list-all-bank-accounts)<br />  - [Create crypto address](/payments/en/api-references/payment/create-crypto-address)<br />  - [Delete crypto address](/payments/en/api-references/payment/delete-crypto-address)<br />  - [List crypto addresses](/payments/en/api-references/payment/list-crypto-addresses)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   | 2026-01-22   |

## December 2025

| Feature              | Change Description                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | Release Date |
| -------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------ |
| **Counterparties**   | (SDK v1.29.0) Added [Counterparties](/payments/en/guides/counterparties) API operations for managing payer information:<br />  - [Create counterparty](/payments/en/api-references/payment/create-counterparty)<br />  - [List all counterparties](/payments/en/api-references/payment/list-all-counterparties)<br />  - [Get counterparty information](/payments/en/api-references/payment/get-counterparty-information)<br />  - [Update counterparty](/payments/en/api-references/payment/update-counterparty)<br />  - [Delete counterparty](/payments/en/api-references/payment/delete-counterparty)<br />  - [Create counterparty entry](/payments/en/api-references/payment/create-counterparty-entry)<br />  - [List counterparty entries](/payments/en/api-references/payment/list-counterparty-entries)<br />  - [Get counterparty entry information](/payments/en/api-references/payment/get-counterparty-entry-information)<br />  - [Delete counterparty entry](/payments/en/api-references/payment/delete-counterparty-entry)                                                                                                     | 2025-12-29   |
| **Destinations**     | (SDK v1.29.0) Added [Destinations](/payments/en/guides/destinations) API operations for unified management of payout destination information:<br />  - [Create destination](/payments/en/api-references/payment/create-destination)<br />  - [List all destinations](/payments/en/api-references/payment/list-all-destinations)<br />  - [Get destination information](/payments/en/api-references/payment/get-destination-information)<br />  - [Update destination](/payments/en/api-references/payment/update-destination)<br />  - [Delete destination](/payments/en/api-references/payment/delete-destination)<br />  - [Create destination entry](/payments/en/api-references/payment/create-destination-entry)<br />  - [List destination entries](/payments/en/api-references/payment/list-destination-entries)<br />  - [Get destination entry information](/payments/en/api-references/payment/get-destination-entry-information)<br />  - [Update destination entry](/payments/en/api-references/payment/update-destination-entry)<br />  - [Delete destination entry](/payments/en/api-references/payment/delete-destination-entry) | 2025-12-29   |
| **Reports**          | (SDK v1.29.0) Added Reports API operations for generating and managing reports:<br />  - [Generate reports](/payments/en/api-references/payment/generate-reports)<br />  - [List all reports](/payments/en/api-references/payment/list-all-reports)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             | 2025-12-29   |
| **Funds Management** | (SDK v1.29.0) [List all bank accounts](/payments/en/api-references/payment/list-all-bank-accounts) operation has been deprecated.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               | 2025-12-29   |
| **Funds Management** | (SDK v1.28.0) Added [Allocation API](/payments/en/guides/allocate-funds) operations for flexible fund distribution between accounts:<br />  - [Get available allocation amount](/payments/en/api-references/payment/get-available-allocation-amount)<br />  - [Create batch allocation](/payments/en/api-references/payment/create-batch-allocation)<br />  - [Get batch allocation information](/payments/en/api-references/payment/get-batch-allocation-information)<br />  - [List all batch allocations](/payments/en/api-references/payment/list-all-batch-allocations)<br />  - [List all allocation records](/payments/en/api-references/payment/list-all-allocation-records)                                                                                                                                                                                                                                                                                                                                                                                                                                                            | 2025-12-18   |
| **Pay-in**           | (SDK v1.28.0) Simplified fields for [Create pay-in order](/payments/en/api-references/payment/create-pay-in-order) and [Create order link](/payments/en/api-references/payment/create-order-link): support for custom payable amounts, removed `exchange_rate` field, and optimized field naming for better readability and usability. Amount field precision is now unified to 2 decimal places for easier reconciliation and fund management.<br /><br />[Create pay-in order](/payments/en/api-references/payment/create-pay-in-order):<br />  - Added fields: `pricing_currency`, `pricing_amount`, `payable_currency`, `payable_amount`.<br />  - Deprecated fields: `currency`, `order_amount`, `token_id`, `custom_exchange_rate`.<br /><br />[Create order link](/payments/en/api-references/payment/create-order-link):<br />  - Added fields: `pricing_currency`, `pricing_amount`, `payable_currencies`, `payable_amounts`.<br />  - Deprecated fields: `currency`, `order_amount`, `token_ids`, `custom_exchange_rates`.                                                                                                            | 2025-12-18   |
| **Payment Link**     | (SDK v1.28.0) [Create order link](/payments/en/api-references/payment/create-order-link) added `return_url` field. You can now configure the merchant's original shopping page URL. Users can be redirected back to the shopping page upon successful payment or errors, improving the payment experience.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      | 2025-12-18   |

| Feature              | Change Description                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    | Release Date |
| -------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------ |
| **Funds Management** | - Added [Allocation](/payments/en/guides/allocate-funds) feature for manual fund distribution between accounts. Currently available via Payments App, API coming soon.<br />- Introduced [Account](/payments/en/guides/amounts-and-balances#accounts) concept. Accounts are virtual fund entities managed in the system ledger. See [Accounts and Fund Allocation](/payments/en/guides/amounts-and-balances) for details.<br />- Simplified payout process. No need to specify fund source (pay-in or top-up mode) or orders—just enter the amount. Currently available via Payments App, API coming soon. See [Off-Ramp](/payments/en/guides/fiat-payouts) and [Crypto Payouts](/payments/en/guides/crypto-payouts). | 2025-12-12   |
| **Payment Link**     | [Order payment link](/payments/en/guides/payment-link) redesigned:<br />- Brand new visual and interaction design<br />- Desktop support for Binance Wallet (EVM and Solana chains)<br />- Support for scanning QR codes with embedded amounts, auto-filling transfer amounts<br />- Third-party wallet optimization: simplified flow, recommends previously used wallet                                                                                                                                                                                                                                                                                                                                              | 2025-12-12   |
| **Counterparties**   | Added [Counterparties](/payments/en/guides/counterparties) feature for managing payer information. Currently available via Payments App, API coming soon.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             | 2025-12-03   |
| **Destinations**     | Added [Destinations](/payments/en/guides/destinations) feature for unified management of payout destination information. Currently available via Payments App, API coming soon.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       | 2025-12-03   |

## November 2025

| Feature              | Change Description                                                                                                                                                                                                         | Release Date |
| -------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------ |
| **Funds Management** | (SDK v1.27.0) Get payer balance operation has been removed.                                                                                                                                                                | 2025-11-26   |
| **Exchange Rates**   | (SDK v1.27.0) Added [Batch get exchange rates](/payments/en/api-references/payment/batch-get-exchange-rates) operation for batch exchange rate retrieval.                                                                  | 2025-11-26   |
| **SDK & API**        | (SDK v1.27.0) [Get Access Token](/v2/api-references/oauth/get-access-token) and [Refresh Access Token](/v2/api-references/oauth/refresh-access-token) operations have been deprecated.                                     | 2025-11-26   |
| **Refunds**          | (SDK v1.26.0) Added [Create refund link](/payments/en/api-references/payment/create-refund-link) operation for creating refund links. `RefundStatus` schema now includes `AddressPending` and `AddressSubmitted` statuses. | 2025-11-12   |

## October 2025

| Feature                 | Change Description                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | Release Date |
| ----------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------ |
| **Funds Management**    | (SDK v1.25.0) In [Create settlement request](/payments/en/api-references/payment/create-settlement-request), the previously deprecated `settlements.currency` and `settlements.bank_account_id` fields have been removed. Use the top-level `currency` and `bank_account_id` fields to specify fiat currency and bank account.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | 2025-10-30   |
| **Payment Link**        | (SDK v1.25.0) Added [Create order link](/payments/en/api-references/payment/create-order-link) operation for creating payment links for pay-in orders.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      | 2025-10-30   |
| **Pay-in**              | (SDK v1.25.0) - Added `payment.transaction.failed` event, triggered when a deposit transaction fails compliance screening.<br />- [Create pay-in order](/payments/en/api-references/payment/create-pay-in-order) request body now includes `amount_tolerance` field to specify acceptable underpayment deviation.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | 2025-10-30   |
| **Merchant Management** | Added auto-create wallet feature, simplifying merchant configuration and improving onboarding efficiency. See [Create Merchant](/payments/en/guides/preparation#create-merchant). Related API operations: [Create merchant](/payments/en/api-references/payment/create-merchant), [List all merchants](/payments/en/api-references/payment/list-all-merchants).                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             | 2025-10-21   |
| **Merchant Management** | (SDK v1.24.0) [Create merchant](/payments/en/api-references/payment/create-merchant) and [List all merchants](/payments/en/api-references/payment/list-all-merchants) operations added `wallet_setup` field for merchant wallet configuration. The `wallet_id` field is now deprecated.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | 2025-10-15   |
| **Funds Management**    | (SDK v1.24.0) - [Estimate fees](/payments/en/api-references/payment/estimate-fees) operation: for estimating fees for various operations.<br />- [Create settlement request](/payments/en/api-references/payment/create-settlement-request) request body added `currency`, `bank_account_id`, `remark` fields.<br />- `SettleRequestStatus` schema added `Canceled` status: indicates bank transfer failure.<br />- `Settlement` schema added `currency`, `received_amount_fiat`, and `bank_account` fields.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | 2025-10-15   |
| **Pay-in**              | (SDK v1.24.0) - [Create pay-in order](/payments/en/api-references/payment/create-pay-in-order) added `custom_exchange_rate` field: supports custom exchange rates.<br />- `merchant_id` field is now optional in [Create/Get top-up address](/payments/en/api-references/payment/createget-top-up-address), [Update top-up address](/payments/en/api-references/payment/update-top-up-address), [List payers](/payments/en/api-references/payment/list-payers) operations.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | 2025-10-15   |
| **Funds Management**    | To simplify the settlement process and improve user experience, Payments API has been optimized by removing withdrawable balance, forced sweep, and related concepts:<br /><br />**Deprecated operations:**<br />- Withdrawable balance query: [Get withdrawable balances](/payments/en/api-references/payment/get-withdrawable-balances)<br />- Payment wallet balance query: [List payment wallet balances](/payments/en/api-references/payment/list-payment-wallet-balances)<br />- Forced sweep operations: [Create forced sweep](/payments/en/api-references/payment/create-forced-sweep), [List forced sweeps](/payments/en/api-references/payment/list-forced-sweeps)<br /><br />**Deprecated fields:**<br />- `available_balance` field in [List merchant balances](/payments/en/api-references/payment/list-merchant-balances) and [Get developer balance](/payments/en/api-references/payment/get-developer-balance)<br />- `use_dedicated_address` field in [Create pay-in order](/payments/en/api-references/payment/create-pay-in-order)<br /><br /><Warning>                     The above operations and fields are retained only for backward compatibility and should not be used in new implementations.       </Warning> | 2025-10-01   |

## September 2025

| Feature              | Change Description                                                                                    | Release Date |
| -------------------- | ----------------------------------------------------------------------------------------------------- | ------------ |
| **Supported Chains** | Added support for Solana chain.                                                                       | 2025-09-26   |
| **Pay-in**           | Order mode now supports [payment.transaction.completed](/payments/en/guides/status-and-events) event. | 2025-09-05   |

## August 2025

| Feature              | Change Description                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | Release Date |
| -------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------ |
| **Funds Management** | (SDK v1.22.0) - [Create settlement request](/payments/en/api-references/payment/create-settlement-request) request body: `settlements.token_id` field changed from optional to required. Additionally, `settlements.amount` field now only represents cryptocurrency amount, no longer fiat amount.<br />- Added balance operations: [List merchant balances](/payments/en/api-references/payment/list-merchant-balances), [Get developer balance](/payments/en/api-references/payment/get-developer-balance), [List payment wallet balances](/payments/en/api-references/payment/list-payment-wallet-balances), [Get payer balance](/payments/en/api-references/payment/get-payer-balance) | 2025-08-28   |
| **Funds Management** | (SDK v1.21.0) Added settlement operations: [List all settlement details](/payments/en/api-references/payment/list-all-settlement-details), [Create crypto address](/payments/en/api-references/payment/create-crypto-address), [Delete crypto address](/payments/en/api-references/payment/delete-crypto-address).                                                                                                                                                                                                                                                                                                                                                                          | 2025-08-13   |
| **Refunds**          | (SDK v1.21.0) Added refund operations: [Update refund order](/payments/en/api-references/payment/update-refund-order), [Cancel refund order](/payments/en/api-references/payment/cancel-refund-order).                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      | 2025-08-13   |
| **Payment Link**     | - Added support for third-party wallet payments, supporting mainstream wallets on EVM and Tron chains.<br />- Added support for specifying order amount in cryptocurrency via `cryptoAmount` parameter.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | 2025-08-11   |

## July 2025

| Feature              | Change Description                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | Release Date |
| -------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------ |
| **Pay-in**           | (SDK v1.20.0) - [Create pay-in order](/payments/en/api-references/payment/create-pay-in-order) new feature: supports specifying order amount in cryptocurrency. When `currency` parameter is empty, `order_amount` and `fee_amount` will use the cryptocurrency specified by `token_id` instead of fiat.<br />- Added [Update top-up address](/payments/en/api-references/payment/update-top-up-address) operation for updating top-up addresses.<br />- Added `payment.address.updated` webhook event for top-up address update notifications. | 2025-07-30   |
| **Funds Management** | (SDK v1.20.0) - Added forced sweep operations: [Create forced sweep](/payments/en/api-references/payment/create-forced-sweep), [List forced sweeps](/payments/en/api-references/payment/list-forced-sweeps).<br />- [Get withdrawable balances](/payments/en/api-references/payment/get-withdrawable-balances) added `available_balance` and `total_balance` fields for withdrawable and total balance respectively.                                                                                                                            | 2025-07-30   |
| **Payment Link**     | Added support for customizing "Powered by xxx" text at checkout page bottom via `developerName` parameter.                                                                                                                                                                                                                                                                                                                                                                                                                                      | 2025-07-30   |
| **Funds Management** | [Create settlement request](/payments/en/api-references/payment/create-settlement-request) new feature: when `order_ids` parameter is empty, automatically settles all unsettled orders for the merchant.                                                                                                                                                                                                                                                                                                                                       | 2025-07-24   |
| **Pay-in**           | Added support for top-up mode. You can now on the web interface: create and manage top-up addresses, monitor top-up transaction status, export top-up records.                                                                                                                                                                                                                                                                                                                                                                                  | 2025-07-10   |
| **Pay-in**           | (SDK v1.18.0) Added top-up mode operations: [Create/Get top-up address](/payments/en/api-references/payment/createget-top-up-address), [List payers](/payments/en/api-references/payment/list-payers). See [Get Top-up Addresses](/payments/en/guides/get-topup-addresses) for integration steps. Added multiple [webhook events](/payments/en/guides/status-and-events) related to top-up mode.                                                                                                                                                | 2025-07-02   |

## June 2025

| Feature                 | Change Description                                                                                                                                                                                                                                                                      | Release Date |
| ----------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------ |
| **Reports & Dashboard** | Added dashboard, balance query, and report export features.                                                                                                                                                                                                                             | 2025-06-27   |
| **Merchant Management** | Added support for Custodial Wallets.                                                                                                                                                                                                                                                    | 2025-06-19   |
| **Funds Management**    | (SDK v1.17.0) Added support for crypto payout settlement. Related operations: [Create settlement request](/payments/en/api-references/payment/create-settlement-request), [List crypto addresses](/payments/en/api-references/payment/list-crypto-addresses).                           | 2025-06-18   |
| **Refunds**             | (SDK v1.17.0) [Create refund order](/payments/en/api-references/payment/create-refund-order) added developer fee fields. You can charge developer fees to merchants during refunds. See [Handle Refund Requests](/payments/en/guides/create-orders#handle-refund-requests) for details. | 2025-06-18   |
| **Payment Link**        | (SDK v1.17.0) Added OAuth authentication operations for Checkout SDK: [Get Access Token](/v2/api-references/oauth/get-access-token), [Refresh Access Token](/v2/api-references/oauth/refresh-access-token).                                                                             | 2025-06-18   |
| **Funds Management**    | Added support for crypto payout settlement method.                                                                                                                                                                                                                                      | 2025-06-10   |
| **Payment Link**        | (Checkout SDK v1.1.0) Checkout SDK provides out-of-the-box payment frontend components with iframe embedding support for quick integration.                                                                                                                                             | 2025-06-09   |
