Simple Invoices
Simple invoices contain a single total amount without itemized breakdown. They’re automatically created when you don’t include line items.When to Use Simple Invoices
- Fixed Subscription Plans - Monthly/annual fees
- Membership Dues - Gym memberships, club fees
- Service Subscriptions - SaaS with flat-rate pricing
- Donations - Single amount payments
- Simple Service Fees - Consulting retainers
Example: Monthly SaaS Subscription
With Discounts
For simple invoices, the
amount becomes the subtotal, and discounts calculate the final total.Professional Invoices
Professional invoices include detailed line items. They’re automatically created when you include theline_items array.
When to Use Professional Invoices
- Usage-Based Billing - Metered services, API calls
- Multi-Product Subscriptions - Bundles with multiple components
- Tiered Pricing - Base fee + overage charges
- Product Sales - E-commerce with multiple items
- Transparent Pricing - When customers need breakdowns
Example: Usage-Based Subscription
Discount Types
Percentage Discount
Fixed Amount Discount
Choosing the Right Type
Simple Invoice Checklist- Single product/service
- Fixed, predictable pricing
- No itemization needed
- Flat subscription fee
- Multiple products/services
- Usage-based or metered billing
- Customer needs breakdown
- Variable pricing