shopify.billing

October 2, 2023 ยท View on GitHub

This object contains functions used to create and check billing charges with Shopify, based on the plans defined in the billing configuration.

Learn more about how billing on Shopify works.

Note: this package uses the GraphQL Admin API to look for and/or request payments, which means an app must go through OAuth before it can charge merchants.

PropertyDescription
checkChecks if the current shop has paid for any of the given plans.
requestRequests a new payment for the given payment plan.
cancelCancel a subscription plan using the given subscription id.
subscriptionsGet a list of subscription plans that the current shop has paid for.

Back to shopifyApi