This endpoint creates a new invoice for billing customers. Invoices can be sent immediately or scheduled for future delivery.
Authentication
This endpoint requires a valid API key withinvoices:write
permissions.
Request Body
Customer ID to bill
Custom invoice number (auto-generated if not provided)
Invoice issue date (ISO 8601)
Payment due date (ISO 8601)
ISO 4217 currency code
Invoice line items
Billing address
Payment terms (e.g., “Net 30”, “Due on receipt”)
Invoice notes or memo
Whether to email invoice to customer (default: false)
Additional custom fields