Get invoice details from accounting system
Returns information about an individual invoice that exists in the entity's accounting system. This invoice may or may not also exist in Monite.
Path parameters
invoice_id
An internal ID of the invoice in the accounting system. You can get these IDs from GET /accounting/receivables
.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
x-monite-version
x-monite-entity-id
The ID of the entity that owns the requested resource.
Response
Successful Response
id
An internal identifier of the invoice in the accounting system.
currency
ISO-4217 currency code of the invoice.
currency_rate
Rate to convert the total amount of the transaction into the entity's base currency at the time of the transaction.
customer_ref
Information about the customer that the invoice was sent to.
due_date
Invoice due date.
invoice_number
Invoice document number.
lines
memo
Any additional information or business notes about the invoice.
pass_through
An object containing additional invoice data returned by the accounting system. This sometimes includes custom invoice fields.
posted_date
Date when the invoice was added to the accounting service. This may differ from the invoice creation date.