# Invoicing (/docs/payments/invoicing)



For bookings that require formal invoicing (corporate groups, events, etc.), Resytech includes built-in invoicing. Invoices are sent via email and can be paid online through Stripe.

Creating an Invoice [#creating-an-invoice]

1. Open a booking or navigate to **Dashboard > Invoices**
2. Click **Create Invoice**
3. Add line items -- these can be pulled from the booking or entered manually
4. Set payment terms and due date
5. Preview the invoice
6. Send the invoice to the customer via email

Invoice Line Items [#invoice-line-items]

Line items can be populated automatically from the booking or added manually:

| Source           | Description                                                                     |
| ---------------- | ------------------------------------------------------------------------------- |
| **From booking** | Activity price, equipment, add-ons, taxes, and fees are pulled in automatically |
| **Manual entry** | Custom line items with a name, description, quantity, and unit price            |

You can mix both sources on a single invoice -- for example, pulling in the booking items and adding a custom line for a deposit or special service.

Invoice Details [#invoice-details]

Each invoice includes:

* Your company name, logo, and contact information
* Customer name, email, and contact details
* Itemized line items with descriptions, quantities, and pricing
* Taxes and fees as separate line items
* Total amount due
* Payment terms and due date
* Payment instructions (online pay link or manual payment instructions)

Invoice Statuses [#invoice-statuses]

Invoice status is tracked automatically and updates as events occur:

| Status      | Description                                                |
| ----------- | ---------------------------------------------------------- |
| **Draft**   | Invoice has been created but not yet sent                  |
| **Sent**    | Invoice has been emailed to the customer                   |
| **Viewed**  | Customer has opened the invoice (if tracking is available) |
| **Paid**    | Payment has been recorded against the invoice              |
| **Overdue** | Past the due date with no payment received                 |
| **Void**    | Invoice has been canceled and is no longer valid           |

Payment Collection [#payment-collection]

When a customer pays an invoice online through Stripe, the payment is automatically recorded against the associated booking. The invoice status updates to **Paid** and the booking balance is reduced accordingly.

For invoices paid by other means (check, bank transfer, etc.), staff can manually record the payment from the dashboard, which updates both the invoice status and the booking balance.

Related How-To Guides [#related-how-to-guides]

* [Create an Invoice](/how-to/payments/create-an-invoice) -- Step-by-step guide to creating and sending invoices
* [Process a Payment](/how-to/payments/process-a-payment) -- Record payment against an invoice
* [Configure Taxes and Fees](/how-to/payments/configure-taxes-and-fees) -- Ensure correct taxes appear on invoices
