All Products
Search
Document Center

ApsaraDB for MongoDB:Notice: Some ApsaraDB for MongoDB APIs no longer automatically apply coupons

Last Updated:Dec 24, 2025

Starting from December 25, 2025 (UTC+8), the system will no longer automatically apply the best coupons for calls to the ApsaraDB for MongoDB TransformToPrePaid and TransformInstanceChargeType operations. If your code relies on this feature, update it before the change takes effect to avoid unexpected charges.

What to do

Check the code that calls the affected operations through OpenAPI. Modify the value of the CouponNo parameter according to your business requirements using the table below.

Requirement

Action

Description

The system continues to automatically select the best coupon

Pass the parameter CouponNo="default" in the request.

This is the recommended action to maintain the existing behavior.

Use a specific coupon

Pass the parameter CouponNo="<your_coupon_number>" in the request.

This behavior remains unchanged.

Use no coupons (New default behavior)

Do not pass the CouponNo parameter, or set its value to empty.

If the original code is not modified, the system will not automatically apply coupons, which may result in higher-than-expected payment.

Details

The core change is that coupon application shifts from automated matching to explicit specification.

  • Before: If the CouponNo parameter is not passed, the system automatically matches and applies the best available coupon.

  • After: If the CouponNo parameter is not passed, the system does not apply any coupons. The order is billed at the original price.

Scope of impact

Item

Description

Effective time

December 25, 2025 (UTC+8)

Affected operations

  • <a baseurl="t3200677_v1_0_0.xdita" data-node="3954546" data-root="15621" data-tag="xref" href="t2276511.xdita#" id="be4935d96da4q">Convert a pay-as-you-go instance to a subscription instance</a>

  • <a baseurl="t3200677_v1_0_0.xdita" data-node="3966835" data-root="15621" data-tag="xref" href="t2279325.xdita#" id="542d57070ftoe">Convert the billing method of an ApsaraDB for MongoDB instance</a>

Other business logic

Other features and parameters of the operations are not affected.

Evaluate the current invocation logic, adjust parameters as needed, and confirm billing works as expected before the update.