Skip to main content
Create a new invoice in the payment platform. Invoices represent bills issued to contacts for products or services.

Request Body

FieldTypeRequiredDescription
contact_idstringYesReference to the Contact who will be billed
currency_idstringYesISO 4217 currency code (e.g., USD, EUR)
document_numberstringNoHuman-readable invoice number (auto-generated if not provided)
posted_datestringNoDate when invoice is issued (ISO 8601). Defaults to current date
due_datestringNoPayment due date (ISO 8601)
statusstringNoInvoice status (draft, open). Defaults to draft
line_itemsarrayYesArray of line item objects
memostringNoAdditional notes for the invoice
subscription_idstringNoLink to subscription (for recurring invoices)

Line Item Fields

FieldTypeRequiredDescription
item_idstringNoReference to an Item/Product
descriptionstringYesDescription of the product or service
quantityintegerYesNumber of units
unit_amountnumberYesPrice per unit
tax_amountnumberNoTax for this line item
discount_amountnumberNoDiscount applied
See Invoice Overview for complete field details.