Create Invoice
Creates a new invoice.
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.
Body
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 customer (and any additional recipients) on the invoice_date.
The collection account ID where payments on this invoice will be deposited.
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 customer's address on the invoice, if it exists.
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.