Get payable details from accounting system

Returns information about an individual payable invoice (bill) that exists in the entity’s accounting system. This payable may or may not also exist in Monite.

Path parameters

payable_idstringRequired

An internal ID of the payable invoice (bill) in the accounting system. You can get these IDs from GET /accounting/payables.

Headers

AuthorizationstringRequired

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

x-monite-versionstringRequired
x-monite-entity-idstringRequired
The ID of the entity that owns the requested resource.

Response

Successful Response
idstring
An internal identifier of the payable in the accounting system.
statusstring

The status of the payable in the accounting system. Possible values: open, draft, partially_paid, paid, unknown, void.

total_amountdouble

The total amount payable, including discounts and VAT/taxes.

amount_duedouble or null
Remaining amount to be paid.
currencystring or null

ISO-4217 currency code of the payable.

currency_ratedouble or null
Rate to convert the total amount of the transaction into the entity's base currency at the time of the transaction.
due_datedatetime or string or null
The payable's due date.
invoice_numberstring or null
Invoice number of the payable.
lineslist of objects or null
memostring or null
Any additional information or business notes about the payable.
posted_datestring or nullformat: "date"
Date when the payable was added to the accounting service. This may differ from the payable creation date.
purchase_order_refslist of objects or null
A list of purchase orders linked to the payable, if any.
subtotaldouble or null

Amount payable, including discounts but excluding VAT/taxes.

tax_amountdouble or null
Total VAT or tax amount.
vendor_refobject or null
Information about the vendor from whom the payable was received.

Errors