Create ExpenseTool to create a new expense with file upload (receipt or invoice).
Create InvoiceCreates a new invoice in Finmei with buyer information and line items.
Delete CustomerTool to delete a specific customer by their ID.
Delete InvoiceTool to delete an invoice.
Delete PaymentDelete a payment record by its unique identifier.
Delete ProductDeletes a product from the Finmei catalog by its unique identifier.
Download Expense FileTool to download the file associated with an expense.
Download Invoice PDFTool to download an invoice as a PDF file.
Get Expense by IDTool to retrieve a single expense by its ID.
Get Invoice by IDTool to retrieve a single invoice by its ID.
Get PaymentTool to retrieve details of a specific payment by its ID.
Get Product by IDTool to retrieve a product by its ID.
Get ProfileTool to retrieve main information about the business to which the API token is assigned.
List CurrenciesTool to list all currencies supported by Finmei.
List CustomersTool to list all customers with optional filters and pagination.
List ExpensesTool to list all expenses for the business.
List InvoicesTool to list invoices.
List PaymentsTool to retrieve a list of payments.
List ProductsTool to retrieve a list of products with optional filters and pagination.
Update CustomerTool to update an existing customer's details.
Update ExpenseTool to update an existing expense's fields including date, total, currency, and seller.
Update Expense FileUpdates the file attachment of an existing expense in Finmei.
Update InvoiceTool to update an existing invoice in Finmei.
Update ProductUpdates an existing product in the Finmei product catalog.