Developer changelog

Subscribe to the changelog to stay up to date on recent changes to Shopify’s APIs and other developer products, as well as preview upcoming features and beta releases.

Get updates by RSS

Auto-activation of charges and subscriptions

API

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 for more information.