Skip to main content
Use Strict when access to your service carries real value or risk — content platforms, API services with per-call costs, or anything where giving free access during a payment dispute costs you money.

Who should use this

  • API-first products where unpaid usage has a real cost
  • Content or media platforms (access = direct revenue lost)
  • Services with tight margins where grace periods hurt
  • Products with high fraud or chargebacks where you want fast cutoffs

Settings

Apply

Strict’s 3-day grace period is short. Make sure your subscription.past_due webhook handler sends an immediate, actionable notification to the customer — they need to know fast. If your notification system is unreliable, consider Lenient or SaaS-Standard instead.
Immediate downgrades issue a credit to the customer’s balance (not a refund to their card). The credit offsets their next invoice automatically.