mercury_get_invoice
Retrieve a specific invoice by ID to get full details including line items, status, balance due, and payment URL.
Instructions
Retrieve a specific invoice by ID, including line items, status, and the payment URL.
USE WHEN: fetching the full detail of one invoice (line items, current status, balance due, payment URL) whose ID is already known.
DO NOT USE: to enumerate invoices (use mercury_list_invoices). For attachments use mercury_list_invoice_attachments.
RETURNS: { id, status, amount, customerId, lineItems, paymentUrl, dueDate, ... }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| invoiceId | Yes | The invoice ID (UUID) |