Building subscription apps
Subscription apps allow developers and merchants to build subscription experiences directly into Shopify's checkout. Using Subscription APIs, you can sell goods and services in multiple ways.
Using our docs and tutorials, you can familiarize yourself with all aspects of the subscription apps creation process, from explore and build, through to launch:
- Explore - Review the requirements for building an app that uses subscriptions.
- Build - Follow the Getting started guide to create a subscription app.
- Launch - Follow the launch checklist to submit your app to the Shopify App Store.
Requirements
Anchor link to section titled "Requirements"- Public and custom apps can request Subscription APIs access through the Partner Dashboard. Your app will receive access as long as it's designed according to our documented principles and patterns. Public apps that use subscriptions need to meet specific requirements to be published on the Shopify App Store.
- Custom apps created in the Shopify admin can't use subscriptions because these apps can't use extensions or request access to protected scopes. If you're building a solution for a single store, then build your custom app in the Partner Dashboard.
Migrating to use Subscription APIs
Anchor link to section titled "Migrating to use Subscription APIs"If you already have a subscription app and need to migrate to use Subscription APIs, then refer to the Subscription API migration guide.
If your existing subscription app uses Stripe to process subscription payments, then you can import pay-as-you-go contracts directly into Shopify without the need to migrate credit cards. For more information, refer to Migrating existing subscription contracts to Shopify.
Prohibited actions
Anchor link to section titled "Prohibited actions"This section specifies the prohibited actions associated with using the Subscription APIs. The list is not exhaustive and might be updated at any time:
- Vaulting cards: Vaulting cards for any purpose other than processing recurring payments for a specific product isn't supported.
- Overbilling: Billing against a customer's card can only be done as specified by the contract. Don't overbill against any card.
- Updating contracts inappropriately: Subscription contracts only need to be updated to reflect what the customer has agreed to.
- Unclear contracts: It needs to be clear to the customer what they're agreeing to. The storefront needs to clearly state the conditions of the contract.
- Stale contracts: Don't let contracts become stale in Shopify. As soon as a customer agrees to a contract change, the updates need to be reflected in Shopify. This helps to ensure that merchants are never locked into a particular subscription provider.
- Selling plans without subscription contracts: Don't create selling plans as a means to only have additional pricing control without handling the resulting subscription contracts.
- Unsupported usage: The APIs are built to support subscriptions. Don't use the APIs to solve for other business use cases like installments, layaways, or pre-orders.
Any failure to abide by these prohibitions constitutes a breach of Shopify’s API Terms. We might update these prohibitions from time to time, so please check back for any changes that might impact you.
Known limitations
Anchor link to section titled "Known limitations"There are some limitations that you need to be aware of:
- Scripts that discount subscription price or shipping rates apply to the first payment only.
- Gift cards used to pay for subscriptions only apply to the first payment.
- To use subscriptions, the merchant needs to be using Shopify Payments, Stripe, PayPal Express, or Authorize.net as a payment gateway.
- Customers can't use local payment methods to purchase subscriptions.
- Customers can only use the following accelerated checkouts to purchase subscriptions, and only in some stores:
- Shop Pay
- Apple Pay
- Google Pay
- PayPal Express
Shopify is continuing to expand accelerated checkout payment options and availability for subscriptions. - Subscriptions don't support local delivery or local pickup options. - Selling subscriptions through Shopify POS isn't supported. - Subscriptions don't support "Buy X get Y" discounts. - Selling plan titles don't support translations for multi-language storefronts. - Selling subscriptions using draft orders isn't supported. - The Order Edits API doesn't support subscriptions.
Product roadmap
Anchor link to section titled "Product roadmap"Some subscription features are in development and will be released later this year. Below you’ll find the features on our roadmap and our estimated launch dates. These dates might change but represent our current best estimates.
Feature | Target launch date |
---|---|
(Plus) Checkout.liquid support | Launched Feb 2021 |
(Plus) Script Editor app for Shopify Scripts support Note: A new Shopify Scripts experience is currently available in beta. |
Launched Feb 2021 |
Paying for subscriptions with a gift card | Launched Feb 2021 |
Improvements to shipping calculation for carts containing subscriptions and one-time purchases | Launched April 2021 |
Additional gateways: PayPal Express | Launched May 2021 |
Additional gateways: Authorize.net | Launched June 2021 |
Storefront API | Launched July 2021 |
Wallets support: Shop Pay | Launched October 2021 |
Additional gateways: Stripe | Launched January 2022 |
Wallets support: Apple Pay | Launched February 2022 |
Wallets support: G Pay | Launched April 2022 |
Local pickup | H2 2022 |
Local delivery | H2 2022 |
Shopify POS | H2 2022 |
Frequently asked questions
Anchor link to section titled "Frequently asked questions"What should I do if I have merchants dependent on features in my legacy subscription app that are currently unresolved limitations of the new APIs?
Anchor link to section titled "What should I do if I have merchants dependent on features in my legacy subscription app that are currently unresolved limitations of the new APIs?"Any existing installs can continue to use your app at this time. All new installs, apps, and opportunities should use the new Subscription APIs. We'll continue to release more features and support for subscriptions over the coming months, as outlined above and going forward.
Where can I learn more about subscriptions?
Anchor link to section titled "Where can I learn more about subscriptions?"For more information on subscriptions, refer to our Partner Blog post, where we give some background information on why we built this feature.
We are always looking for feedback on our APIs. If you have any specific questions, concerns, or feedback on the Subscription APIs, then visit our Subscriptions API forums.