Skip to content

Invoicing Service

The AgentBureau Invoicing Service allows you to programmatically create and dispatch legally-compliant digital invoices.

We use Lexoffice, a leading German accounting software, as our backend provider. This ensures that all generated invoices comply with German GoBD standards.

{
"customer": {
"name": "string",
"email": "string",
"address": "string"
},
"items": [
{
"description": "string",
"amount": number,
"quantity": number,
"tax_rate": number
}
],
"currency": "EUR"
}

Upon successful processing, you will receive a task ID and a PDF link to the generated invoice.

  • Generation: Real-time (within 30 seconds).
  • Dispatch: Digital dispatch via email is handled immediately after generation.
  • Maximum of 50 line items per invoice.
  • Supported currencies: EUR, USD, GBP (converted to EUR for Lexoffice).
  • International tax rules (Reverse Charge) are applied based on the customer’s address and tax ID.