What this does
Cap how many times a customer can skip an upcoming order. Pick a count (e.g. 3) and a scope (per month, per year, or per contract lifetime). When a customer reaches the cap, the Skip button is replaced with a message that offers alternatives: pause the subscription, change frequency, or contact you.
The cap is OFF by default. Nothing changes for any of your customers until you turn it on.
How to enable it
Go to Subi app Settings > Customer Portal > Customer permissions.
Make sure Set limitation to skip subscription is ON.
Turn on Limit number of skips.
Enter a maximum number (default 3) and pick a scope (Per month / Per year / Per contract lifetime β default Per year).
Click Save. The cap takes effect immediately for all your customers.
What happens when a customer hits the cap
In the customer portal and in Shopify Customer Accounts, the Skip button is replaced with a "Skip limit reached" link. When the customer clicks it, they see a modal offering options:
Pause subscription β opens your existing pause flow.
Change frequency β opens your existing change-frequency flow.
Contact merchant β opens the customer's email client with a pre-filled subject line.
What counts toward the cap
Only customer-initiated skips and public-API skips count toward the cap. The following do NOT count and are not blocked by the cap:
Skips you initiate from the Subi admin (single contract or bulk edit "Skip next order").
Skips offered by the cancellation-flow "Skip next order" treatment.
Important: this applies retroactively
When you turn the cap on (or lower it), customers who have already exceeded the new limit are blocked from skipping immediately. They stay blocked until enough time rolls past (for Per month / Per year scopes) or until you raise the cap. Subi shows you a warning when you save the setting, so you know what to expect.
What's not in this version
Per-customer overrides, soft-prompts at threshold, a skip-analytics dashboard, and configurable block-message copy are all on the roadmap but not in this release. The current message and three alternatives are fixed for v1.
For developers
If you call the public API skip endpoint, a new error code NEXT_BILLING_SKIP_LIMIT_EXCEEDED is returned with HTTP 422 when the cap blocks the request. Subscription contract detail responses gain a skip_blocked_by_limit boolean field.



