Skip to content
This repository was archived by the owner on Apr 11, 2024. It is now read-only.

Latest commit

 

History

History
16 lines (11 loc) · 1.12 KB

File metadata and controls

16 lines (11 loc) · 1.12 KB

shopify.billing

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.

Property Description
check Checks if the current shop has paid for any of the given plans.
request Requests a new payment for the given payment plan.
cancel Cancel a subscription plan using the given subscription id.
subscriptions Get a list of subscription plans that the current shop has paid for.

Back to shopifyApi