New in Chargebee: Explore Reveal and understand your payment performance end-to-end.Try Now
Docschargebee docs
HomeBillingPaymentsRevRecGrowthReveal
Support

Product Updates


  • Release Notes

Getting Started


  • Overview
  • Chargebee Billing Data Centers
  • Object Relationship Model
  • Understanding Sites
  • Chargebee Tech Glossary
  • Articles and FAQ

Implementing Chargebee


  • Implementation Guide
  • Go-live Checklist
  • Articles and FAQ

AI in Chargebee


  • Chargebee Agents
  • Chargebee Copilot
  • Chargebee MCP Server (Model Context Protocol)

Developer Resources


  • Developer Resources Overview
  • Articles and FAQ

Product Catalog


  • Product Catalog Overview
  • Coupons
  • Articles and FAQ

Subscriptions


  • Working with Subscriptions
  • Billing
  • Orders
  • Articles and FAQ

Customers


  • Managing Customers
  • Account Hierarchy
  • Email Notifications
  • Branding
  • Configure Multiple Languages
  • Articles and FAQ

Entitlements


  • Entitlements Overview
  • Features Overview
  • Feature Management
  • Managing Product Entitlements
  • Subscription Entitlements
  • Customer Entitlements
  • Grandfathering Entitlements
  • Articles and FAQ

Usage Based Billing


  • Understanding Usages
  • Setting up Usage Based Billing
  • Usage Alerts
  • Metered Billing
  • Articles and FAQ

Chargebee CPQ


  • Chargebee CPQ
  • Chargebee CPQ for Salesforce
  • Chargebee CPQ for HubSpot

Invoices, Credit Notes, and Quotes


  • Invoices
  • Credit Notes
  • Quotes [Legacy]
  • Transactions
  • Articles and FAQ

Taxes


  • Overview
  • Configuring Taxes
  • Country-specific Taxes
  • Articles and FAQ

Hosted Capabilities


  • Overview
  • Hosted Checkout
  • Hosted Self-Serve Portal
  • Hosted Pages Features
  • Additional Hosted Pages
  • Payment Components
  • Pricing Table
  • Managing Payments with Chargebee.js
  • Mobile-Optimized Hosted Pages
  • Articles and FAQ

Site Configuration


  • Users & Roles
  • Custom Fields & Metadata
  • Approvals
  • Mandatory Fields
  • File Attachments & Comments
  • Advanced Filter Options
  • Multicurrency Pricing
  • Multi-decimal Support
  • Configuring Reason Codes
  • Events and Webhooks
  • API Keys
  • Time Zone
  • Time Machine
  • Transfer Configurations
  • Articles and FAQ

Multi Business Entity


  • Multi Business Entity Overview
  • Customer Transfer Overview
  • Articles and FAQ

Mobile Subscriptions


  • Overview
  • Omnichannel Subscriptions
  • Omnichannel One-Time Orders
  • Mobile Subscriptions (Legacy)

Reports and Analytics


  • RevenueStory
  • Home Dashboard
  • Frequently Asked Questions
  • FAQs for Classic Reports Sunset
  • Articles and FAQ

Integrations


  • Sales
  • Customer Support and Success
  • Finance
  • Tax
  • Marketing
  • Stitch
  • Collaboration
  • Contract Management
  • Ecommerce Management
  • Articles and FAQ

Data Privacy & Security


  • Two Factor Authentication
  • SAML Single Sign-On
  • System for Cross-Domain Identity Management (SCIM)
  • EU-GDPR
  • Consent Management
  • Personal Data Management
  • Compliance Certificates
  • HIPAA Guidelines
  • PCI Recommendations and Integration Types
  • Articles and FAQ

Data Operations


  • Bulk Operations
  • Migration
  • Articles and FAQ
  1. Billing
  2. Subscriptions
  3. Articles and FAQ
  4. Working with Subscriptions
  1. Billing
  2. Subscriptions
  3. Articles and FAQ
  4. Working with Subscriptions

How to change the plan of a canceled subscription without reactivation?

Scope

Do we have the option to change the plan of a canceled subscription without activation?

Summary

In order to change the plan of a canceled subscription without reactivating it, it is not possible directly from the Chargebee UI, as modifying the subscription will automatically activate it. However, by using the Update subscription feature from Bulk Operations or the Update Subscription API, you can change the canceled subscription plan without activating it.

This operation is available for both individual subscriptions and multiple subscriptions.

1. Individual Subscriptions

Update subscription for items

2. Multiple Subscriptions

Bulk Operation: Navigate from Settings → Import & Export Data → Choose a bulk operation → Subscription

Update subscription for items

Primary Parameters

API / Bulk Operation

Product Catalog

Update subscription for items
To update the plan ID

subscription_items[item_price_id][0]

Use for metered billing plans (optional)

subscription_items[quantity][0]

Ensure the subscription is not activated

reactivate=false

Solution

Individual Subscriptions

We can update the canceled subscription plan without reactivating it by using the Update subscription for items API.

API / Bulk Operation

Product Catalog

Update subscription for items
To update the plan ID

subscription_items[item_price_id][0]

Metered billing quantity (optional)

subscription_items[quantity][0]

Prevent reactivation

reactivate=false

Sample Code

curl --location --request POST \
'https://videoclikz-test.chargebee.com/api/v2/subscriptions/16BdyITSoSikv1cP/update_for_items' \
--header 'Authorization: Basic <base64_api_key>' \
--header 'Content-Type: application/x-www-form-urlencoded' \
--data-urlencode 'subscription_items[item_price_id][0]=Chocolate-Boxed-USD-Monthly' \
--data-urlencode 'subscription_items[quantity][0]=2' \
--data-urlencode 'reactivate=false'

**Multiple Subscriptions**

**Step 1:** Navigate from **Settings** > **Import & Export Data** > **Choose a Bulk operation** > **Subscription** > **Update subscription for items**

<Image src="/assets/screenshots/kb/billing/Sh2hxW5WNkni-7UxPvKA5cAdd5T6_VH2Mw.jpeg" alt=""/>**

Step 2: Download the sample CSV file

<Image src="/assets/screenshots/kb/billing/HK5fIhb9iq4XfkYaEtKfTlgaaGtcEzw6Sg.png" alt=""/>

Upon downloading the CSV '**update_subscription_for_items**.csv'. You can update the subscription records on this file.

  **Note**:
  Your CSV data file should contain all the columns specific to the operation you are performing. The sample CSV file has most of the columns required for the operation
  Do not edit the column labels in the sample file and make sure the file extension is **.csv**.&nbsp;[Click here](/billing/2.0/data-operations/bulk-operations)&nbsp;to read more
  You can update this sheet with the data exported from the Customer Index Page



Once the file is exported, edit the file in CSV format and then you can update the subscription ID in **Column A**

<Image src="/assets/screenshots/kb/billing/EgKsDqEoXIapytfUJamFe3jre-DQY9GcoQ.png" alt=""/>

And the subscription item in **Column CF** & subscription quantity in **Column CG**<Image src="/assets/screenshots/kb/billing/YxYdqj9bs0_meFby-JA2JxhFazpzxgsl4Q.png" alt=""/>

### Also, the reactivate on **Column T**.

### <Image src="/assets/screenshots/kb/billing/r4-nBXLJdfMFk3JNgFCqo7zbpvik3HUhnw.png" alt=""/>

###

### Configure your preferences

Specify your preferences on how Chargebee will perform certain actions when the Bulk Operation is underway:

* **Disable Webhooks**: If you're an API user, you might be using Chargebee's [webhooks](/billing/2.0/site-configuration/events_and_webhooks) to notify your system of any events that occur in your Chargebee account through the [webhook URL](/billing/2.0/site-configuration/events_and_webhooks).

* **Disable Email Notifications**: If you've enabled [Email Notifications](/billing/2.0/customers/email-notifications-v2) in Chargebee and you are performing an operation (such as creating new subscriptions) that could trigger one of the enabled email notifications, your customers might receive an email notification.

* **Advanced Transformations**: If your data file is in a format that is different from the format provided in Chargebee's sample CSV file and you would like to transform it to the recommended format with minimal effort, use this option. Contact [support](/billing/2.0/kb/getting-started/how-to-contact-chargebees-support-team?utm_source=user-doc&utm_medium=content&utm_campaign=support) and we will provide you with the JSON code that you need to paste into the *Advanced Transformations* text box.

<Image src="/assets/screenshots/kb/billing/EbhMKRcE3GHeihajw7YPXUSUSMEuc_4AgA.png" alt=""/>

**Step 3:** Once updated, zip all the files in the same format it was exported, then drag and drop your data file into the web interface or upload it:

<Image src="/assets/screenshots/kb/billing/n9Ysv8w6dsmE7nKtUBMIRJA5c0V7vWrCvQ.png" alt=""/>

Once you've added all the information and the data file is ready, upload it.

If there are errors in the data file, you could either choose to fix the errors and upload another data file or skip the rows with errors and continue with the operation.

Click **How do I fix this?** to view the last 10 errors.

<Image src="/assets/screenshots/kb/billing/qvxCKo2hKeoU3vXDr20kV2CU-TB1nvSTDA.png" alt=""/>

This section will also provide you with the options to download the validated file and upload a corrected file. [Click here](/billing/2.0/data-operations/bulk-operations) to know more about the bulk operation.

Was this article helpful?