Set up a recurring plan with minimum membership period

LeavyBabies
Visitor
1 0 0

Hi!

Is it possible to set up a subscription plan with recurring payment every 1 month and delivery every 1 month but with a rule that impose a minimum engagement of three months for example?

 

Replies 3 (3)

jbourassa
Shopify Staff
11 2 2

Hi LeavyBabies,

Yes, it is possible to specifiy a minimum billing commitment on a selling plan by using  SellingPlanRecurringBillingPolicyInput.minCycles. This field is not displayed on the Online Store, so the commitment should be explicit in the buyer-facing description.

Note that Shopify will not enforce this rule: the application that drives the resulting subscription contract can still cancel at anytime.

 

To learn more visit the Shopify Help Center or the Community Blog.

3digital-tech
Visitor
2 0 1

Where can we add this string?

jbourassa
Shopify Staff
11 2 2

I'd suggest `SellingPlanInput.description`.

To learn more visit the Shopify Help Center or the Community Blog.