# Auto pay

The Loopit platform will automatically attempt to collect payments on system generated invoices e.g. monthly subscription invoice.  The platform will not attempt to automatically take payment for;

* **Manually created ad-hoc invoices** - select "Pay invoice" from dashboard.
* **Deposit invoices** - payment is processed based on the package configuration.

### When does payment get taken?

By default payment is set to be taken on the invoice due date for each booking, i.e. auto pay enabled.  To see exactly when an automatic payment attempt will be made navigate to the invoice overview or for overdue invoices navigate to the Overdue Invoices report.

<figure><img src="/files/WXVWe1XqoOQY6m4Svu90" alt=""><figcaption><p>From a booking payment section you can see auto pay status.</p></figcaption></figure>

### How do I change the auto payment setting for a booking?

Each booking can have automatic payment turned changed as needed.  To change the behaviour;

1. Go to the booking
2. Select Billling tab
3. Select Settings tab
4. Set the desired option and click Save

### What are the options for auto pay?

There are three options as follows;

| Setting                                                   | New invoices                                                                                             | Existing invoices indunning                                                                                                   |
| --------------------------------------------------------- | -------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------- |
| <p>Enabled<br><em>(Default for each new booking)</em></p> | Automatic - Payment will be attempted on booking/recurring invoices, ad hoc or deposit invoices excluded | Automatic - Payment will be attempted for invoices in the [retry dunning process](/billing/payments/payment-retry-dunning.md) |
| Dunning                                                   | Manual                                                                                                   | Automatic - Payment will be attempted for invoices in the [retry dunning process](/billing/payments/payment-retry-dunning.md) |
| Disabled                                                  | Manual                                                                                                   | Manual - dunning is turned off                                                                                                |


---

# 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://docs.loopit.co/billing/payments/auto-pay.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.
