Skip to main content
POST
Create invoice

Overview

Create an invoice for a customer. Invoices allow you to bill customers and track payments. This endpoint creates a new invoice that can be sent to customers for payment.

Authorizations

X-API-KEY
string
header
required

API key for authentication.

Body

application/json
email
string<email>
required

Email of the user (customer) in the entity to invoice

items
object[]
required
Minimum array length: 1
payment_schedule
object
required
charges
object
note
string

Response

Invoice created successfully

status
boolean
data
object
error
any[]
message
string