Get payable details from accounting system

GET

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

Auth
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

This endpoint returns an object.
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_duedoubleOptional

Remaining amount to be paid.

currencystringOptional

ISO-4217 currency code of the payable.

currency_ratedoubleOptional

Rate to convert the total amount of the transaction into the entity’s base currency at the time of the transaction.

due_datedatetime or stringOptional

The payable’s due date.

invoice_numberstringOptional

Invoice number of the payable.

lineslist of objectsOptional
memostringOptional

Any additional information or business notes about the payable.

posted_datestringOptional

Date when the payable was added to the accounting service. This may differ from the payable creation date.

purchase_order_refslist of objectsOptional

A list of purchase orders linked to the payable, if any.

subtotaldoubleOptional

Amount payable, including discounts but excluding VAT/taxes.

tax_amountdoubleOptional

Total VAT or tax amount.

vendor_refobjectOptional

Information about the vendor from whom the payable was received.

Errors