# CON-070 — Declining messages must not degrade the service afterwards

> A consumer who declines SMS at signup must retain the same access to the underlying service as one who accepted.

- **Rule ID:** CON-070
- **Layer:** Consent flow (`CONSENT_FLOW`)
- **Checks:** `post-signup service access`
- **Severity:** BLOCKING — Breaking this rule gets the submission rejected outright.
- **When it bites:** Gates approval — get this wrong and registration is refused
- **How it is detected:** AI judgement over the submitted form; Human check — only someone holding the document can settle it
- **Fix type:** Fix the website — no form edit clears it
- **Required by:** Twilio, FCC
- **Applies:** Applies when the use case is NOT TWO_FACTOR_AUTH, SECURITY_ALERT and FRAUD_ALERT.
- **Canonical URL:** https://ekas.io/rules/10dlc/consent-flow/con-070/

## Why this rule exists

Consent that is free at the form and expensive afterwards is not free. Where declining quietly costs the customer their booking reminders, their delivery window or their account alerts, the pressure to accept is real even though every control on the page was optional — and the consumer discovers it only after they have chosen.

## How to fix it

Walk the journey yourself with the box unticked: create the account, place the order, make the booking, and check that everything a subscriber would receive still reaches you by another channel. Fix whatever only arrives by text. Done when the two journeys differ in the channel and nothing else.

## Check this yourself

**Have you walked the signup yourself with the SMS box left unticked, and confirmed the account still gets everything a subscriber gets, by some other channel?**

1. Create two accounts, place two orders or make two bookings: one accepting SMS, one declining.
2. Compare what each receives and can do — confirmations, reminders, delivery windows, account alerts, support access.
3. Anything the declining account never receives at all is the defect. Move it to email or in-app.

*What wrong looks like:* The declining customer gets no appointment reminder, because reminders were only ever built as texts. Every control on the form was optional, and declining still cost them the service.

## Notes

DETECTABLE ONLY BY THE CUSTOMER. Nothing we can crawl shows what happens to an account after signup, so this is surfaced as a warning with the test the user must run themselves: sign up twice, once declining, and compare what the declining account can do and receive. Twilio applies it as the post-signup half of the same standard CON-069 tests at the form.
