View the invoice of an order

Returns the invoice of an order. Can only be viewed by the customer organisation or their parent organisation.

Authentication

AuthorizationBearer

An auth_token should be provided to authenticate a session.

To obtain an auth_token, see the POST request to /api/v1/authenticate.

Path parameters

order_iddoubleRequired
Numerical ID of an order

Response

OK
iddouble or null
typeobject or null
statusobject or null
issued_datestring or null
due_datestring or null
external_payment_referencestring or null
issuer_organisationobject or null
customer_organisationobject or null
currencyobject or null
orderobject or null
vat_info_textstring or null
vatdouble or null
vat_ratedouble or null
sub_total_amountdouble or null
total_amountdouble or null

Errors