> For the complete documentation index, see [llms.txt](https://docs.limio.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.limio.com/integrations/stripe-billing-integration/manage-payments/cancellations-and-refunds.md).

# Cancellations & Refunds

Limio can automatically refund a subscription's current term when it is cancelled within a configured cooling-off window. This lets you offer a money-back guarantee period without any manual refund work.

This behaviour is **optional and off by default**. Enable it, then define a cooling-off window on the Offers where it should apply.

## Enabling Refunds

1. Go to **Settings → Stripe** (see [Configure Stripe Payment Settings](/integrations/stripe-billing-integration/getting-started/configure-stripe-payment-settings.md))
2. Turn on **Cancellation refunds**

While this setting is off, cancellations never trigger a refund, regardless of any cooling-off windows configured on Offers.

## Cooling-off Windows

The cooling-off window is set per Offer, so different products can have different guarantee periods. There are two independent windows:

| Window                               | Applies to                                   |
| ------------------------------------ | -------------------------------------------- |
| **Cooling-off window (acquisition)** | The period after a customer's first purchase |
| **Cooling-off window (renewal)**     | The period after each renewal                |

Each window is a length and a unit — for example, `14` `days` or `1` `month`. Leave a window unset to disable refunds for that case.

The window that applies is captured from the Offer at the time of purchase, so it stays consistent for the life of the subscription even if the Offer is later edited or unpublished.

## When a Refund Happens

A refund is issued only when **all** of the following are true:

* **Cancellation refunds** is enabled
* The cancellation is immediate (not scheduled for the end of the term or a future date)
* The cancellation falls inside the applicable cooling-off window

When these conditions are met, Limio refunds the **current term's payment in full** through Stripe.

Cancellations that fall outside the window, are dated in the future, or are scheduled for the end of the term do **not** trigger a refund. In every case the cancellation itself still proceeds — a skipped refund never blocks a cancellation.

{% hint style="info" %}
Refunds are always for the full term amount. Partial or prorated refunds are not issued automatically; handle those manually in the Stripe Dashboard.
{% endhint %}

## Where Refunds Appear

An issued refund is processed against the original payment in Stripe and recorded on the subscription in Limio, so it is visible both in your Stripe Dashboard and in the customer's Limio subscription history.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.limio.com/integrations/stripe-billing-integration/manage-payments/cancellations-and-refunds.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
