Skip to main content
GET
Get invoice details by id

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

trace-id
string

Path Parameters

invoiceId
string
required

invoice to be searched

Response

OK

accountId
string
id
string
number
string
date
string<date>
dueDate
string<date>
totalAmount
number
subTotal
number
taxAmount
number
discountAmount
number
amountAfterDiscount
number
currency
string
createdAt
string<date-time>
updatedAt
string<date-time>
createdBy
string
updatedBy
string
status
enum<string>
Available options:
draft,
posted,
paid,
reversed
invoiceItems
object[]