Skip to main content
This resource represents an invoice template. An invoice template provides a reusable configuration for creating invoices with predefined line items, tax settings, and other invoice details. All amounts are in the minor unit of the currency. For example, 1000 represents $10.00 for USD, £10.00 for GBP, or ¥1000 for JPY.

Properties

id string The unique identifier for this invoice template. object string The object type of this resource. createdAt string The date this template was created in RFC3339 format. updatedAt string The date this template was last updated in RFC3339 format. name string The name of the invoice template. memo string An arbitrary string attached to the template, often useful for displaying to users. taxPercentage number The percentage of tax to be applied to invoices created from this template. currency string The 3 letter currency code representing the settlement currency for invoices created from this template. lineItems array(object) Array of line items to be included in invoices created from this template:
  • amount number Amount in cents for one unit. Required if priceId not provided
  • description string Description of the line item. Optional for items with priceId where product name is used
  • quantity number Quantity of the item (can be decimal)
  • priceId string ID of the price object. Required if amount not provided
  • productId string ID of the associated product object
Example Invoice Template Object