Skip to main content
POST
Create invoice batch

Authorizations

Authorization
string
header
required

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

Headers

Idempotency-Key
string<uuid>
required

UUID key used to make POST invoice_batches idempotent.

Body

application/json
invoice_batch
object
required

Response

Batch created. Response may include per-invoice validation errors for partial success.

data
object
required
errors
object

Map external_invoice_id to validation errors.