Skip to main content
POST
Create invoices

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Create invoices payload.

invoices
object[]
required

List of invoices to create (max 50).

Maximum array length: 50
batch_id
string

Optional identifier for the batch request. If not provided, a unique ID will be generated.

Example:

"f65f58f3-ecb0-4711-be22-1e64102a380d"

Response

202 - application/json
batch_id
string
required

Identifier of the batch request.

Example:

"f65f58f3-ecb0-4711-be22-1e64102a380d"