Skip to main content
GET
Get invoice

Headers

x-environment
string<uuid>
required

Configure which environment the request will handle. If the provided credentials do not allow access to this specified environment, a 403 Forbidden response is returned.

Path Parameters

invoiceId
string<uuid>
required

Id of invoice.

Response

OK

currency
string | null
required
createdAt
string<date-time>
required
customer
object
required
memo
string | null
read-only
handle
string | null
read-only

Unique invoice number.

status
enum<string>
Available options:
draft,
booked
id
string<uuid>
read-only
date
string<date>
read-only
dueDate
string<date> | null
read-only
updatedAt
string<date-time> | null
items
object[] | null
read-only
settlements
object[] | null
read-only
totalExclVat
integer<int64>
read-only
totalVat
integer<int64>
read-only
totalInclVat
integer<int64>
read-only
totalDue
integer<int64>
read-only
type
enum<string>
Available options:
invoice,
credit_note
settlementStatus
enum<string>
Available options:
settled,
over_settled,
under_settled,
not_settled