MCP tool · Billing
get_invoice
Get one invoice in full: its line items with the service and period each covers, the payments booked against it, the net/tax/gross/unpaid totals and a can:{} block…
get_invoice
Read-onlyIdempotent
Description
Get one invoice in full: its line items with the service and period each covers, the payments booked against it, the net/tax/gross/unpaid totals and a can:{} block of which payment methods are eligible. For the whole list use list_invoices, for the PDF use get_invoice_pdf_link, and to pay it use create_payment_link. Amounts are already major units with a currency.
Input
| Name | Type | Description |
|---|---|---|
invoice_id
required
|
integer |
The numeric invoice id. Get it from list_invoices → data[].id.
|