Tool to create a store invoice in Fingertip. Use when you need to bill a customer for products or services with line items, pricing, and tax details. Returns the created invoice ID which can be used to retrieve or manage the invoice.
memostringInternal memo or note about this invoice (not visible to customer).
dueAtstringDue date for the invoice in ISO 8601 format (e.g., '2024-12-31T23:59:59Z'). If not provided, invoice is due immediately.
footerstringFooter text to display at the bottom of the invoice (e.g., payment terms, thank you message).
siteIdRequiredstringUUID of the site (store) for which the invoice is being created.
statusstringEnumeration of possible invoice statuses.
businessNamestringBusiness name to display on the invoice. If not provided, uses the site's default business name.
invoiceItemsRequiredarrayList of invoice items with pricing, quantity, and tax information. At least one item is required.
siteContactIdRequiredstringUUID of the contact (customer) who will receive the invoice.
invoiceDiscountsarrayList of discounts to apply to the invoice. Can be fixed amounts or percentages.
paymentReferencestringExternal payment reference or order number to associate with this invoice.
passThroughPaymentFeebooleanIf true, payment processing fees are passed through to the customer. Default is false.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.