Batch
Generate up to 50 invoices
Process an array of invoice requests, one credit each, with independent per-item results (a bad item fails alone). Returns JSON results; each successful item includes a hosted_url for the PDF. Requires an API key.
post/api/batch
Request body
Example request
{
"invoices": [
{
"invoice": {
"currency": "USD"
},
"items": [
{
"taxes": [
{
"name": "VAT"
}
]
}
],
"global_taxes": [
{
"name": "VAT"
}
]
}
]
}Response
Batch processed.