Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
ID of the Invoice to get
Example:
"fac_abc12345678"
Response
The requested Invoice
Invoice
ID of the invoice, always starting with fac_
.
Example:
"fac_abc12345def678"
Number of the invoice
Example:
"MKP-2025.0010"
Invoice lines
Currency the invoice is using. For now, always EUR
Example:
"EUR"
Total amount of the invoice, excluding VAT.
Example:
12.95
Total VAT amount charged
Example:
2.72
Total amount of the invoice, including VAT.
Example:
15.67
Date the invoice is issued
Example:
"2025-04-12T00:00:00.000Z"
Indicates if the invoice is paid
Example:
true