# View invoices

In the `Invoices` menu, all invoices issued for the customer can be viewed. It is also possible to save the invoice as a PDF file or to print it out.

<figure><img src="/files/5ZY4js6Kg5L5yu8R6Jj6" alt=""><figcaption></figcaption></figure>

### Pay invoice

It is possible for a SysAdmin to issue an invoice for the customer to activate a plan or module. After the customer has paid the invoice, the plan or module is activated.

Whatever a customer needs to be invoiced for, they can pay it here. You can recognise an open invoice by its status:

<figure><img src="/files/6pzct0iT9314hIIXfHNq" alt=""><figcaption></figcaption></figure>

The invoice in detail looks like this:

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

The customer now has the option to pay the invoice. Either he uses the deposited payment method, or he chooses another payment method.

* Pay with deposited payment method
  * An attempt is made to debit the standard payment method entered by the customer. If this does not work, the next stored payment method is used. If this does not work either, a message is displayed.<br>
* Choose other payment method
  * This feature opens the payment page directly from [Payrexx](https://www.payrexx.com/?ref=paweco). Once the amount has been successfully collected, the customer is redirected back to the invoice.


---

# 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.saaster.io/fundementals/user-guide/view-invoices.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.
