check_renewal_compliance
Score a subscription business's signup/cancellation flow against current US click-to-cancel / automatic-renewal laws (federal FTC Section 5/ROSCA, plus CA/CO/VT/OR in the full paid report). Deterministic rules engine, no LLM guessing -- every finding cites its actual statute. This free tool returns only the federal result plus a locked count of state findings; the full 5-jurisdiction report with citations is a $49 one-time purchase at renewalmatrix.vercel.app. Informational only, not legal advice.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sells_states | Yes | State codes the business sells subscriptions in, e.g. ['CA','CO'], or ['nationwide'] | |
| online_cancel | No | Can a customer cancel online, same medium as signup? | |
| online_signup | No | Can a customer sign up online? (default true) | |
| prechecked_consent | No | Is the auto-renew consent box pre-checked/default-on? | |
| renewal_notice_days | No | Days of advance notice sent before a renewal charge, if any | |
| b2b_customers_colorado | No | Does the business sell to B2B customers in Colorado? | |
| phone_or_email_required | No | Is phone or email required to cancel? | |
| long_term_or_discounted_trial | No | Is this a 1+ year term or a discounted-trial-to-paid conversion? | |
| confirmation_email_with_cancel_instructions | No | Does the signup confirmation email restate cancel instructions? |