# Deferred subscriber removal for failed payments

Each month, around 50,000 subscriptions are canceled due to insufficient funds on the subscriber’s card.

\
To reduce this number, we introduced a deferred removal system: within seven days after a failed payment attempt, the service continues trying to charge the subscriber (previously, attempts were made only within one day).

\
Subscribers whose payments still do not go through are automatically removed from the channel only after the seven-day period ends.


---

# 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://wiki.tribute.tg/for-content-creators/subscriptions/deferred-subscriber-removal-for-failed-payments.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.
