# Invoices

**Invoices**

In the Invoices menu, you will be able to create invoices that can be shared with shoppers to make payments. Once an invoice is generated, you can share the Payment link with Shopper. You will also be able to see invoices you have created in the past. You can also search for the invoice via the search bar. The details you will see for the past invoices are:\
1\. Invoice ID\
2\. Status \
3\. Shopper Name\
4\. Email ID of the shopper\
5\. Phone Number of the shopper\
6\. Date (Will also show the time)\
7\. Amount of Invoice\
8\. Action (Void Invoices - Only available for unpaid invoices)

At a time, max. 10 rows are presented to a user with pagination at the list's bottom.

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

**Create an invoice:** To create an invoice, click on the "Create New Invoice" button and fill in the required details. You can create an invoice without adding an item and directly adding the amount of the invoice. You can set the number of days after which the invoice will expire, and if an email should be sent to the shopper when the invoice is created. Once you have filled in the required information, click on the "Submit" button. After submitting the data, you can share the payment link with the shopper using which they will pay.

<figure><img src="/files/a0jN6UF2xK79QjpJlHLx" 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://docs.rocketfuel.inc/user-guide-and-help-videos/merchant-user-guide/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.
