Skip to main content
POST
Create and send an invoice

Authorizations

Authorization
string
header
required

API key for /api/v1/* endpoints

Body

application/json
customer
object
required
line_items
object[]
required
currency
string

ISO currency code

Example:

"USD"

tax_rate
number

Tax rate as a percentage (e.g. 7.5)

Example:

7.5

discount_amount
number

Flat discount amount

Example:

50

due_date
string

Due date (ISO 8601)

Example:

"2026-07-01T00:00:00Z"

notes
string
Example:

"Thank you for your business."

metadata
object
Example:

Response

Invoice created successfully.