← All documents

invoice · Invoice

Daris Wilson

draft

Created May 18, 2026, 1:30 PM · lisason82@yahoo.com

Actions

Download PDF

Send-invoice creates a Stripe-hosted payment page and emails the client a payment link. Status flips to paid via webhook when they pay. Download PDF builds a clean PDF of the rendered document on the server.

Timeline

  1. Created

Field values used
{
  "due_date": "2026-05-18",
  "item_1_qty": 1,
  "item_2_qty": 1,
  "client_name": "Daris Wilson",
  "client_email": "lisason82@yahoo.com",
  "invoice_date": "2026-05-17",
  "invoice_number": "INV-051726-001",
  "bill_to_address": "4940 Oneida St.\nCommerce City, CO 80022",
  "item_1_unit_price": 1800,
  "item_2_unit_price": 300,
  "item_1_description": "Custom CRM",
  "item_2_description": "+ monthly maintenance and support"
}