--- title: Auto-activation of charges and subscriptions - Shopify developer changelog description: >- Shopify’s developer changelog documents all changes to Shopify’s platform. Find the latest news and learn about new platform opportunities. source_url: html: 'https://shopify.dev/changelog/auto-activation-of-charges-and-subscriptions' md: >- https://shopify.dev/changelog/auto-activation-of-charges-and-subscriptions.md metadata: effectiveApiVersion: 2021-01 affectedApi: [] primaryTag: displayName: API handle: api secondaryTag: displayName: Deprecation Announcement handle: deprecation indicatesActionRequired: false createdAt: '2020-12-09T16:33:58-05:00' postedAt: '2021-01-01T00:00:00-05:00' updatedAt: '2024-12-13T17:24:31-05:00' effectiveAt: '2021-01-01T00:00:00-05:00' --- January 1, 2021 Tags: * API * 2021-01 # Auto-activation of charges and subscriptions When billing for your app, your charges and subscriptions will transition between a few different states. One of these transitions is the `accepted` to `active` state. When a merchant accepts a new one-time charge or subscription, the charge transitions from `pending` to `accepted`. However, the merchant is not charged until you manually activate that charge, transitioning the status from `accepted` to `active`. To simplify the billing flow for apps and make it easier to use, we're removing the need for that request. Starting in the `2021-01` release: when a charge is approved by a merchant, the charge will immediately transition from `pending` to `active`. Check out our updated [REST Admin API billing guide](https://shopify.dev/tutorials/charging-for-your-app-with-rest-admin-api-introduction) for more information.