# Setting up retry failed payments

Memberply will automatically retry any failed payments for a member's subscription to your membership program. Change the time between retries and the maximum number of retry attempts below.

1. From the main menu, click **Settings**, then **Retry Failed Payments**.

<figure><img src="/files/YLoQsDL6UtwcaGExisZK" alt=""><figcaption></figcaption></figure>

2. Enter the number of days to wait before retrying a failed payment.

<figure><img src="/files/h3Sbvk5OA6Vi5aHKXeww" alt=""><figcaption></figcaption></figure>

3. Enter the maximum number of times to retry a failed payment before cancelling the member's subscription.

<figure><img src="/files/Fx4UcAiZXwNZiUErnAoH" alt=""><figcaption></figcaption></figure>

4. Click **Save**.

<figure><img src="/files/TeLaXdOM4YZoRqFiRzyz" alt=""><figcaption></figcaption></figure>


---

# 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.memberply.com/settings/setting-up-retry-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.
