# Click-to-Cancel

{% embed url="<https://www.ftc.gov/news-events/news/press-releases/2024/10/federal-trade-commission-announces-final-click-cancel-rule-making-it-easier-consumers-end-recurring>" %}

{% hint style="info" %}
CheckoutChamp provide tools to comply with all Click-to-Cancel requirements.  The guidelines in this document are intended for CheckoutChamp hosted pages.  If not using hosted pages then these guidelines must be adapted to your website.
{% endhint %}

#### Consent on pages

Use a form checkbox and set it to required for Recurring products.  Set the checkbox unchecked by default.  Clearly and conspicuously disclose near this checkbox the material terms relating to the subscription.  FTC rules require that consumer express consent be obtained on the page.  The Recurring checkbox must be selected before checkout.

The wording in this screenshot is simplified for this document.  It is your responsibility to provide clear and conspicuous terms to consumers.

<figure><img src="https://3790748257-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FT43PzcNjyZtWby9yrGd3%2Fuploads%2FezPweZEJrqe8CPyMysW7%2Fimage.png?alt=media&#x26;token=4e7dc06d-a84e-4605-a7f7-33a7bd135979" alt="" width="563"><figcaption><p>Form checkbox required for recurring products</p></figcaption></figure>

#### Click-to-Cancel

The rule requires sellers to provide a simple cancellation mechanism for consumers to cancel the subscription, with that mechanism being “at least as easy to use as the mechanism the consumer used to consent” to the subscription.  If the consumer signs up for a service online then that consumer must be able to cancel online.

If using CheckoutChamp hosted pages, create a [membership funnel](https://help.checkoutchamp.com/funnel-builder/customer-membership-portal) with a Login page.  Use emailAddress and orderId as the login credentials.

<figure><img src="https://3790748257-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FT43PzcNjyZtWby9yrGd3%2Fuploads%2FvMOEE3L1PkGiLD7Rj24k%2Fimage.png?alt=media&#x26;token=774e0c90-828b-45a9-b4f7-6fdc5f0ee7df" alt="" width="563"><figcaption><p>Login page inputs for email and orderId</p></figcaption></figure>

Draw an arrow from the Login page to a Cancel Membership page.  On the arrow select the **Login-Cancel** action to navigate.  Publish the funnel.

<figure><img src="https://3790748257-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FT43PzcNjyZtWby9yrGd3%2Fuploads%2FZ7cKEQhQUx9opRMeheds%2Fimage.png?alt=media&#x26;token=f4e551ed-306d-4b5b-af0c-8155df2cf9da" alt="" width="563"><figcaption></figcaption></figure>

#### Billing Notifications

Set a Prebill autoresponder to send for the campaign.  This will alert a consumer to an upcoming billing.  The notification can be sent by [email ](https://help.checkoutchamp.com/crm/crm-setup/campaign-setup/auto-responder-setup)or [sms](https://help.checkoutchamp.com/crm/plugins/sms).

Include in the autoresponder a link to the Login page with cancellation action on the link.  Here is an example of the proper syntax.  Replace the domain and page with those of the Login page.  Replace email and orderId with those of the consumer.

https\://\[full\_url\_to\_login\_page]?emailAddress=\[emailAddress]\&orderId=\[orderId]\&action=CANCEL

Here is an example of the full url:

<https://app.mymembershipfunnel.com/login?emailAddress=consumeremail@gmail.com\\&orderId=ABC123098D\\&action=CANCEL>

Here is an example of what the link could look like in the autoresponder, with tokens:

\<a href="[https://app.mymembershipfunnel.com/login?emailAddress=\\\[emailAddress\]\\\&orderId=\\\[orderId\]\\\&action=CANCEL">Cancel](https://app.mymembershipfunnel.com/login?emailAddress=\\\[emailAddress]\\\&orderId=\\\[orderId]\\\&action=CANCEL">Cancel) my subscription<\a>
