> ## Documentation Index
> Fetch the complete documentation index at: https://docs.tesouro.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Accounts receivable

> Automate invoicing, quotes, credit notes, and delivery notes for your business customers.

## Overview

Tesouro's accounts receivable API automates document creation and tracking for business customers — invoices, quotes, credit notes, and delivery notes.

Document types:

* **[Invoice](/finops/guides/accounts-receivable/invoices)** — a request for payment listing the products or services delivered and the amount due.
* **[Quote](/finops/guides/accounts-receivable/quotes)** — a formal offer detailing cost before the client commits.
* **[Credit note](/finops/guides/accounts-receivable/credit-notes)** — reduces the amount due on an invoice.
* **[Delivery note](/finops/guides/accounts-receivable/delivery-notes)** — accompanies a shipment, listing the products and quantities included.

With the API, you can:

* Generate branded invoices, quotes, credit notes, and delivery notes.
* Generate a downloadable PDF or send documents via email.
* Automatically send payment reminders to your business customers' clients.
* Track document status — issued, paid, or expired.

## Invoicing

Create and manage invoices for payments with Tesouro.

<CardGroup cols={2}>
  <Card href="/finops/guides/accounts-receivable/invoices" title="Invoice lifecycle">
    Statuses an outgoing invoice moves through inside Tesouro.
  </Card>

  <Card href="/finops/guides/accounts-receivable/invoices/create" title="Create and send invoices">
    Create an invoice and collect payment.
  </Card>

  <Card href="/finops/guides/accounts-receivable/invoices/recurring" title="Recurring invoices">
    Create and manage recurring invoices in Tesouro.
  </Card>

  <Card href="/finops/guides/common/payment-terms" title="Payment terms">
    Set the time allowed to pay an invoice and include discounts for early payments.
  </Card>

  <Card href="/finops/guides/accounts-receivable/invoices/payment-reminders" title="Payment reminders">
    Automatically send payment reminders before invoice due dates and early discount dates.
  </Card>

  <Card href="/finops/guides/accounts-receivable/invoices/overdue-reminders" title="Overdue reminders">
    Send automated reminders about overdue invoices.
  </Card>
</CardGroup>

## Quotes

Create, send, and manage quotes sent to customers with Tesouro.

<CardGroup cols={2}>
  <Card href="/finops/guides/accounts-receivable/quotes" title="Quote lifecycle">
    Statuses a quote moves through inside Tesouro.
  </Card>

  <Card href="/finops/guides/accounts-receivable/quotes/create" title="Create and send quotes">
    Create a quote and send a formal offer.
  </Card>
</CardGroup>

## Other document types

<CardGroup cols={2}>
  <Card href="/finops/guides/accounts-receivable/credit-notes" title="Credit notes">
    Use credit notes to legally amend or cancel invoices.
  </Card>

  <Card href="/finops/guides/accounts-receivable/delivery-notes" title="Delivery notes">
    Create delivery notes to accompany invoices and document shipments to customers.
  </Card>
</CardGroup>

## More resources

<CardGroup cols={2}>
  <Card href="/finops/guides/accounts-receivable/products" title="Products">
    Manage the goods, materials, and services listed in invoices.
  </Card>

  <Card href="/finops/guides/accounts-receivable/discounts" title="Discounts">
    Apply discounts to line items and the total sale.
  </Card>

  <Card href="/finops/guides/accounts-receivable/special-deductions" title="Special deductions">
    Handle special discounts, incentives, and rebates.
  </Card>

  <Card href="/finops/guides/accounts-receivable/document-history" title="Document history">
    Review the history of changes made to a specific document.
  </Card>
</CardGroup>
