> ## Documentation Index
> Fetch the complete documentation index at: https://razorpay-60c89f9a-mintlify-audit-missing-sections-1778528421.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Invoice APIs

> The table below lists the various invoice APIs and gives a brief description of each API:

## List of Invoice APIs

The table below lists the various invoice APIs and gives a brief description of each API:

## API | Description

## [Create an invoice with Customer ID](/api/payments/invoices/create-with-customer-id) | API to create a new invoice using Customer ID.

## [Create an invoice with details](/api/payments/invoices/create-with-details) | API to create a new invoice using details.

## [Update an invoice](/api/payments/invoices/update) | API to update an existing invoice

## [Issue an invoice](/api/payments/invoices/issue) | API to issue a `draft` invoice to customers to make payments

## [Delete an invoice](/api/payments/invoices/delete) | API to delete an existing `draft` invoice

## [Cancel an invoice](/api/payments/invoices/cancel) | API to cancel an existing unpaid `issued` invoice

## [Fetch an invoice](/api/payments/invoices/fetch-with-id) | API to view invoice details by providing the invoice id

## [Fetch all invoices](/api/payments/invoices/fetch-all) | API to view a list of all the invoices or a list of all the invoices raised for a customer

[Send an invoice](/api/payments/invoices/resend) | API to resend `issued` invoices to customers to make payments

### Related Information

* [Create an Invoice](/payments/invoices/create)
* [Issue an Invoice](/payments/invoices/issue)
* [Search an Invoice](/payments/invoices/search)
* [Update an Invoice](/payments/invoices/update)
* [Duplicate an Invoice](/payments/invoices/duplicate)
* [Cancel an Invoice](/payments/invoices/cancel)
* [Download and Print an Invoice](/payments/invoices/download-print)
* [Subscribe to Webhooks](/payments/invoices/subscribe-to-webhooks)
