Invoices

Retrieve an invoice

Returns the full details of an invoice specified by the invoice number.

get/billing/v1/invoices/{id}

Path parameters

idstring required

Invoice number.

Response

OK - Invoice details returned.

idstring

Invoice number, identifying the invoice.

invoiceDateinteger

The time when this invoice was issued, in milliseconds since the epoch.

platform'google-cloud' | 'amazon-web-services' | 'microsoft-azure' | 'g-suite' | 'office-365' | 'superquery' | 'looker' | 'navigator' | 'solve'

Platform identifier for invoice source.

dueDateinteger

The last day to pay the invoice, in milliseconds since the epoch

status'OPEN' | 'PAST DUE' | 'PAID'

Status of the invoice

totalAmountnumber double

Total invoiced amount

balanceAmountnumber double

Invoice balance to be paid

currency'USD' | 'ILS' | 'EUR' | 'AUD' | 'CAD' | 'GBP' | 'DKK' | 'NOK' | 'SEK' | 'BRL' | 'SGD' | 'MXN' | 'CHF' | 'MYR' | 'TWD' | 'EGP' | 'ZAR' | 'JPY' | 'IDR' | 'AED' | 'THB' | 'COP'

Currency code for monetary values.

urlstring

Link to invoice details page in the DoiT console. You can download the PDF invoice from the invoice details page.

Changes

No recorded changes to this endpoint across all 1 revision of this API.