Creates a new invoice.
Your Meow API key for authentication
Optional entity ID for scoped access to entity-specific data
Date the invoice is scheduled to be sent
Date the invoice is due
Payment method types to enable on the invoice. BANK_TRANSFER is always enabled.
BANK_TRANSFER, CARD, ACH_DIRECT_DEBIT, INTERNATIONAL_WIRE, USDC_ETHEREUM, USDC_SOLANA, USDC_BASE, USDT_ETHEREUM, USDT_SOLANA, CASH_SOLANA If true, sends an email to the contact (and any additional recipients) on the invoice_date.
Account ID that payments on this invoice will be deposited to
RFC 5545 RRULE string. Required: DTSTART, RRULE. Allowed frequencies: WEEKLY, MONTHLY.
1 - 120Additional recipient emails to send the invoice and any reminders to
20Note to include on the invoice
300Name of the invoice
32Whether to show the contact's address on the invoice, if it exists
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 methods 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 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