# 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" %}
It is your responsibility as a merchant to understand and implement the FTC Click-to-Cancel rules.  Konnektive provides some tools to help.  This document is only guidance.  It is up to you to make your site compliant.
{% endhint %}

**Consent on pages**

FTC rules require that consumer express consent be obtained on the checkout page for subscriptions. Clearly and conspicuously present the material terms relating to the subscription near the checkout button.  Provide a checkbox unchecked on page load.  The consumer must check the box to consent to the subscription and terms.

**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.

**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 ](/konnektive-crm/crm-setup/campaign-setup/auto-responder-setup.md)or [sms](/konnektive-crm/admin-setup/plugins/sms.md).

Include in the autoresponder a link to cancel the subscription. Here is an example of what a link might look like. Replace the domain and page with your cancellation page. Replace email and orderId with those of the consumer.

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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.konnektive.com/konnektive-crm/click-to-cancel.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
