Skip to main content
GET
cURL

Authorizations

Authorization
string
header
required

Bearer access token (JWT) issued by Keycloak or the sandbox token endpoint.

Query Parameters

bookingId
string<uuid>
tenantUserId
string<uuid>

Response

200 - */*

OK

bookingId
string<uuid>
createdAt
string<date-time>
currency
string
dueDate
string<date>
grossAmount
integer<int64>
id
string<uuid>
netAmount
integer<int64>
orgId
string<uuid>
paidAt
string<date-time>
periodEnd
string<date>
periodStart
string<date>
status
enum<string>
Available options:
ISSUED,
OVERDUE,
PAID,
CANCELLED
tenantUserId
string<uuid>
tvaAmount
integer<int64>
tvaBasisPoints
integer<int64>