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_id
An internal ID of the payable invoice (bill) in the accounting system. You can get these IDs from GET /accounting/payables
.
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 payable in the accounting system.
status
The status of the payable in the accounting system. Possible values: open
, draft
, partially_paid
, paid
, unknown
, void
.
total_amount
The total amount payable, including discounts and VAT/taxes.
amount_due
Remaining amount to be paid.
currency
ISO-4217 currency code of the payable.
currency_rate
Rate to convert the total amount of the transaction into the entity's base currency at the time of the transaction.
due_date
The payable's due date.
invoice_number
Invoice number of the payable.
lines
memo
Any additional information or business notes about the payable.
posted_date
Date when the payable was added to the accounting service. This may differ from the payable creation date.
purchase_order_refs
A list of purchase orders linked to the payable, if any.
subtotal
Amount payable, including discounts but excluding VAT/taxes.
tax_amount
Total VAT or tax amount.
vendor_ref
Information about the vendor from whom the payable was received.