> For the complete documentation index, see [llms.txt](https://help.alternativepayments.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.alternativepayments.io/automations/setting-up-auto-pay/auto-pay-permissions.md).

# Auto-Pay Permissions

**Manage your customers' ability to opt in and out of auto-pay from their payment portal straight from your partner dashboard.**

***

Auto-pay is a handy tool that allows customers to automatically pay their invoices or make recurring payments without manual intervention. You have the option to configure auto-pay rules for your customers from your partner dashboard or customers have the option to opt-into auto-pay from their payment portal, however, you may want to manage this permission on their behalf.

{% hint style="warning" %}
**Role requirement:** Only users with **Admin** or **Sub-Admin** roles can manage Auto-Pay permissions and create or modify Auto-Pay rules from the partner dashboard.
{% endhint %}

***

**To enable or disable your customers’ ability to manage their auto-pay permissions, follow these simple steps:**

1. Navigate to Automations
2. Select [Auto-Pay](https://app.alternativepayments.io/dashboard/autopay-rules)
3. Toggle on ‘Allow customers to create Auto-Pay rules’

<figure><img src="/files/63f3bVHFonuNpU8qCam5" alt=""><figcaption></figcaption></figure>

Enabling this permission will allow [customers to enroll in auto-pay](/end-customer-faqs/end-customer-faqs/enrolling-into-auto-pay.md) straight from their payment portal.

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

When this permission is disabled from your partner dashboard, your customers will need to contact you directly to enroll in auto-pay and will have view-only access to the conditions applied.

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

You're all set! 🎉

**Love our platform?** Rate us on [Channel Program](https://channelprogram.com/v/alternativepayments) and check out our [Referral Program page](https://www.alternativepayments.io/referral-partners/)!


---

# 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://help.alternativepayments.io/automations/setting-up-auto-pay/auto-pay-permissions.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.
