# Invoices

On [Invoices ](https://merchant.fizen.io/dashboard/invoices)page, you can manage your payments, track your invoice and payment status, and review your transaction history all in one place.

### How do I create and send an invoice?&#x20;

You can send an invoice through a self-hosted link using our tools.&#x20;

To create and send an invoice:&#x20;

* Step 1: Log in to your account, go to [Invoices ](https://merchant.fizen.io/dashboard/invoices)page.&#x20;
* Step 2: Click **Create invoice** button&#x20;
* Step 3: On **Create new invoice** model, input Amount, Customer email, Customer name, Memo (customer name and memo are optional), click **Create invoice**&#x20;
* Step 4: Copy the invoice link and send it to your customer.&#x20;

Once your customer receives the link, they’ll be able to review the invoice details and complete payment.&#x20;

### Where can I view all of my invoices?&#x20;

You can view all of your invoices and their status on the [Invoices ](https://merchant.fizen.io/dashboard/invoices)page.&#x20;

Select the individual invoice to view more details.&#x20;

### Can I cancel an invoice?&#x20;

Only invoices with a New status can be voided. If you’d like to cancel an invoice, select that invoice from your [Invoices ](https://merchant.fizen.io/dashboard/invoices)page, click **Void invoice**, and confirm the action.&#x20;

Once complete, the invoice link will be expired. Your customer will not be able to send payment to that invoice anymore. You’ll need to create a new invoice if a payment is still needed.&#x20;

In the rare event that a payment is made as you void an invoice, the payment would still be delivered to you. If you do not want the payment and would like to refund your customer, please contact your customer and handle the refund manually.&#x20;

### What is an “expired” invoice?&#x20;

If we do not detect a payment for an invoice within 24 hours of its creation, it is marked as expired.


---

# 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://pay-faqs.fizen.io/for-merchants/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.
