# Invoices

Invoices provides information about customers' accounts for invoices, for examples, dates, status, and amounts. 

For more information about invoices, see <a href="https://knowledgecenter.zuora.com/Billing/Billing_and_Payments/IA_Invoices/A1_Invoice_Introduction" target="_blank">Invoice</a>.


## CRUD: Update an invoice

 - [PUT /v1/object/invoice/{id}](https://developer.zuora.com/v1-api-reference/older-api/invoices/object_putinvoice.md)

## CRUD: Retrieve an invoice

 - [GET /v1/object/invoice/{id}](https://developer.zuora.com/v1-api-reference/older-api/invoices/object_getinvoice.md)

## CRUD: Delete an invoice

 - [DELETE /v1/object/invoice/{id}](https://developer.zuora.com/v1-api-reference/older-api/invoices/object_deleteinvoice.md)

