Get Invoice
Gets an invoice by ID.
Authorizations
Your Meow API key, sent in the x-api-key header for authentication.
Headers
Optional entity_id to scope requests to a specific entity.
Path Parameters
Response
Successful Response
The unique identifier for the invoice.
The unique identifier for the customer.
The current status of the invoice.
Draft, Open, Pending, Scheduled, Partially Paid, Paid, Canceled, Expired, Overdue The total amount of the invoice.
^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$The amount that has been paid on the invoice.
^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$The remaining amount due on the invoice.
^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$List of line item IDs associated with the invoice.
List of allowed payment method types for the invoice.
BANK_TRANSFER, CARD, ACH_DIRECT_DEBIT, INTERNATIONAL_WIRE, USDC_ETHEREUM, USDC_SOLANA, USDC_BASE, USDT_ETHEREUM, USDT_SOLANA, CASH_SOLANA Whether to send an email upon invoice creation.
List of additional email addresses to receive the invoice.
The collection account ID where funds will be collected.
The timestamp when the invoice was created.
The name of the invoice.
The public-facing invoice number.
The date the invoice is scheduled to be sent.
The date the invoice payment is due.
A note associated with the invoice.
The timestamp when the invoice was last updated.
The timestamp when the invoice was fully paid.
The timestamp when the invoice was canceled.
The timestamp when the invoice was sent.
The timestamp when the invoice expired.