Get invoices for an order
Retrieves all invoices associated with a specific order.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
orderId
The order ID (can be internal ID or display ID)
Response
Success response
id
displayId
Human-readable invoice number
organizationId
customerId
orderId
status
Allowed values:
currency
subtotal
Total before tax (in smallest currency unit)
tax
Tax amount (in smallest currency unit)
total
Total amount including tax (in smallest currency unit)
amountPaid
Amount already paid (in smallest currency unit)
amountDue
Amount still due (in smallest currency unit)
dueDate
paidAt
voidedAt
createdAt
updatedAt
customer